__section__
default
__description__
Repository for random data elements.

* value = the name of the data element to retrieve

Each data element may have any number of other variables.
__title__

__page__
reskey
__lang__
en_US
__name__
data
__template__
[% SWITCH value %]

[%# General %]
[% CASE 'create failed' %]
	An unknown error has occurred.  Please try again.

[% CASE 'touch-use failed' %]
	This resource is no longer valid.  Please return to the beginning and try again.

[% CASE 'reskey not found' %]
	Requested resource is invalid.  Please return to the beginning and try again.


[%# ACL %]
[% CASE 'has no acl' %]
	You do not have the permission required to access this resource.

[% CASE 'has acl_no' %]
	You have been banned from accessing this resource.


[%# User %]
[% CASE 'is_admin too low' %]
	Only admins may access this resource.

[% CASE 'is_subscriber too low' %]
	Only subscribers may access this resource.

[% CASE 'seclev too low' %]
	You do not have the permission required to access this resource.

[% CASE 'karma too low' %]
	You do not have the permission required to access this resource.


[%# AL2 %]
[% CASE 'nosubmit al2 failure' %]
	You are not allowed to use this resource.

[% CASE 'nopost al2 failure' %]
	You are not allowed to use this resource.

[% CASE 'nopostanon al2 failure' %]
	You are not allowed to use this resource.


[%# Duration %]
[% CASE 'too many uses' %]
	You have used this resource too much; please try again later.

[% CASE 'too many failures' %]
	This resource is no longer valid.  Please return to the beginning and try again.

[% CASE 'use duration too short' %]
	You must wait a little bit before using this resource; please try again later.

[% CASE 'creation-use duration too short' %]
	You must wait a little bit before using this resource; please try again later.


[%# ProxyScan %]
[% CASE 'open proxy' %]
	You may not post using an open proxy.


[%# Post %]
[% CASE 'post method required' %]
	You must access this resource using the appropriate method.
	

[% END %]
__seclev__
10000
__version__
$Id: data;reskey;default,v 1.7 2005/11/08 18:15:02 pudge Exp $
