You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/12/23 09:18:41 UTC

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

Author: evenisse
Date: Sat Dec 23 00:18:40 2006
New Revision: 489866

URL: http://svn.apache.org/viewvc?view=rev&rev=489866
Log:
Fix single quotes rendering

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?view=diff&rev=489866&r1=489865&r2=489866
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Sat Dec 23 00:18:40 2006
@@ -156,19 +156,19 @@
 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.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.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.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.
@@ -446,7 +446,7 @@
 schedule.cronExpression.label = Cron Expression
 schedule.cronExpression.message = Enter the cron expression. Format is described there : <a href="http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html" target="_blank">Syntax<a>
 schedule.maxJobExecutionTime.label = Maximum job execution time (seconds)
-schedule.maxJobExecutionTime.message = Enter the maxmimum number of seconds a job may execute in this schedule before it's terminated.
+schedule.maxJobExecutionTime.message = Enter the maxmimum 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