Home | History | Annotate | Download | only in rss
      1 ###############################################################################
      2 # Copyright (c) 2005, 2006 IBM Corporation and others.
      3 # All rights reserved. This program and the accompanying materials
      4 # are made available under the terms of the Eclipse Public License v1.0
      5 # which accompanies this distribution, and is available at
      6 # http://www.eclipse.org/legal/epl-v10.html
      7 #
      8 # Contributors:
      9 #     IBM Corporation - initial API and implementation
     10 ###############################################################################
     11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\!
     12 RSSFeedWatcherTask.with=\ with 
     13 RSSFeedWatcherTask.To=To
     14 RSSFeedWatcherTask.Done=Done.
     15 RSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\!
     16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
     17 RSSFeedCommon.RSSFeedFile=RSS Feed file 
     18 RSSFeedCommon.ToBePublishedAt=to be published at: 
     19 RSSFeedCommon.Set=Set
     20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
     21 
     22 RSSFeedCreateFeedTask.Creating=Creating 
     23 RSSFeedCreateFeedTask.Builds=Builds
     24 RSSFeedCreateFeedTask.BuildTeam=Build Team
     25 RSSFeedCreateFeedTask.UnableToWriteToFile=Unable to write to file 
     26 
     27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
     28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
     29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
     30 RSSFeedAddEntryTask.AddingEntryTo=Adding entry to 
     31 
     32 RSSFeedAddEntryTask.DoesNotExist=does not exist. Creating ...
     33 RSSFeedAddEntryTask.AnnouncePrefix=[announce] 
     34 RSSFeedAddEntryTask.IsAvailable=is available
     35 RSSFeedAddEntryTask.InProperty=in property
     36 RSSFeedAddEntryTask.AttachNew=Attach new
     37 RSSFeedAddEntryTask.BranchKeyword=%%branch%%
     38 RSSFeedAddEntryTask.BuildIDKeyword=%%buildID%%
     39 RSSFeedAddEntryTask.BuildAliasKeyword=%%buildAlias%%
     40 RSSFeedAddEntryTask.WrongNumberOfVariables=Wrong number of variables
     41 RSSFeedAddEntryTask.MustBeMultipleOf5=(must be multiple of 5)
     42 RSSFeedAddEntryTask.MustBeMultipleOf4=(must be multiple of 4)
     43 
     44 RSSFeedUpdateEntryTask.SearchingFor=Searching for
     45 RSSFeedUpdateEntryTask.ReplacingWith=replacing with
     46 RSSFeedUpdateEntryTask.DoesNotExist=does not exist. Nothing to do\!
     47 RSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute: 
     48 RSSFeedUpdateEntryTask.DebugFoundElement=Found Element: 
     49 RSSFeedUpdateEntryTask.DebugFoundText=Found Text: 
     50 RSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
     51 RSSFeedUpdateEntryTask.DebugGotATNode=Got A/T Node: 
     52 RSSFeedUpdateEntryTask.DebugGotENode=Got E Node: 
     53 
     54 RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file specified
     55 RSSFeedPublisherTask.Error=Error:
     56 RSSFeedPublisherTask.Publish=Publish
     57 RSSFeedPublisherTask.Execute=Execute:
     58 RSSFeedPublisherTask.Result=Result:
     59 RSSFeedPublisherTask.ForProject=For project
     60 RSSFeedPublisherTask.UsingCVSRoot=Using CVS Root:
     61 RSSFeedPublisherTask.UsingCVSPath=Using CVS Path:
     62 RSSFeedPublisherTask.UsingCVSTemp=Using CVS Temp:
     63 RSSFeedPublisherTask.PublishToSCPTarget=Publish to SCP Target:
     64 RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a feed file. Nothing to do\!
     65 RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder=Error: could not delete temp folder
     66 RSSFeedPublisherTask.CVSWarning=cvs add: use `cvs commit' to add this file permanently
     67 
     68 RSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which feed changes to watch and what actions as response. Nothing to do\!
     69 RSSFeedWatcherTask.PleaseRunThisTaskLater=Please run this task at some later date to compare reference copy in
     70 RSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
     71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
     72 RSSFeedWatcherTask.ToTheLatestVersion=to latest version of feed in
     73 RSSFeedWatcherTask.ErrorDestinationFileIsADirectory=Error\! Destination file exists as a directory\! Cannot proceed.
     74 RSSFeedWatcherTask.Compare=Compare
     75 RSSFeedWatcherTask.GotOldNodeContents=Got old node contents
     76 RSSFeedWatcherTask.GotNewNodeContents=Got new node contents
     77 RSSFeedWatcherTask.RunExecTask=Run Exec Task
     78 RSSFeedWatcherTask.NodeUnchanged=Node unchanged. Nothing to do\!
     79 RSSFeedWatcherTask.NodeNotFound=Node not found. Nothing to do\!
     80 RSSFeedWatcherTask.Download=Download
     81