Changeset 5587

Show
Ignore:
Timestamp:
01/27/08 02:52:27 (5 years ago)
Author:
drry
Message:

platform/tdiary/doc/en/spambayes.txt
platform/tdiary/misc/section_footer2/fc2.yaml
platform/tdiary/plugin/ja/comment_size.rb
platform/tdiary/plugin/en/spambayes.rb
platform/tdiary/plugin/comment_size.rb: fixed some typos and documentation.

Location:
platform/tdiary
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/doc/en/spambayes.txt

    r5509 r5587  
    11For detail 
     2 English : http://www.hinet.mydns.jp/en/?SpamBayes 
    23 Japanese : http://www.hinet.mydns.jp/?SpamBayes 
    3  English : http://www.hinet.mydns.jp/en/?SpamBayes 
  • platform/tdiary/misc/section_footer2/fc2.yaml

    r5575 r5587  
    11url: http://bookmark.fc2.com/icons/ 
    22src: http://bookmark.fc2.com/img/add-16.gif 
    3 title: このエントリを含む fc2ブックマーク 
     3title: このエントリを含む FC2ブックマーク 
    44counter: http://bookmark.fc2.com/image/users/ 
  • platform/tdiary/plugin/comment_size.rb

    r5571 r5587  
    1111  <h3>#{@comment_size}</h3> 
    1212  <p>#{@comment_size_desc}</p> 
    13   <p><input name="comment.size" value="#{CGI::escapeHTML( @conf['comment.size'] )}">Byte</p> 
     13  <p><input name="comment.size" value="#{CGI::escapeHTML( @conf['comment.size'] )}">Bytes</p> 
    1414  HTML 
    1515end 
  • platform/tdiary/plugin/en/spambayes.rb

    r5509 r5587  
    5454 
    5555                def stay_spam 
    56                         "Stay as SPAM" 
     56                        "Stay as spam" 
    5757                end 
    5858 
    5959                def register_spam 
    60                         "Register as SPAM" 
     60                        "Register as spam" 
    6161                end 
    6262 
     
    126126 
    127127                def spam_rate 
    128                         "SPAM rate" 
     128                        "rate of spam" 
    129129                end 
    130130        end 
  • platform/tdiary/plugin/ja/comment_size.rb

    r5571 r5587  
    11if /conf/ =~ @mode then 
    22  @comment_size_conf = 'コメントサイズ制限' 
    3   @comment_size_desc = 'ツッコミの最大サイズをByteで指定してください。日本語一文字は2Byteとなります。' 
     3  @comment_size_desc = 'ツッコミの最大サイズをByteで指定してください。日本語一文字は2Bytesとなります。' 
    44  @comment_size = 'コメントサイズ制限' 
    55end