From: <bra...@us...> - 2008-01-30 01:42:33
|
Revision: 2145 http://archive-access.svn.sourceforge.net/archive-access/?rev=2145&view=rev Author: bradtofel Date: 2008-01-29 17:42:34 -0800 (Tue, 29 Jan 2008) Log Message: ----------- CONFIG: added two month partition text. Modified Paths: -------------- 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_fr_CA.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 2008-01-30 00:58:08 UTC (rev 2144) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2008-01-30 01:42:34 UTC (rev 2145) @@ -43,6 +43,7 @@ TimelineView.viewingVersionDate={0,date,H:mm:ss MMM d, yyyy} TimelineView.timeRange=Time Range TimelineView.timeRange.years=Years +TimelineView.timeRange.twomonths=Months TimelineView.timeRange.months=Months TimelineView.timeRange.days=Days TimelineView.timeRange.hours=Hours Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties 2008-01-30 00:58:08 UTC (rev 2144) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties 2008-01-30 01:42:34 UTC (rev 2145) @@ -39,6 +39,7 @@ TimelineView.viewingVersionDate={0,date,[H:mm:ss MMM d, yyyy]} TimelineView.timeRange=[Time Range] TimelineView.timeRange.years=[Years] +TimelineView.timeRange.twomonths=[Months] TimelineView.timeRange.months=[Months] TimelineView.timeRange.days=[Days] TimelineView.timeRange.hours=[Hours] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bra...@us...> - 2008-07-07 21:24:29
|
Revision: 2406 http://archive-access.svn.sourceforge.net/archive-access/?rev=2406&view=rev Author: bradtofel Date: 2008-07-07 14:24:37 -0700 (Mon, 07 Jul 2008) Log Message: ----------- TWEAK: added placeholder anchor window error message Modified Paths: -------------- 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_de.properties trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.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 2008-07-03 22:01:43 UTC (rev 2405) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI.properties 2008-07-07 21:24:37 UTC (rev 2406) @@ -18,6 +18,8 @@ Exception.resourceNotAvailable.message=The Resource you have requested is temporarily unavailable. Please try again later. Exception.resourceNotInArchive.title=Resource Not In Archive Exception.resourceNotInArchive.message=The Resource you requested is not in this archive. +Exception.anchorWindowTooSmall.title=No Resources within Window Range +Exception.anchorWindowTooSmall.message=The Window Range specified does not match any Resources. You can try expanding the Anchor Window size and repeating the request. UIGlobal.pageTitle=Internet Archive Wayback Machine UIGlobal.helpLink=Help Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_de.properties =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_de.properties 2008-07-03 22:01:43 UTC (rev 2405) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_de.properties 2008-07-07 21:24:37 UTC (rev 2406) @@ -18,6 +18,8 @@ Exception.resourceNotAvailable.message=Die angeforderte Ressource ist zwischenzeitlich nicht verfügbar. Bitte versuchen Sie es später nocheinmal. Exception.resourceNotInArchive.title=Ressource ist nicht im Archiv Exception.resourceNotInArchive.message=Die angeforderte Ressource ist nicht im Archiv. +Exception.anchorWindowTooSmall.title=No Resources within Window Range +Exception.anchorWindowTooSmall.message=The Window Range specified does not match any Resources. You can try expanding the Anchor Window size and repeating the request. UIGlobal.pageTitle=Internet Archive Wayback Machine UIGlobal.helpLink=Hilfe Modified: trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties 2008-07-03 22:01:43 UTC (rev 2405) +++ trunk/archive-access/projects/wayback/wayback-webapp/src/main/webapp/WEB-INF/classes/WaybackUI_fr_CA.properties 2008-07-07 21:24:37 UTC (rev 2406) @@ -14,6 +14,8 @@ Exception.resourceNotAvailable.message=[The Resource you have requested is temporarily unavailable. Please try again later.] Exception.resourceNotInArchive.title=[Resource Not In Archive] Exception.resourceNotInArchive.message=[The Resource you requested is not in this archive.] +Exception.anchorWindowTooSmall.title=No Resources within Window Range +Exception.anchorWindowTooSmall.message=The Window Range specified does not match any Resources. You can try expanding the Anchor Window size and repeating the request. UIGlobal.pageTitle=[Internet Archive Wayback Machine] UIGlobal.helpLink=[Help] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |