You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ke...@apache.org on 2006/08/07 16:25:21 UTC

svn commit: r429353 - /maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties

Author: kenney
Date: Mon Aug  7 07:25:21 2006
New Revision: 429353

URL: http://svn.apache.org/viewvc?rev=429353&view=rev
Log:
Use proper comment character in property file

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties?rev=429353&r1=429352&r2=429353&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Mon Aug  7 07:25:21 2006
@@ -1,6 +1,6 @@
-// ----------------------------------------------------------------------
-// COMMONS
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# COMMONS
+# ----------------------------------------------------------------------
 webwork.date=MMM dd, yyyy hh:mm:ss aaa z
 
 message.success = Success
@@ -19,14 +19,14 @@
 info = Info
 or = OR
 
-// ----------------------------------------------------------------------
-// Page: Top
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Top
+# ----------------------------------------------------------------------
 top.logo.default = [Your company logo here]
 
-// ----------------------------------------------------------------------
-// Page: Menu
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Menu
+# ----------------------------------------------------------------------
 menu.continuum.about = About
 menu.continuum.showProjects = Show Projects
 menu.addProject = Add Project
@@ -38,17 +38,17 @@
 menu.administration.configuration = Configuration
 menu.administration.schedules = Schedules
 
-// ----------------------------------------------------------------------
-// Page: About
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: About
+# ----------------------------------------------------------------------
 about.page.title = Continuum - About
 about.section.title = About Continuum
 about.version.label = Version
 about.version.number = ${project.version}
 
-// ----------------------------------------------------------------------
-// Page: Login
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Login
+# ----------------------------------------------------------------------
 login.page.title = Continuum - Authentication
 login.section.title = Authentication
 login.username = Username
@@ -56,22 +56,22 @@
 login.rememberMe = Remember me
 login.submit = Connect
 
-// ----------------------------------------------------------------------
-// Page: Summary
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Summary
+# ----------------------------------------------------------------------
 summary.page.title = Continuum - Summary
 summary.section.title = Continuum Projects
 summary.projectTable.name = 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: Configuration
-// ----------------------------------------------------------------------
+summary.buildAll = Build All
+summary.buildHistory = Build history
+summary.buildNow = Build Now
+
+# ----------------------------------------------------------------------
+# Page: Configuration
+# ----------------------------------------------------------------------
 configuration.page.title = Continuum - Configuration
 configuration.section.title = General Configuration
 configuration.guest.label = Guests
@@ -84,9 +84,9 @@
 configuration.companyUrl.label = Company URL
 configuration.submit.edit = Edit
 
-// ----------------------------------------------------------------------
-// Page: AddMavenOneProject
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# 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
@@ -96,9 +96,9 @@
 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
 
-// ----------------------------------------------------------------------
-// Page: AddMavenTwoProject
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# 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
@@ -108,9 +108,9 @@
 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
 
-// ----------------------------------------------------------------------
-// Page: AddProject (ant or shell)
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: AddProject (ant or shell)
+# ----------------------------------------------------------------------
 add.shell.project.page.title = Continuum - Add Shell Project
 add.shell.project.section.title = Add Shell Project
 add.ant.project.page.title = Add Ant Project
@@ -141,16 +141,16 @@
 projectVersion.error = You must provide a version
 projectVersion.message = Enter the version of the project
 
-// ----------------------------------------------------------------------
-// Page: DeleteProject
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# 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
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: ProjectView
+# ----------------------------------------------------------------------
 projectView.page.title = Continuum - Continuum Project
 projectView.section.title = Continuum Project
 projectView.project.name = Project Name
@@ -176,9 +176,9 @@
 projectView.developer.name = Name
 projectView.developer.email = Email
 
-// ----------------------------------------------------------------------
-// Page: ProjectEdit
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: ProjectEdit
+# ----------------------------------------------------------------------
 projectEdit.page.title = Continuum - Update Continuum Project
 projectEdit.section.title = Update Continuum Project
 projectEdit.project.name.label = Project Name
@@ -188,9 +188,9 @@
 projectEdit.project.scmPassword.label = Scm Password
 projectEdit.project.scmTag.label = Scm Branch/Tag
 
-// ----------------------------------------------------------------------
-// Page: BuildDefinitionEdit
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: BuildDefinitionEdit
+# ----------------------------------------------------------------------
 buildDefinition.page.title = Continuum - Add/Edit Build Definition
 buildDefinition.section.title = Add/Edit Build Definition
 buildDefinition.buildFile.ant.label = Ant build filename
@@ -202,23 +202,23 @@
 buildDefinition.defaultForProject.label = Is it default?
 buildDefinition.schedule.label = Schedule
 
-// ----------------------------------------------------------------------
-// Page: DeleteBuildDefinition
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# 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
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# 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 "{1}"?
 
-// ----------------------------------------------------------------------
-// Page: Notifier
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Notifier
+# ----------------------------------------------------------------------
 notifier.page.add.title = Continuum - Add Notifier
 notifier.section.add.title = Add Notifier
 notifier.page.title = Continuum - Add/Edit {0} Notifier
@@ -247,9 +247,9 @@
 notifier.event.sendOnError = Send on Error
 notifier.event.sendOnWarning = Send on Warning
 
-// ----------------------------------------------------------------------
-// Page: BuildResults
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: BuildResults
+# ----------------------------------------------------------------------
 buildResults.page.title = Continuum - Build results
 buildResults.section.title = Build results for {0}
 buildResults.buildNumber = Build #
@@ -258,9 +258,9 @@
 buildResults.state = State
 buildResults.noChanges = No changes
 
-// ----------------------------------------------------------------------
-// Page: BuildResults
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: BuildResults
+# ----------------------------------------------------------------------
 buildResult.page.title = Continuum - Build result
 buildResult.section.title = Build result for {0}
 buildResult.startTime = Start Time
@@ -278,15 +278,15 @@
 buildResult.changes.files = Files
 buildResult.changesSinceLastSuccess = Other Changes Since Last Success
 
-// ----------------------------------------------------------------------
-// Page: WorkingCopy
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: WorkingCopy
+# ----------------------------------------------------------------------
 workingCopy.page.title = Continuum - Working Copy
 workingCopy.section.title = Working Copy for {0}
 
-// ----------------------------------------------------------------------
-// Page: Schedules
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Schedules
+# ----------------------------------------------------------------------
 schedules.page.title = Continuum - Schedules
 schedules.section.title = Schedules
 schedules.table.name = Name
@@ -294,9 +294,9 @@
 schedules.table.delay = Quiet Period
 schedules.table.cronExpression = Cron Expression
 
-// ----------------------------------------------------------------------
-// Page: Add/EditSchedule
-// ----------------------------------------------------------------------
+# ----------------------------------------------------------------------
+# Page: Add/EditSchedule
+# ----------------------------------------------------------------------
 
 addSchedule.page.title=Continuum - Add Schedule
 addSchedule.section.title = Add Schedule