File: comment.rb

package info (click to toggle)
hiki 0.8.6-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • 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-- 290 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 Laurent Sansonetti <laurent@datarescue.be>

def comment_name_label
  'Nom'
end

def comment_comment_label
  'Commentaire'
end

def comment_post_label
  'Envoyer'
end

def comment_anonymous_label
  'Anonyme'
end