From: <bra...@us...> - 2010-06-01 19:38:52
|
Revision: 3136 http://archive-access.svn.sourceforge.net/archive-access/?rev=3136&view=rev Author: bradtofel Date: 2010-06-01 19:38:43 +0000 (Tue, 01 Jun 2010) Log Message: ----------- Added new properties for rendering Toolbar.jsp text 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-06-01 19:37:52 UTC (rev 3135) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2010-06-01 19:38:43 UTC (rev 3136) @@ -152,5 +152,44 @@ graph.nextMonth=Month››› graph.nextYear=Year›››› + +ToolBar.closeTitle=Close the toolbar +ToolBar.closeText=Close +ToolBar.helpTitle=Get some help using the Wayback Machine +ToolBar.helpText=Help +ToolBar.sparklineTitle=Explore captures for this URL +ToolBar.captureRangeTitle=Timespan for captures of this URL +ToolBar.captureRangeText={0,date,d MMM yy} - {1,date,d MMM yy} + +ToolBar.numCapturesTitle=See a list of every capture for this URL +ToolBar.numCapturesText={0} captures + +ToolBar.prevTitle={0,date,H:mm:ss MMM d, yyyy} +ToolBar.curDayTitle=You are here: {0,date,H:mm:ss MMM d, yyyy} +ToolBar.curDayText={0,date,d} +ToolBar.nextTitle={0,date,H:mm:ss MMM d, yyyy} + +ToolBar.noPrevMonthText={0,date,MMM} +ToolBar.prevMonthTitle={0,date,d MMM yyyy} +ToolBar.prevMonthText=‹{0,date,MMM} +ToolBar.curMonthTitle=You are here: {0,date,H:mm:ss MMM d, yyyy} +ToolBar.curMonthText={0,date,MMM} +ToolBar.noNextMonthText={0,date,MMM} +ToolBar.nextMonthTitle={0,date,d MMM yyyy} +ToolBar.nextMonthText={0,date,MMM} › + +ToolBar.noPrevYearText={0,date,yyyy} +ToolBar.prevYearTitle={0,date,d MMM yyyy} +ToolBar.prevYearText=‹{0,date,yyyy} +ToolBar.curYearTitle=You are here: {0,date,H:mm:ss MMM d, yyyy} +ToolBar.curYearText={0,date,yyyy} +ToolBar.noNextYearText={0,date,yyyy} +ToolBar.nextYearTitle={0,date,d MMM yyyy} +ToolBar.nextYearText={0,date,yyyy} › + + + +3 April 2010 +# 20 May 2010 14:09:56 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. |