OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@947...
authorshizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Fri, 20 Feb 2009 03:59:39 +0000 (03:59 +0000)
committershizuki <shizuki@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Fri, 20 Feb 2009 03:59:39 +0000 (03:59 +0000)
18 files changed:
extra/fancyurls/fancyurls.config.ja.php
extra/htaccess/media/readme.ja.txt
extra/htaccess/skins/readme.ja.txt
nucleus/documentation/devdocs/styles/manual.css
nucleus/documentation/styles/manual.css
nucleus/forgotpassword.html
nucleus/language/english.php
nucleus/language/japanese-utf8.php
nucleus/libs/include/admin-add.template
nucleus/libs/include/admin-edit.template
nucleus/libs/include/bookmarklet-add.template
nucleus/libs/include/bookmarklet-edit.template
nucleus/libs/include/readme.ja.txt [new file with mode: 0644]
nucleus/libs/include/readme.txt
nucleus/styles/admin.css
nucleus/upgrades/index.en.html [moved from nucleus/upgrades/index.html with 100% similarity, mode: 0644]
nucleus/upgrades/index.ja.html [new file with mode: 0644]
nucleus/upgrades/index.php

index ee207f1..b472df7 100644 (file)
@@ -3,32 +3,32 @@
                このディレクトリについて:
                ---------------------------
                
-               このディレクトリには、URLから「index.php」の部分を取り除いて、ユーザーフレンドリーなURL表記を実現する\r
+               このディレクトリには、URLから「index.php」の部分を取り除いて、ユーザーフレンドリーなURL表記を実現する
                「fancy urls」に関連するファイルが収められています。
        
                導入:
                -------
                
-               1. このディレクトリにおいてある全てのファイルを、Nucleusのindex.php、action.phpが置いてあるディレクトリに\r
-                  コピーします。\r
+               1. このディレクトリにおいてある全てのファイルを、Nucleusのindex.php、action.phpが置いてあるディレクトリに
+                  コピーします。
                   
-                  すでに.htaccessファイルがディレクトリに用意してある時は、元の.htaccessファイルにこのディレクトリにある\r
-                  .htaccessファイルの内容を追記します。(ほとんどのFTPクライアントは、初期状態で.htaccess等のファイルが表\r
+                  すでに.htaccessファイルがディレクトリに用意してある時は、元の.htaccessファイルにこのディレクトリにある
+                  .htaccessファイルの内容を追記します。(ほとんどのFTPクライアントは、初期状態で.htaccess等のファイルが表
                   されないように設定されているので、各ソフトの設定でこれらのファイルを扱えるようにしなければなりません)
 
-               2. このファイルを編集して、$CONF['Self']に、index.phpのあるディレクトリを指定します。\r
+               2. このファイルを編集して、$CONF['Self']に、index.phpのあるディレクトリを指定します。
                   注:このとき、URLの最後に「/(スラッシュ)」をつけないように!!
 
                3. index.php を次のように編集します。
                   
                        $CONF = array();
 
-                       include('./fancyurls.config.jp.php'); 
+                       include('./fancyurls.config.ja.php'); 
                        include('./config.php');
 
                        selector();
                        
-               4. Nucleusの管理エリアの「グローバル設定」のページで、「Fancy URLs」を有効にします。\r
+               4. Nucleusの管理エリアの「グローバル設定」のページで、「Fancy URLs」を有効にします。
 
                5. 以上!
                
@@ -46,8 +46,8 @@
     /*
        高度な設定:FancyURLのキーワード
        
-       FancyURLに使用するキーワードを変更することが出来ます。\r
-       この設定を変更する場合は、拡張し無しファイルのファイル名と、.htaccessファイルに書かれた\r
+       FancyURLに使用するキーワードを変更することが出来ます。
+       この設定を変更する場合は、拡張し無しファイルのファイル名と、.htaccessファイルに書かれた
                キーワードも忘れずに変更する必要があります。
     */
     $CONF['ItemKey']        = 'item';          // 個別記事にアクセスするキーワード
index 45be204..37ab19f 100644 (file)
@@ -5,8 +5,8 @@
 下記の手順に従って、.htaccessを適用してください
 
 1. mediaディレクトリに他の.htaccessファイルがないことを確認します。
-2. 「mrdia.htaccess」ファイルを、Nucleusのmediaディレクトリにコピーします。
-3. ファイルを「mrdia.htaccess」から「.htaccess」にリネームします。
-4. もし、すでに.htaccessファイルがmediaディレクトリに存在した場合は、すでにある.htaccessファイルに「mrdia.htaccess」の内容を追記します。
+2. 「media.htaccess」ファイルを、Nucleusのmediaディレクトリにコピーします。
+3. ファイルを「media.htaccess」から「.htaccess」にリネームします。
+4. もし、すでに.htaccessファイルがmediaディレクトリに存在した場合は、すでにある.htaccessファイルに「media.htaccess」の内容を追記します。
 
 これでmediaディレクトリを、意図しないスクリプトの実行から保護することが出来ます。
index 728c356..9081a60 100644 (file)
@@ -6,7 +6,7 @@
 下記の手順に従って、.htaccessを適用してください
 
 1. skinsディレクトリに他の.htaccessファイルがないことを確認します。
-2. 「mrdia.htaccess」ファイルを、Nucleusのskinsディレクトリにコピーします。
+2. 「skins.htaccess」ファイルを、Nucleusのskinsディレクトリにコピーします。
 3. ファイルを「skins.htaccess」から「.htaccess」にリネームします。
 4. もし、すでに.htaccessファイルがskinsディレクトリに存在した場合は、すでにある.htaccessファイルに「skins.htaccess」の内容を追記します。
 
index 10b7bba..0c6acb7 100755 (executable)
@@ -7,9 +7,8 @@
  */\r
 \r
 body {\r
-       background-color: #fff;\r
-       background:url(background.png) repeat-x;\r
-       padding-top:13px;\r
+       background: #fff url(background.png) repeat-x;\r
+       padding-top: 13px;\r
        color: #555;\r
        font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS Pゴシック", "MS PGothic", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
 /*     font-family: verdana, arial;\r
index 53f21af..94ab7ea 100755 (executable)
@@ -7,9 +7,8 @@
  */\r
 \r
 body {\r
-       background-color: #fff;\r
-       background:url(background.png) repeat-x;\r
-       padding-top:13px;\r
+       background: #fff url(background.png) repeat-x;\r
+       padding-top: 13px;\r
        color: #555;\r
        /*font-family: verdana, arial;*/\r
 /*     font-family: "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", "Osaka", "IPA UIGothic", "IPA mona UIGothic", "VL PGothic", "Sazanami Gothic", "DynaLab-dfghsgothic w5-jisx0208.1990-0", "DynaLab-dfggothic w5-iso8859-1", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; */\r
index 6ef15ce..f584221 100755 (executable)
@@ -1,19 +1,19 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
 <head>
-       <!--\r
-               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)\r
-               Copyright (C) 2002-2009 The Nucleus Group\r
-\r
-               This program is free software; you can redistribute it and/or\r
-               modify it under the terms of the GNU General Public License\r
-               as published by the Free Software Foundation; either version 2\r
-               of the License, or (at your option) any later version.\r
-               (see nucleus/documentation/index.html#license for more info)\r
-\r
-               @license http://nucleuscms.org/license.txt GNU General Public License\r
-               @copyright Copyright (C) 2002-2009 The Nucleus Group\r
-       -->\r
+       <!--
+               Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
+               Copyright (C) 2002-2009 The Nucleus Group
+
+               This program is free software; you can redistribute it and/or
+               modify it under the terms of the GNU General Public License
+               as published by the Free Software Foundation; either version 2
+               of the License, or (at your option) any later version.
+               (see nucleus/documentation/index.html#license for more info)
+
+               @license http://nucleuscms.org/license.txt GNU General Public License
+               @copyright Copyright (C) 2002-2009 The Nucleus Group
+       -->
        <!-- $Id$ -->
        <!-- $NucleusJP: forgotpassword.html,v 1.10.2.1 2007/09/07 07:34:18 kimitake Exp $ -->
        <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
@@ -52,7 +52,7 @@
                <p>もしユーザー名をお忘れなら、あなたのNucleusサイト管理者に連絡してください。</p>
 
                <div class="foot">
-                       <a href="http://nucleuscms.org/">Nucleus &copy; 2001-2007 The Nucleus Group</a>
+                       <a href="http://japan.nucleuscms.org/">Nucleus CMS</a> &copy; 2002-2009 The Nucleus Group &amp; Nucleus CMS Japanチーム - <a href="http://japan.nucleuscms.org/donate.php">寄付について</a>
                </div>
 
        </div>
index 2f901ca..e14ae97 100755 (executable)
@@ -914,7 +914,7 @@ define('_MEMBERS_REALNAME',                                                 'Real Name');
 define('_MEMBERS_PWD',                                                         'Password');
 define('_MEMBERS_REPPWD',                                                      'Repeat Password');
 define('_MEMBERS_EMAIL',                                                       'Email address');
-define('_MEMBERS_EMAIL_EDIT',                                          '(When you change the email address, a new password will be automatically sent out to that address)');
+define('_MEMBERS_EMAIL_EDIT',                                          '(When you change the email address, an activation link will be automatically sent out to that address)');
 define('_MEMBERS_URL',                                                         'Website Address (URL)');
 define('_MEMBERS_SUPERADMIN',                                          'Administrator privileges');
 define('_MEMBERS_CANLOGIN',                                                    'Can login to admin area');
index e9a6239..c0cedf7 100755 (executable)
@@ -932,7 +932,7 @@ define('_MEMBERS_REALNAME',                                 'ハンドルネーム');
 define('_MEMBERS_PWD',                                         'パスワード');
 define('_MEMBERS_REPPWD',                                      'パスワード(確認)');
 define('_MEMBERS_EMAIL',                                       'メールアドレス');
-define('_MEMBERS_EMAIL_EDIT',                          '(メールアドレスを変更すると、そのアドレスへ自動的に新しいパスワードが送信されます)');
+define('_MEMBERS_EMAIL_EDIT',                          '(メールアドレスを変更すると、そのアドレスへ自動的に認証用リンクが送信されます)');
 define('_MEMBERS_URL',                                         'Web siteアドレス (URL)');
 define('_MEMBERS_SUPERADMIN',                          'Super-admin(最高管理)権限を与える');
 define('_MEMBERS_CANLOGIN',                                    '管理者領域へのログインを可能にする');
index 030b695..45e8f39 100755 (executable)
                        <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future" ><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
                        <div class="indent">\r
                                <%text(_ADD_PLACE_ON)%>\r
-                               <input id="inputyear" name="year" tabindex="63" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                               <input id="inputmonth" name="month" tabindex="64" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                               <input id="inputday" name="day" tabindex="65" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+                               <input id="inputyear" name="year" tabindex="63" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
+                               <input id="inputmonth" name="month" tabindex="64" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
+                               <input id="inputday" name="day" tabindex="65" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
                                 \r
-                               <input id="inputhour" name="hour" tabindex="66" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                               <input id="inputminutes" name="minutes" tabindex="67" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                               <br />フォーマット:(yyyy)年(mm)月(dd)日 (hh)時(mm)分\r
+                               <input id="inputhour" name="hour" tabindex="66" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
+                               <input id="inputminutes" name="minutes" tabindex="67" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
+                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
                                \r
                                <%ifblogsetting(ballowpast,0)%>\r
                                        <br />\r
index 0411253..d66d2b7 100755 (executable)
                <input name="actiontype" value="addfuture" type="radio" id="act_future" tabindex="61" /><label for="act_future"><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
                <div class="indent">\r
                        <%text(_ADD_PLACE_ON)%>\r
-                       <input id="inputyear" name="year" tabindex="71" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                       <input id="inputmonth" name="month" tabindex="72" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                       <input id="inputday" name="day" tabindex="73" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+                       <input id="inputyear" name="year" tabindex="71" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
+                       <input id="inputmonth" name="month" tabindex="72" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
+                       <input id="inputday" name="day" tabindex="73" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
                        \r
-                       <input id="inputhour" name="hour" tabindex="74" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                       <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                               <br />フォーマット:(yyyy)年(mm)月(dd)日 (hh)時(mm)分\r
+                       <input id="inputhour" name="hour" tabindex="74" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
+                       <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
+                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
                        <%ifblogsetting(ballowpast,0)%>\r
                                <br />\r
                                <%text(_ADD_NOPASTDATES)%>\r
                <br />\r
                <input name="actiontype" value="changedate" type="radio" id="act_changedate" tabindex="70" /><label for="act_changedate"><%text(_ADD_CHANGEDATE)%></label> <%helplink(changedate)%>\r
                        <div class="indent">\r
-                               <input id="inputyear" name="year" tabindex="71" size="4" value="<%itemtime(year)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                               <input id="inputmonth" name="month" tabindex="72" size="2" value="<%itemtime(mon)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                               <input id="inputday" name="day" tabindex="73" size="2" value="<%itemtime(mday)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
+                               <input id="inputyear" name="year" tabindex="71" size="4" value="<%itemtime(year)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
+                               <input id="inputmonth" name="month" tabindex="72" size="2" value="<%itemtime(mon)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
+                               <input id="inputday" name="day" tabindex="73" size="2" value="<%itemtime(mday)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
                                 \r
-                               <input id="inputhour" name="hour" tabindex="74" size="2" value="<%itemtime(hours)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                               <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%itemtime(minutes)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                               <br />フォーマット:(yyyy)年(mm)月(dd)日 (hh)時(mm)分\r
+                               <input id="inputhour" name="hour" tabindex="74" size="2" value="<%itemtime(hours)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
+                               <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%itemtime(minutes)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
+                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
                        </div>\r
        <%endif%>       \r
        <input name="actiontype" value="backtodrafts" type="radio" id="act_backtodrafts" tabindex="71" /><label for="act_backtodrafts"><%text(_BMLET_BACKTODRAFTS)%></label> <%helplink(draft)%>\r
index 3e9dc55..6f95f5f 100755 (executable)
                                        <input name="actiontype" value="addfuture" type="radio" id="act_future" /><label for="act_future"><%text(_ADD_ADDLATER)%></label> <%helplink(future)%>\r
                                        <div class="indent">\r
                                                <%text(_ADD_PLACE_ON)%>\r
-                                               <input id="inputyear" name="year" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                                               <input id="inputmonth" name="month" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                                               <input id="inputday" name="day" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" />\r
+                                               <input id="inputyear" name="year" size="4" value="<%currenttime(year)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
+                                               <input id="inputmonth" name="month" size="2" value="<%currenttime(mon)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
+                                               <input id="inputday" name="day" size="2" value="<%currenttime(mday)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
 \r
-                                               <input id="inputhour" name="hour" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                                               <input id="inputminutes" name="minutes" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" />\r
-                                               <br />フォーマット:(yyyy)年(mm)月(dd)日 (hh)時(mm)分\r
+                                               <input id="inputhour" name="hour" size="2" value="<%currenttime(hours)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
+                                               <input id="inputminutes" name="minutes" size="2" value="<%currenttime(minutes)%>" onchange="document.forms[0].act_future.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
+                                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
                                                <%ifblogsetting(ballowpast,0)%>\r
                                                        <br />\r
                                                        <%text(_ADD_NOPASTDATES)%>\r
index bd5dd7d..a3eb67c 100755 (executable)
                                                                <li>\r
                                                                        <input name="actiontype" value="changedate" type="radio" id="act_changedate" tabindex="70" /><label for="act_changedate"><%text(_BMLET_CHANGEDATE)%></label> <%helplink(changedate)%>\r
                                                                        <div class="indent">\r
-                                                                               <input id="inputyear" name="year" tabindex="71" size="4" value="<%itemtime(year)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                                                                               <input id="inputmonth" name="month" tabindex="72" size="2" value="<%itemtime(mon)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                                                                               <input id="inputday" name="day" tabindex="73" size="2" value="<%itemtime(mday)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
+                                                                               <input id="inputyear" name="year" tabindex="71" size="4" value="<%itemtime(year)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>\r
+                                                                               <input id="inputmonth" name="month" tabindex="72" size="2" value="<%itemtime(mon)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>\r
+                                                                               <input id="inputday" name="day" tabindex="73" size="2" value="<%itemtime(mday)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_DAY)%>\r
 \r
-                                                                               <input id="inputhour" name="hour" tabindex="74" size="2" value="<%itemtime(hours)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                                                                               <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%itemtime(minutes)%>" onchange="document.forms[0].act_changedate.checked=true;" />\r
-                                                                               <br />フォーマット:(yyyy)年(mm)月(dd)日 (hh)時(mm)分\r
+                                                                               <input id="inputhour" name="hour" tabindex="74" size="2" value="<%itemtime(hours)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>\r
+                                                                               <input id="inputminutes" name="minutes" tabindex="75" size="2" value="<%itemtime(minutes)%>" onchange="document.forms[0].act_changedate.checked=true;" /><%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
+                                                                               <br /><%text(_ITEM_ADDEDITTEMPLATE_FORMAT)%>(yyyy)<%text(_ITEM_ADDEDITTEMPLATE_YEAR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MONTH)%>(dd)<%text(_ITEM_ADDEDITTEMPLATE_DAY)%> (hh)<%text(_ITEM_ADDEDITTEMPLATE_HOUR)%>(mm)<%text(_ITEM_ADDEDITTEMPLATE_MINUTE)%>\r
                                                                        </div>\r
                                                                </li>\r
                                                                <li>\r
diff --git a/nucleus/libs/include/readme.ja.txt b/nucleus/libs/include/readme.ja.txt
new file mode 100644 (file)
index 0000000..79faeae
--- /dev/null
@@ -0,0 +1,7 @@
+README for the libs/include directory
+-------------------------------------
+
+このディレクトリのファイルは管理エリア内で使用します。
+本来、これらのファイルはユーザーによって編集されることを意図していません。
+これらのファイルに関するドキュメントもサポートもありませんが、自己責任において
+どうしても改造したいというのなら止めはしません。
index 79faeae..2853180 100755 (executable)
@@ -1,7 +1,7 @@
-README for the libs/include directory
--------------------------------------
-
-このディレクトリのファイルは管理エリア内で使用します。
-本来、これらのファイルはユーザーによって編集されることを意図していません。
-これらのファイルに関するドキュメントもサポートもありませんが、自己責任において
-どうしても改造したいというのなら止めはしません。
+README for the libs/include directory\r
+-------------------------------------\r
+\r
+This directory contains templates used by the admin-area. \r
+They're not really intended to be edited by the people using Nucleus (i.e. there's \r
+no documentation and little support). But if you really can't stop yourself,\r
+go ahead :)
\ No newline at end of file
index c6ffcc0..ce73aa7 100755 (executable)
@@ -1,15 +1,14 @@
 @charset 'UTF-8';\r
 \r
-/*
-       admin area style
-       
-       $Id$
-       $NucleusJP: admin.css,v 1.6 2006/07/17 20:03:45 kimitake Exp $
-*/
+/*\r
+       admin area style\r
+       \r
+       $Id$\r
+       $NucleusJP: admin.css,v 1.6 2006/07/17 20:03:45 kimitake Exp $\r
+*/\r
 \r
 body {\r
-       background: #ffffff; \r
-       background:url(background.png) repeat-x;\r
+       background: #fff url(background.png) repeat-x;\r
 \r
 }\r
 \r
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from nucleus/upgrades/index.html
rename to nucleus/upgrades/index.en.html
diff --git a/nucleus/upgrades/index.ja.html b/nucleus/upgrades/index.ja.html
new file mode 100644 (file)
index 0000000..6e3f3d7
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+       <!--
+               This html file is needed because Nucleus 0.95 has a static index.html file
+               in this directory, and some servers prefer to serve index.html rather than
+               index.php when it is available.
+       -->
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+       <meta http-equiv="Refresh" content="0; url=index.php" />
+       <title>Nucleus アップグレード</title>
+       <style type="text/css">
+       <!--
+               @import url(../styles/manual.css);
+       -->
+       </style>
+</head>
+<body>
+
+<h1>移動します</h1>
+
+<p>
+<a href="index.php">自動的に移動しない場合はここをクリックしてください</a>
+</p>
+
+</body>
+</html>
\ No newline at end of file
index 67f7f95..4057786 100755 (executable)
@@ -174,8 +174,8 @@ function upgrade_manual_34() {
   <p>
     Instructions for applying the restrictions are found in the following two files on your server:
        <ul>
-          <li><a href="../../extra/htaccess/media/readme.ja.txt">extra/htaccess/media/readme.txt</a></li>
-          <li><a href="../../extra/htaccess/skins/readme.ja.txt">extra/htaccess/skins/readme.txt</a></li>
+          <li><a href="../../extra/htaccess/media/readme.ja.txt">extra/htaccess/media/readme.ja.txt</a></li>
+          <li><a href="../../extra/htaccess/skins/readme.ja.txt">extra/htaccess/skins/readme.ja.txt</a></li>
        </ul>
   </p>