msgzk.properties"

From Documentation
m
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<source lang="sql">
+
<source lang="java">
 
#class=org.zkoss.zk.mesg.MZk
 
#class=org.zkoss.zk.mesg.MZk
 
#"charset=utf-8"
 
#"charset=utf-8"
Line 21: Line 21:
 
#-=UPDATE_OBSOLETE_PAGE
 
#-=UPDATE_OBSOLETE_PAGE
 
1010={
 
1010={
The resource you request is no longer available: {0}.
+
The resource you requested is no longer available: {0}.
 
This is normally caused by timeout, or opening too many Web pages.
 
This is normally caused by timeout, or opening too many Web pages.
 
You have to reload the page and try again.
 
You have to reload the page and try again.

Latest revision as of 06:36, 21 November 2011

#class=org.zkoss.zk.mesg.MZk
#"charset=utf-8"
#Copyright (C) 2005,2006 Potix Corporation

#
# Error #
#
#-=PAGE_NOT_FOUND
1000={0} not found.
#-=PORTLET_PAGE_REQUIRED
1001=The path of the ZUML page must be specified in the zk_page parameter.
#-=PAGE_FAILED
1002={
Failed to load {0}

Cause: {1}
{2}
}

#-=UPDATE_OBSOLETE_PAGE
1010={
The resource you requested is no longer available: {0}.
This is normally caused by timeout, or opening too many Web pages.
You have to reload the page and try again.
}

#-=RESUME_FAILED
1020=Failed to resume: {0}

#-=ILLEGAL_REQUEST_COMPONENT_REQUIRED
2000=Illegal request: component is required for {0}
#-=ILLEGAL_REQUEST_WRONG_DATA
2001=Illegal request: wrong data, {0}, for {1}

#-=AUTO_ID_NOT_LOCATABLE
2100={
The anonymous identifier, {0}, is not locatable.
To make it locatable, please assign an identifier to it first.
}
#-=AUTO_ID_NOT_ALLOWED_IN_PATH
2101={
The anonymous identifier cannot be part of a path: {0}.
Please specify an identifier first.
}

#-=NOT_FOUND
3000={0} not found.

#-=TOO_MANY_SUSPENDED
3100=Too many suspended event processing threads.
#-=TOO_MANY_REQUESTS
3101=Too many concurrent requests