File: template.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 (34 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $Id: template.rb,v 1.3 2005/06/27 05:21:42 fdiary Exp $
# Copyright (C) 2003 TAKEUCHI Hitoshi <hitoshi@namaraii.com>

def template_label
  'Template'
end

def template_select_label
  'Import'
end

def label_template_default
  'Default template'
end

def label_template_default_desc
  'Select the default template page.'
end

def label_template_keyword
  'A keyword of templates'
end

def label_template_keyword_desc
  'Only pages that has the specified keyword will be candidates.'
end

def label_template_autoinsert
  'Auto insert'
end

def label_template_autoinsert_desc
  'Insert the template in creating new pages.'
end