File: comment.rb

package info (click to toggle)
hiki 0.8.6-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,772 kB
  • ctags: 1,746
  • sloc: ruby: 20,067; lisp: 926; sh: 269; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: comment.rb,v 1.2 2004/02/15 02:48:35 hitoshi Exp $
# Copyright (C) 2003 Luigi Maselli <metnik@tiscali.it>

def comment_name_label
  'Nome'
end

def comment_comment_label
  'Commento'
end

def comment_post_label
  'Post'
end

def comment_anonymous_label
  'Anonimo'
end