File: edit_user.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 (20 lines) | stat: -rw-r--r-- 721 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
# $Id: edit_user.rb,v 1.3 2005/06/14 13:49:07 fdiary Exp $
# Copyright (C) 2005 Kazuhiko <kazuhiko@fdiary.net>

def label_edit_user_config; 'Edit users'; end
def label_edit_user_title; 'Delete users / Change passwords'; end
def label_edit_user_add_title; 'Add users'; end
def label_edit_user_description
  'Each line has one user, which is in the form of "name&nbsp;password".'
end
def label_edit_user_auth_title; 'Restrict editing'; end
def label_edit_user_auth_description
  'Do you permit only registrated users to edit?'
end
def label_edit_user_auth_candidate
  [ 'Yes', 'No' ]
end
def label_edit_user_delete; 'Delete'; end
def label_edit_user_name; 'Name'; end
def label_edit_user_new_password; 'New password'; end