1402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll###############################################################################
2402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# Copyright (c) 2005, 2006 IBM Corporation and others.
3402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# All rights reserved. This program and the accompanying materials
4402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# are made available under the terms of the Eclipse Public License v1.0
5402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# which accompanies this distribution, and is available at
6402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# http://www.eclipse.org/legal/epl-v10.html
7402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll#
8402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll# Contributors:
9402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll#     IBM Corporation - initial API and implementation
10402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll###############################################################################
11402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\!
12402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.with=\ with 
13402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.To=To
14402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.Done=Done.
15402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\!
16402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
17402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.RSSFeedFile=RSS Feed file 
18402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.ToBePublishedAt=to be published at: 
19402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.Set=Set
20402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
21402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
22402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCreateFeedTask.Creating=Creating 
23402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCreateFeedTask.Builds=Builds
24402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCreateFeedTask.BuildTeam=Build Team
25402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedCreateFeedTask.UnableToWriteToFile=Unable to write to file 
26402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
27402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
28402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
29402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
30402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.AddingEntryTo=Adding entry to 
31402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
32402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.DoesNotExist=does not exist. Creating ...
33402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.AnnouncePrefix=[announce] 
34402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.IsAvailable=is available
35402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.InProperty=in property
36402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.AttachNew=Attach new
37402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BranchKeyword=%%branch%%
38402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BuildIDKeyword=%%buildID%%
39402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.BuildAliasKeyword=%%buildAlias%%
40402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.WrongNumberOfVariables=Wrong number of variables
41402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.MustBeMultipleOf5=(must be multiple of 5)
42402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedAddEntryTask.MustBeMultipleOf4=(must be multiple of 4)
43402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
44402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.SearchingFor=Searching for
45402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.ReplacingWith=replacing with
46402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DoesNotExist=does not exist. Nothing to do\!
47402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DebugFoundAttribute=Found Attribute: 
48402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DebugFoundElement=Found Element: 
49402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DebugFoundText=Found Text: 
50402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.XpathNodeNotFound=Xpath Node Not Found\!
51402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DebugGotATNode=Got A/T Node: 
52402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedUpdateEntryTask.DebugGotENode=Got E Node: 
53402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
54402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file specified
55402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.Error=Error:
56402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.Publish=Publish
57402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.Execute=Execute:
58402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.Result=Result:
59402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.ForProject=For project
60402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.UsingCVSRoot=Using CVS Root:
61402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.UsingCVSPath=Using CVS Path:
62402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.UsingCVSTemp=Using CVS Temp:
63402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.PublishToSCPTarget=Publish to SCP Target:
64402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a feed file. Nothing to do\!
65402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder=Error: could not delete temp folder
66402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedPublisherTask.CVSWarning=cvs add: use `cvs commit' to add this file permanently
67402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael Moll
68402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which feed changes to watch and what actions as response. Nothing to do\!
69402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.PleaseRunThisTaskLater=Please run this task at some later date to compare reference copy in
70402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
71402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
72402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.ToTheLatestVersion=to latest version of feed in
73402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.ErrorDestinationFileIsADirectory=Error\! Destination file exists as a directory\! Cannot proceed.
74402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.Compare=Compare
75402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.GotOldNodeContents=Got old node contents
76402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.GotNewNodeContents=Got new node contents
77402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.RunExecTask=Run Exec Task
78402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.NodeUnchanged=Node unchanged. Nothing to do\!
79402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.NodeNotFound=Node not found. Nothing to do\!
80402794e73aed8611d62eb4b01cd155e2d76fcb87Raphael MollRSSFeedWatcherTask.Download=Download
81