Messages.properties 3.4 KB
Newer Older
K
i18n  
kohsuke 已提交
1 2 3
AbstractBuild.BuildingRemotely=Building remotely on {0}
AbstractBuild.KeptBecause=kept because of {0}

4
AbstractProject.NewBuildForWorkspace=Scheduling a new build to get a workspace.
K
i18n  
kohsuke 已提交
5 6 7 8 9 10 11 12 13 14 15
AbstractProject.Pronoun=Project
AbstractProject.Aborted=Aborted
AbstractProject.BuildInProgress=Build #{0} is already in progress{1}
AbstractProject.Disabled=Build disabled
AbstractProject.ETA=\ (ETA:{0})
AbstractProject.NoSCM=No SCM
AbstractProject.NoWorkspace=No workspace is available, so can''t check for updates.
AbstractProject.PollingABorted=SCM polling aborted
AbstractProject.ScmAborted=SCM check out aborted
AbstractProject.WorkspaceOffline=Workspace is offline.

16 17
Api.MultipleMatch=XPath "{0}" matched {1} nodes. \
    Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element. 
K
i18n  
kohsuke 已提交
18 19 20 21 22 23 24 25 26 27
Api.NoXPathMatch=XPath {0} didn''t match

BallColor.Aborted=Aborted
BallColor.Disabled=Disabled
BallColor.Failed=Failed
BallColor.InProgress=In progress
BallColor.Pending=Pending
BallColor.Success=Success
BallColor.Unstable=Unstable

K
i18n  
kohsuke 已提交
28 29 30 31
Computer.Caption=Slave {0}

Executor.NotAvailable=N/A

K
i18n  
kohsuke 已提交
32
ExternalJob.DisplayName=Monitor an external job
K
i18n  
kohsuke 已提交
33
ExternalJob.Pronoun=Job
K
i18n  
kohsuke 已提交
34 35

FreeStyleProject.DisplayName=Build a free-style software project
36

K
i18n  
kohsuke 已提交
37 38 39
Hudson.BadPortNumber=Bad port number {0}
Hudson.Computer.Caption=Master
Hudson.Computer.DisplayName=master
40
Hudson.ControlCodeNotAllowed=No control code is allowed: {0}
K
i18n  
kohsuke 已提交
41 42 43 44 45 46 47 48
Hudson.DisplayName=Hudson
Hudson.JobAlreadyExists=A job already exists with the name ''{0}''
Hudson.NoJavaInPath=java is not in your PATH. Maybe you need to <a href=''{0}/configure''>configure JDKs</a>?
Hudson.NoName=No name is specified
Hudson.NoSuchDirectory=No such directory: {0}
Hudson.NotADirectory={0} is not a directory
Hudson.NotAPlugin={0} is not a Hudson plugin
Hudson.NotJDKDir={0} doesn''t look like a JDK directory
49
Hudson.Permissions.Title=Overall
K
i18n  
kohsuke 已提交
50 51
Hudson.UnsafeChar=''{0}'' is an unsafe character
Hudson.ViewName=All
52 53 54
Hudson.NotANumber=Not a number
Hudson.NotAPositiveNumber=Not a positive number
Hudson.NotANegativeNumber=Not a negative number
55 56 57 58 59
Hudson.NotUsesUTF8ToDecodeURL=\
  Your container does''t use UTF-8 to decode URLs. If you use non-ASCII characters as a Job name etc, \
  See  <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Containers''>Containers</a> or \
  <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Tomcat#Tomcat-i18n''>Tomcat i18N</a>.
  
60 61
Item.Permissions.Title=Job

K
i18n  
kohsuke 已提交
62 63 64 65 66
Job.AllRecentBuildFailed=All recent builds failed.
Job.BuildStability=Build stability: {0}
Job.NOfMFailed={0} out of the last {1} builds failed.
Job.NoRecentBuildFailed=No recent builds failed.
Job.Pronoun=Project
K
i18n  
kohsuke 已提交
67 68
Job.minutes=mins

K
i18n  
kohsuke 已提交
69 70 71 72 73 74 75
Queue.BlockedBy=Blocked by {0}
Queue.InProgress=A build is already in progress
Queue.InQuietPeriod=In the quiet period. Expires in {0}
Queue.Unknown=???

Run.BuildAborted=Build was aborted
Run.MarkedExplicitly=explicitly marked to keep the record
76
Run.Permissions.Title=Run
K
i18n  
kohsuke 已提交
77 78 79 80 81 82 83 84 85 86
Run.UnableToDelete=Unable to delete {0}: {1}

Slave.InvalidConfig.Executors=Invalid slave configuration for {0}. Invalid # of executors.
Slave.InvalidConfig.NoName=Invalid slave configuration. Name is empty
Slave.InvalidConfig.NoRemoteDir=Invalid slave configuration for {0}. No remote directory given
Slave.Launching={0} Launching slave agent
Slave.Terminated={0} slave agent was terminated
Slave.UnableToLaunch=Unable to launch the slave agent for {0}{1}
Slave.UnixSlave=This is a Unix slave
Slave.WindowsSlave=This is a Windows slave
87 88

View.Permissions.Title=View