# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # # ---------------------------------------------------------------------- # COMMONS # ---------------------------------------------------------------------- webwork.date=MMM dd, yyyy hh:mm:ss aaa z message.success = Success message.failed = Failed message.error = Error enabled = Enabled disabled = Disabled cancel = Cancel submit = Submit edit = Edit delete = Delete build = Build release = Release save = Save add = Add back = Back workingCopy = Working Copy builds = Builds info = Project Information or = OR # ---------------------------------------------------------------------- # Page: Top # ---------------------------------------------------------------------- top.logo.default = [Your company logo here] # ---------------------------------------------------------------------- # Page: Bottom # ---------------------------------------------------------------------- bottom.version.number = ${pom.parent.parent.version} # ---------------------------------------------------------------------- # Page: Menu # ---------------------------------------------------------------------- menu.continuum.about = About menu.continuum.showProjects = Show Projects menu.continuum.showProjectGroups = Show Project Groups menu.addProject = Add Project menu.add.m2Project = Maven 2.0.x Project menu.add.m1Project = Maven 1.x Project menu.add.antProject = Ant Project menu.add.shellProject = Shell Project menu.administration = Administration menu.administration.configuration = Configuration menu.administration.appearance = Appearance menu.administration.profile = Profiles menu.administration.installations = Installations menu.administration.schedules = Schedules menu.administration.users = Users menu.administration.userGroups = User Groups menu.account.options = My account user.edit.account = Edit user info # ---------------------------------------------------------------------- # Page: error # ---------------------------------------------------------------------- error.page.title = Error Page error.section.title = An Internal Error Has Occurred! error.exception.message = Exception Message: error.message = The server was not able of performing the request. Please try again later. Contact the administrator if this problem persists. error.403.title = Error 403 error.403.section.title = Resource Forbidden error.403.message = The URL requested results in a forbidden page. error.404.title = Error 404 error.404.section.title = Resource Not Found error.404.message = The URL requested cannot be found. error.500.title = Error 500 error.500.section.title = Internal Error error.500.message = The URL requested results in an internal error. # ---------------------------------------------------------------------- # Page: About # ---------------------------------------------------------------------- about.page.title = Continuum - About about.section.title = About Continuum about.version.label = Version about.version.number = ${project.version} # ---------------------------------------------------------------------- # Page: Login # ---------------------------------------------------------------------- login.page.title = Continuum - Authentication login.section.title = Authentication login.username = Username login.password = Password login.rememberMe = Remember me login.submit = Connect # ---------------------------------------------------------------------- # Page: Summary # ---------------------------------------------------------------------- summary.page.title = Continuum - Summary summary.section.title = Continuum Projects summary.projectTable.name = Project Name summary.projectTable.version = Version summary.projectTable.build = Build summary.projectTable.group = Group summary.buildAll = Build All summary.buildHistory = Build history summary.buildNow = Build Now # ---------------------------------------------------------------------- # Page: Group Summary # ---------------------------------------------------------------------- groups.page.title = Continuum - Group Summary groups.section.title = Project Group: groups.manage.label = Manage Group groups.confirmation.message = Are you sure you want to delete the project group "{0}"? # ---------------------------------------------------------------------- # Page: Project Group # ---------------------------------------------------------------------- projectGroup.page.title = Continuum - Project Group projectGroup.informations.title = Project Group Informations projectGroup.name.label = Project Group Name projectGroup.groupId.label = Project Group Id projectGroup.description.label = Description projectGroup.projects.title = Member Projects projectGroup.tab.summary = Project Group Summary projectGroup.tab.members = Members projectGroup.tab.buildDefinitions = Build Definitions projectGroup.tab.notifiers = Notifiers projectGroup.actions.title = Group Actions projectGroup.release.error.emptyGroup = Cannot release an empty group. projectGroup.release.error.severalParentProjects = Cannot release two or more parent projects in the same project group at the same time. projectGroup.release.error.projectNotInSuccess = Cannot release project group: one or more projects in the group were not built successfully. projectGroup.deleteGroup = Delete Group projectGroup.buildGroup = Build all projects projectGroup.deleteProjects = Delete Project(s) projectGroup.buildProjects = Build Project(s) # ---------------------------------------------------------------------- # Page: Add Project Group # ---------------------------------------------------------------------- projectGroup.add.page.title = Continuum - Add Project Group projectGroup.add.section.title = Add Project Group projectGroup.error.name.required = Project Group Name required. projectGroup.error.name.cannot.be.spaces = Project Group Name cannot contain spaces only. projectGroup.error.name.already.exists = Project Group Name already exists. projectGroup.error.groupId.required = Project Group ID required. projectGroup.error.groupId.cannot.be.spaces = Project Group ID cannot contain spaces only. projectGroup.error.groupId.already.exists = Project Group ID already exists. # ---------------------------------------------------------------------- # Page: Edit Project Group # ---------------------------------------------------------------------- projectGroup.edit.page.title = Continuum - Update Project Group projectGroup.edit.section.title = Update Project Group projectGroup.edit.project.name = Project Name projectGroup.edit.move.to.group = Move to Group project.in.checkout.queue.error = Cannot edit this project group. Projects that are members of this project group are still being checked out from scm. # ---------------------------------------------------------------------- # Page: Configuration # ---------------------------------------------------------------------- configuration.page.title = Continuum - Configuration configuration.section.title = General Configuration configuration.guest.label = Guests configuration.guest.value = Guest user is {0} configuration.workingDirectory.label = Working Directory configuration.buildOutputDirectory.label = Build Output Directory configuration.deploymentRepositoryDirectory.label = Deployment Repository Directory configuration.baseUrl.label = Base URL configuration.submit.edit = Edit configuration.guest.message = Enable/Disable login as guest configuration.workingDirectory.message = Enter the working directory of the Continuum web application configuration.buildOutputDirectory.message = Enter the build output directory of the Continuum web application configuration.deploymentRepositoryDirectory.message = Enter the deployment repository directory of the Continuum web application configuration.baseUrl.message = Enter the base URL for the Continuum web application configuration.companyName.message = Enter the company name configuration.companyLogo.message = Enter the company logo configuration.companyUrl.message = Enter the URL of the official company website # ---------------------------------------------------------------------- # Page: Add Project # ---------------------------------------------------------------------- add.project.field.required.error = Either POM URL or Upload POM is required. add.project.unknown.host.error = The specified host is either unknown or inaccessible. add.project.connect.error = Unable to connect to remote server add.project.malformed.url.error = The URL provided is malformed. add.project.xml.parse.error = The XML content of the POM can not be parsed. add.project.extend.error = Cannot use a POM with an ''extend'' element. add.project.missing.pom.error = POM file does not exist. Either the POM you specified or one of its modules does not exist. add.project.missing.groupid.error = Missing ''groupId'' element in the POM. add.project.missing.artifactid.error = Missing ''artifactId'' element in the POM. add.project.missing.version.error = Missing ''version'' element in the POM. add.project.missing.name.error = Missing ''name'' element in the POM. add.project.missing.repository.error = Missing ''repository'' element in the POM. add.project.missing.scm.error = Missing ''scm'' element in the POM. add.project.missing.scm.connection.error = Missing ''connection'' sub-element in the ''scm'' element in the POM. add.project.missing.notifier.type.error = Missing ''type'' sub-element in the ''notifier'' element in the POM. add.project.missing.notifier.configuration.error = Missing ''configuration'' sub-element in the ''notifier'' element in the POM. add.project.metadata.transfer.error = Transfer of Metadata has failed. add.project.validation.protocol.not_allowed = The specified resource isn''t a file or the protocol used isn''t allowed. add.project.unauthorized.error = You are not authorized to access the requested URL. Please verify that the correct username and password are provided. add.project.artifact.not.found.error = Missing artifact trying to build the POM. Check that its parent POM is available or add it first in Continuum. add.project.project.building.error = Unknown error trying to build POM. add.project.unknown.error = The specified resource cannot be accessed. Please try again later or contact your administrator. add.project.nogroup.error = No project group specified. # ---------------------------------------------------------------------- # Page: AddMavenOneProject # ---------------------------------------------------------------------- add.m1.project.page.title = Continuum - Add Maven 1 Project add.m1.project.section.title = Add Maven 1.x Project add.m1.project.m1PomUrl.label = M1 POM Url add.m1.project.m1PomUrl.username.label = Username add.m1.project.m1PomUrl.password.label = Password add.m1.project.m1PomUrl.message = Enter the URL to the Maven 1 POM. Provide the username and password if it is a secured resource. add.m1.project.m1PomUrl.error = You must enter a valid URL add.m1.project.m1PomFile.label = Upload POM add.m1.project.m1PomFile.message = Enter the local filename of the Maven 1 POM to upload add.m1.project.m1PomFile.error = You must enter a valid URL add.m1.project.projectGroup = Project Group # ---------------------------------------------------------------------- # Page: AddMavenTwoProject # ---------------------------------------------------------------------- add.m2.project.page.title = Continuum - Add Maven 2 Project add.m2.project.section.title = Add Maven 2.0+ Project add.m2.project.m2PomUrl.label = POM Url add.m2.project.m2PomUrl.username.label = Username add.m2.project.m2PomUrl.password.label = Password add.m2.project.m2PomUrl.message = Enter the URL to the Maven 2 POM. Provide the username and password if it is a secured resource. add.m2.project.m2PomUrl.error = You must enter a valid URL add.m2.project.m2PomFile.label = Upload POM add.m2.project.m2PomFile.message = Enter the local filename of the Maven 2 POM to upload (works only for a single project without modules). add.m2.project.m2PomFile.error = You must enter a valid URL add.m2.project.projectGroup = Project Group # TODO: remove this part once uploading of an m2 project with modules is supported ( CONTINUUM-1098 ) add.m2.project.upload.modules.error = Cannot upload a Maven 2 project with modules. add.m2.project.nonRecursiveProject = For multi modules project, load only root as recursive build # ---------------------------------------------------------------------- # Page: AddProject (ant or shell) # ---------------------------------------------------------------------- add.shell.project.page.title = Continuum - Add Shell Project add.shell.project.section.title = Continuum - Add Shell Project add.ant.project.page.title = Continuum - Add Ant Project add.ant.project.section.title = Add Ant Project projectName.label = Project Name projectName.error = You must provide a project name projectName.already.exist.error = Project name already exist projectName.message = Enter the project name projectScm.label = Scm projectScm.error = You must select an SCM projectScm.message = Select an SCM projectScmUrl.label = Scm Url projectScmUrl.error = You must provide an scm url projectScmUrl.message = Enter the Maven SCM URL projectScmUsername.label = Scm Username projectScmUsername.message = Enter the scm username projectScmPassword.label = Scm Password projectScmPassword.message = Enter the scm password projectScmTag.label = Scm Branch/Tag projectScmTag.message = Enter the scm branch/tag name ( For subversion, tag name must be in scm URL and not in this field ) projectVersion.label = Version projectVersion.error = You must provide a version projectVersion.message = Enter the version of the project projectScmUseCache.label = Use SCM Credentials Cache, if available # ---------------------------------------------------------------------- # Page: DeleteProject # ---------------------------------------------------------------------- deleteProject.page.title = Continuum - Delete Continuum Project deleteProject.section.title = Delete Continuum Project deleteProject.confirmation.message = Are you sure you want to delete the project "{0}"? # ---------------------------------------------------------------------- # Page: ProjectView # ---------------------------------------------------------------------- projectView.page.title = Continuum - Continuum Project projectView.section.title = Continuum Project projectView.project.name = Project Name projectView.project.version = Version projectView.project.scmUrl = Scm Url projectView.project.group = Group projectView.buildDefinitions = Build Definitions projectView.buildDefinition.goals = Goals projectView.buildDefinition.arguments = Arguments projectView.buildDefinition.buildFile = Build File projectView.buildDefinition.profile = Profile projectView.buildDefinition.schedule = Schedule buildDefinition.profile.label = Profile projectView.buildDefinition.from = From projectView.buildDefinition.default = Default projectView.buildDefinition.buildFresh = Build Fresh projectView.notifiers = Notifiers projectView.notifier.type = Type projectView.notifier.recipient = Recipient projectView.notifier.events = Events projectView.notifier.from = From projectView.dependencies = Dependencies projectView.dependency.name = Name projectView.dependency.groupId = Group Id projectView.dependency.artifactId = Artifact Id projectView.dependency.version = Version projectView.usedBy= Used By projectView.developers = Developers projectView.developer.name = Name projectView.developer.email = Email projectView.username = User Name projectView.role.view = View projectView.role.edit = Edit projectView.role.delete = Delete projectView.role.build = Build projectView.role.administer = Administer # ---------------------------------------------------------------------- # Page: ProjectEdit # ---------------------------------------------------------------------- projectEdit.page.title = Continuum - Update Continuum Project projectEdit.section.title = Update Continuum Project projectEdit.project.name.label = Project Name projectEdit.project.version.label = Version projectEdit.project.scmUrl.label = SCM Url projectEdit.project.scmUsername.label = SCM Username projectEdit.project.scmPassword.label = SCM Password projectEdit.project.scmUseCache.label = Use SCM Credentials Cache, if available projectEdit.project.scmTag.label = SCM Branch/Tag # ---------------------------------------------------------------------- # Page: BuildDefinitionEdit # ---------------------------------------------------------------------- buildDefinition.page.title = Continuum - Add/Edit Build Definition buildDefinition.section.title = Add/Edit Build Definition buildDefinition.buildFile.ant.label = Ant build filename buildDefinition.buildFile.shell.label = Shell executable buildDefinition.buildFile.maven.label = POM filename buildDefinition.goals.ant.label = Targets buildDefinition.goals.maven.label = Goals buildDefinition.arguments.label = Arguments buildDefinition.buildFresh.label = Build Fresh buildDefinition.defaultForProject.label = Is it default? buildDefinition.schedule.label = Schedule buildDefinition.noname.save.error.message = There was an error saving the schedule, no schedule name was supplied. buildDefinition.duplicatename.save.error.message = There was an error saving the schedule, a schedule with the same name already exists. # ---------------------------------------------------------------------- # Page: DeleteBuildDefinition # ---------------------------------------------------------------------- deleteBuildDefinition.page.title = Continuum - Delete Build Definition deleteBuildDefinition.section.title = Delete Build Definition deleteBuildDefinition.confirmation.message = Are you sure you want to delete the build definition "{0}"? # ---------------------------------------------------------------------- # Page: DeleteNotifier # ---------------------------------------------------------------------- deleteNotifier.page.title = Continuum - Delete Notifier deleteNotifier.section.title = Delete Notifier deleteNotifier.confirmation.message = Are you sure you want to delete the {0} notifier with recipient "{1}"? # ---------------------------------------------------------------------- # Page: Notifier # ---------------------------------------------------------------------- notifier.page.add.title = Continuum - Add Notifier notifier.section.add.title = Add Notifier notifier.page.title = Continuum - Add/Edit {0} Notifier notifier.section.title = Add/Edit {0} Notifier notifier.type.label = Type notifier.mail.recipient.label = Mail Recipient Address notifier.irc.host.label = IRC Host notifier.irc.port.label = IRC port notifier.irc.channel.label = IRC channel notifier.irc.nick.label = Nick Name notifier.irc.fullName.label = Full Name notifier.irc.password.label = Password notifier.jabber.host.label = Jabber Host notifier.jabber.port.label = Jabber port notifier.jabber.login.label = Jabber login notifier.jabber.password.label = Jabber Password notifier.jabber.domainName.label = Jabber Domain Name notifier.jabber.address.label = Jabber Recipient Address notifier.jabber.isSslConnection.label = Is it a SSL connection? notifier.jabber.isGroup.label = Is it a Jabber group? notifier.msn.login.label = MSN login notifier.msn.password.label = MSN Password notifier.msn.address.label = MSN Recipient Address notifier.wagon.url.label = Project Site URL notifier.wagon.id.label = Server Id (defined in your settings.xml for authentication) notifier.event.sendOnSuccess = Send on Success notifier.event.sendOnFailure = Send on Failure notifier.event.sendOnError = Send on Error notifier.event.sendOnWarning = Send on Warning # ---------------------------------------------------------------------- # Page: BuildResults # ---------------------------------------------------------------------- buildResults.page.title = Continuum - Build results buildResults.section.title = Build results for {0} buildResults.buildNumber = Build # buildResults.startTime = Start Time buildResults.endTime = End Time buildResults.duration = Duration buildResults.startedSince = Started since buildResults.state = State # ---------------------------------------------------------------------- # Page: BuildResults # ---------------------------------------------------------------------- buildResult.page.title = Continuum - Build result buildResult.section.title = Build result for {0} buildResult.startTime = Start Time buildResult.endTime = End Time buildResult.duration = Duration buildResult.startedSince = Started since buildResult.trigger = Build Trigger buildResult.state = State buildResult.buildNumber = Build# buildResult.buildError = Build Error buildResult.buildOutput = Output buildResult.noOutput = No output. buildResult.changes = Changes buildResult.noChanges = No changes buildResult.changes.author = Author buildResult.changes.date = Date buildResult.changes.comment = Comment buildResult.changes.files = Files buildResult.scmResult.changes = SCM Changes buildResult.scmResult.noChanges = No SCM changes buildResult.scmResult.changes.author = Author buildResult.scmResult.changes.date = Date buildResult.scmResult.changes.comment = Comment buildResult.scmResult.changes.files = Files buildResult.dependencies.changes = Dependencies Changes buildResult.dependencies.noChanges = No dependencies changes buildResult.dependencies.groupId = Group Id buildResult.dependencies.artifactId = Artifact Id buildResult.dependencies.version = Version buildResult.changesSinceLastSuccess = Other Changes Since Last Success buildResult.generatedReports.title = Generated Reports buildResult.generatedReports.surefire = Surefire Report # From ContinuumProjectState buildResult.trigger.0 = Scheduled buildResult.trigger.1 = Forced buildResult.state.1 = New buildResult.state.2 = OK buildResult.state.3 = Failed buildResult.state.4 = Error buildResult.state.6 = Building buildResult.state.7 = Checking out buildResult.state.8 = Updating buildResult.state.9 = Warning buildResult.state.10 = Checked out # ---------------------------------------------------------------------- # Page: WorkingCopy # ---------------------------------------------------------------------- workingCopy.page.title = Continuum - Working Copy workingCopy.section.title = Working Copy for {0} # ---------------------------------------------------------------------- # Page: Schedules # ---------------------------------------------------------------------- schedules.page.title = Continuum - Schedules schedules.section.title = Schedules schedules.table.name = Name schedules.table.description = Description schedules.table.delay = Quiet Period schedules.table.cronExpression = Cron Expression schedules.table.active = Active schedules.table.maxJobExecutionTime = Max Job Time schedules.confirmation.message = Are you sure you want to delete the schedule "{0}"? # ---------------------------------------------------------------------- # Page: Add/EditSchedule # ---------------------------------------------------------------------- addSchedule.page.title=Continuum - Add Schedule addSchedule.section.title = Add Schedule editSchedule.page.title = Continuum - Edit Schedule editSchedule.section.title = Edit Schedule schedule.name.label = Name schedule.name.message = Enter the name of the schedule schedule.description.label = Description schedule.description.message = Enter a description of the schedule schedule.cronExpression.label = Cron Expression schedule.cronExpression.message = Enter the cron expression. Format is described there : Syntax schedule.maxJobExecutionTime.label = Maximum job execution time (seconds) schedule.maxJobExecutionTime.message = Enter the maximum number of seconds a job may execute in this schedule before it''s terminated. schedule.quietPeriod.label = Quiet Period (seconds) schedule.quietPeriod.message = Enter a quiet period period for this schedule schedule.enabled.label = Enabled schedule.enabled.message = Enable/Disable the schedule schedule.second.label = Second schedule.minute.label = Minute schedule.hour.label = Hour schedule.dayOfMonth.label = Day of Month schedule.month.label = Month schedule.dayOfWeek.label = Day of Week schedule.year.label = Year [optional] schedule.remove.error = The schedule can't be removed, it is probably used by a build definition. # ---------------------------------------------------------------------- # Page: SurefireReport # ---------------------------------------------------------------------- surefireReport.page.title = Continuum - Surefire Report surefireReport.section.title = Surefire Report for {0} Build Number {1} surefireReport.summary = Summary surefireReport.tests = Tests surefireReport.errors = Errors surefireReport.failures = Failures surefireReport.successRate = Success Rate surefireReport.time = Time surefireReport.packageList = Package List surefireReport.testCases = Test Cases surefireReport.package = Package Name surefireReport.class = Class surefireReport.testCase = Test Case surefireReport.failureDetails = Failure Details # ---------------------------------------------------------------------- # Page: Continuum Release Support # ---------------------------------------------------------------------- releaseProject.page.title=Continuum - Release Project releaseProject.section.title=Choose Release Goal for {0} releaseProject.prepareReleaseOption=Prepare project for release releaseProject.performReleaseOption=Perform project release releaseProject.provideReleaseParameters=Provide Release Parameters releasePrepare.section.title=Prepare Project for Release releasePrepare.parameters=Release Prepare Parameters releasePrepare.releaseVersion=Release Version* releasePrepare.nextDevelopmentVersion=Next Development Version* releasePerform.section.title=Perform Project Release releasePerform.parameters=Release Perform Parameters releaseInProgress.section.title=Executing Release Goal releaseInProgress.status=Status releaseInProgress.phase=Release Phase releaseInProgress.viewOutput=View Output releaseViewResult.section.title=Project Release Summary releaseViewResult.summary=Release Project Details releaseViewResult.startTime=Start Time releaseViewResult.endTime=End Time releaseViewResult.state=State releaseViewResult.success=SUCCESSFUL releaseViewResult.error=ERROR releaseViewResult.output=Release Execution Output releaseViewResult.noOutput=No Output # ---------------------------------------------------------------------- # Page: User # ---------------------------------------------------------------------- user.username.label = Username user.username.message = Enter the username user.fullName.label = Full Name user.fullName.message = Enter the full name of the user user.email.label = Email user.email.message = Enter the email address of the user user.password.label = Password user.passwordTwo.label = Password(again) user.passwordTwo.message = Password must match user.userGroup.label = User Group user.userGroup.message = Select a user group # ---------------------------------------------------------------------- # Page: User Group # ---------------------------------------------------------------------- userGroup.name.label = Name userGroup.name.message = Enter the user group name userGroup.description.label = Description userGroup.description.message = Enter the description # ---------------------------------------------------------------------- # Page: Profiles List # ---------------------------------------------------------------------- profilesList.page.title= Build Profiles profilesList.section.title= Build Profiles # ---------------------------------------------------------------------- # Page: Profile Edit # ---------------------------------------------------------------------- profile.page.title= Continuum - Build Profile profile.section.title = Profile profile.name.label= Profile Name profile.jdk.name.label = Jdk name profile.jdk.name.message = The JDK name profile.jdk.path.label = Jdk path profile.jdk.path.message = The JDK Path (JAVA_HOME value) profile.no.installations = No installations available # ---------------------------------------------------------------------- # Page: Installations List # ---------------------------------------------------------------------- installationsList.page.title = Installations installationsList.section.title = Installations # ---------------------------------------------------------------------- # Page: Installation Edit # ---------------------------------------------------------------------- installation.page.title = Continuum - Installation installation.section.title = Continuum - Installation installation.name.label = Name installation.type.label = Type installation.value.label = Value/Path installation.varName.label = Environment Variable Name (only needed for type Environment Variable) installation.jdk.type.label = JDK installation.maven2.type.label = Maven 2 installation.maven1.type.label = Maven 1 installation.envvar.type.label = Environment Variable installation.ant.type.label = ANT installation.automaticProfile.label=Create a Profile with the installation name