File: comment.rb

package info (click to toggle)
hiki 0.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 1,736
  • sloc: ruby: 20,269; lisp: 926; sh: 269; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: comment.rb,v 1.1 2005/08/02 13:37:41 yanagita Exp $
# Copyright (C) 2002-2003 TAKEUCHI Hitoshi <hitoshi@namaraii.com>

def comment_name_label
  'Name'
end

def comment_comment_label
  'Kommentar'
end

def comment_post_label
  'Nachricht'
end

def comment_anonymous_label
  'Anonymous'
end