From: <bra...@us...> - 2010-04-24 00:29:52
|
Revision: 3061 http://archive-access.svn.sourceforge.net/archive-access/?rev=3061&view=rev Author: bradtofel Date: 2010-04-24 00:29:46 +0000 (Sat, 24 Apr 2010) Log Message: ----------- TWEAK: added new messages for live web cache exceptions robots blocked content labels inside graphs Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2010-04-24 00:26:35 UTC (rev 3060) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2010-04-24 00:29:46 UTC (rev 3061) @@ -1,7 +1,9 @@ Exception.wayback.title=Wayback Exception Exception.wayback.message=An unknown exception has occured. {0} -Exception.accessControl.title=Access Control Exception +Exception.accessControl.title=Blocked Content Exception.accessControl.message=Access to this content has been blocked. {0} +Exception.accessRobots.title=Blocked Content +Exception.accessRobots.message=Access to this content has been blocked by the sites robots.txt document. Exception.authenticationControl.title=Authentication Control Exception Exception.authenticationControl.message=This content is not accessible as the current user or from your current location. {0} Exception.badContent.title=Bad Content Exception @@ -12,6 +14,10 @@ Exception.betterRequest.message=The request you made can be better expressed with another request. {0} Exception.configuration.title=Configuration Exception Exception.configuration.message=This service has not been properly configured. {0} +Exception.liveDocumentNotAvailable.title=Not In Archive +Exception.liveDocumentNotAvailable.message=The document you requested is not in this archive, and is not available from the live web. +Exception.liveWebCacheNotAvailable.title=Internal Service Problem +Exception.liveWebCacheNotAvailable.message=The gateway to the live web is not available. Please try again later. Exception.resourceIndexNotAvailable.title=Resource Index Not Available Exception Exception.resourceIndexNotAvailable.message=The Resource Index required to satisfy this request is temporarily unavailable. Please try again later. Exception.resourceNotAvailable.title=Resource Not Available @@ -133,9 +139,11 @@ graph.prevMonth=‹‹‹Month graph.prevDay=‹‹Day graph.prevCapture=‹Prev -graph.current=Showing Date {1,date,MMM yyyy} +graph.current=See All Versions graph.nextCapture=Next› graph.nextDay=Day›› graph.nextMonth=Month››› graph.nextYear=Year›››› +PartitionSize.dateHeader.yearGraphLabel={0,date,yyyy} +PartitionSize.dateHeader.monthGraphLabel={0,date,MMM} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |