comparison after5.rb @ 29:e7a01e561e28 draft

Message 'no' should contain only 'no'.
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 03 Apr 2012 15:06:33 +0900
parents ff684484b12a
children af3f2175eddf
comparison
equal deleted inserted replaced
28:ff684484b12a 29:e7a01e561e28
3 # 3 #
4 # Associative Scheduling Table - after5 4 # Associative Scheduling Table - after5
5 # (C)2003, 2004, 2006, 2008, 2012 by HIROSE Yuuji [yuuji<at>gentei.org] 5 # (C)2003, 2004, 2006, 2008, 2012 by HIROSE Yuuji [yuuji<at>gentei.org]
6 # $Id: after5.rb,v 1.19 2012/04/01 11:52:25 yuuji Exp yuuji $ 6 # $Id: after5.rb,v 1.19 2012/04/01 11:52:25 yuuji Exp yuuji $
7 # $HGid$ 7 # $HGid$
8 # Last modified Tue Apr 3 15:05:07 2012 on firestorm 8 # Last modified Tue Apr 3 15:05:40 2012 on firestorm
9 # See http://www.gentei.org/~yuuji/software/after5/ 9 # See http://www.gentei.org/~yuuji/software/after5/
10 # このスクリプトはEUCで保存してください。 10 # このスクリプトはEUCで保存してください。
11 11
12 require 'kconv' 12 require 'kconv'
13 require 'nkf' 13 require 'nkf'
1150 'visible from other members?'], 1150 'visible from other members?'],
1151 'public' => ['公', 'pub'], 1151 'public' => ['公', 'pub'],
1152 'nonpublic' => ['非', 'sec'], 1152 'nonpublic' => ['非', 'sec'],
1153 'through' => ['〜', '=&gt;'], 1153 'through' => ['〜', '=&gt;'],
1154 'yes' => ['はいな', 'yes'], 1154 'yes' => ['はいな', 'yes'],
1155 'no' => ['やだ(非公開)', 'nope'], 1155 'no' => ['やだ', 'nope'],
1156 'wnames' => [%w[日 月 火 水 木 金 土], 1156 'wnames' => [%w[日 月 火 水 木 金 土],
1157 %w[sun mon tue wed thu fri sat]], 1157 %w[sun mon tue wed thu fri sat]],
1158 'whichday' => ['<small>(まとめ登録の場合)</small><br>期間中のどの日に?', 1158 'whichday' => ['<small>(まとめ登録の場合)</small><br>期間中のどの日に?',
1159 '<small>(On multiple registration)</small><br>Which days in the term?'], 1159 '<small>(On multiple registration)</small><br>Which days in the term?'],
1160 'singleday' => ['一日分だけ登録', '1day regist'], 1160 'singleday' => ['一日分だけ登録', '1day regist'],

yatex.org