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 (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: attach.rb,v 1.3 2005/03/03 15:53:56 fdiary Exp $
# Copyright (C) 2003 Luigi Maselli <metnik@tiscali.it>

def attach_files_label
  'File allegati'
end

def attach_upload_label
  'File caricati'
end

def detach_upload_label
  'Rimuovi file'
end