From: <bra...@us...> - 2010-09-07 22:39:51
|
Revision: 3251 http://archive-access.svn.sourceforge.net/archive-access/?rev=3251&view=rev Author: bradtofel Date: 2010-09-07 22:39:44 +0000 (Tue, 07 Sep 2010) Log Message: ----------- TWEAK: fixed « and » HTML entity references... Somehow they had an extra 'S'. Also changed some to the &#NNN; format, as the Toolbar.jsp is upper casing some of the results. &LAQUO; is NOT the same thing as «... 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-09-07 22:17:11 UTC (rev 3250) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2010-09-07 22:39:44 UTC (rev 3251) @@ -143,15 +143,15 @@ GraphTimeline.searchButtonText=Go graph.title=Jump to first record in {0,date,yyyy} : ({0,date,MMM d}) -graph.prevYear= ‹‹‹‹Year -graph.prevMonth=‹‹‹Month -graph.prevDay=‹‹Day -graph.prevCapture=‹Prev +graph.prevYear= ‹«««Year +graph.prevMonth=«««Month +graph.prevDay=««Day +graph.prevCapture=«Prev graph.current=See All Versions -graph.nextCapture=Next› -graph.nextDay=Day›› -graph.nextMonth=Month››› -graph.nextYear=Year›››› +graph.nextCapture=Next» +graph.nextDay=Day»» +graph.nextMonth=Month»»» +graph.nextYear=Year»»»» ToolBar.closeTitle=Close the toolbar @@ -172,25 +172,25 @@ ToolBar.noPrevMonthText={0,date,MMM} ToolBar.prevMonthTitle={0,date,d MMM yyyy} -ToolBar.prevMonthText=‹{0,date,MMM} +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.nextMonthText={0,date,MMM} » ToolBar.noPrevYearText={0,date,yyyy} ToolBar.prevYearTitle={0,date,d MMM yyyy} -ToolBar.prevYearText=‹{0,date,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} › +ToolBar.nextYearText={0,date,yyyy} » -3 April 2010 +#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. |