File: attach.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 (26 lines) | stat: -rw-r--r-- 631 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
# $Id: attach.rb,v 1.1 2005/08/02 13:37:41 yanagita Exp $
# Copyright (C) 2003 TAKEUCHI Hitoshi <hitoshi@namaraii.com>

def attach_files_label
  'Angeh&auml;ngte Dateien'
end

def attach_upload_label
  'Datei hochladen'
end

def detach_upload_label
  'Dateien l&ouml;schen'
end

def plugin_usage_label
	attach_usage
end	

def attach_usage
       '<div><ul>
   <li>Link zu einer angeh&auml;ngten Datei: {{attach_anchor(dateiname [, seitenname])}}.</li>
   <li>Ausgabe einer angeh&auml;ngten Datei: {{attach_view(dateiname [, seitenname])}}.</li>
   <li>Liste aller angeh&auml;ngten Dateien: {{attach_map}}.</li>
   </ul></div>'
end