File: antispamservice.rb

package info (click to toggle)
tdiary 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,092 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 2
file content (19 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# ja/antispamservice.rb: Japanese resource of Antispam filter setup plugin. $Revision: 1.2 $
#

@antispam_label_conf = 'Antispamサービス フィルタ'
@antispam_desc = 'Antispamサービス フィルタは、APIとして提供されるspam判定サービスを使って、ツッコミやTrackBackのspamを排除するフィルタです。このサービスを利用するには、使用するサービスのAPI Keyを取得して、以下に設定する必要があります。'

@antispam_label_service = '使用するspam判定サービスの選択'

@antispam_label_key = 'API Key'
@antispam_desc_key = 'API Key'
@antispam_warn_key = 'API Keyが正しくありません。サービスの提供元によって拒絶されました。'

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End: