Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 99428 invoked from network); 23 Dec 2006 08:19:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2006 08:19:32 -0000 Received: (qmail 44139 invoked by uid 500); 23 Dec 2006 08:19:39 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 44120 invoked by uid 500); 23 Dec 2006 08:19:39 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 44107 invoked by uid 99); 23 Dec 2006 08:19:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Dec 2006 00:19:39 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Dec 2006 00:19:31 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1A9A21A981A; Sat, 23 Dec 2006 00:18:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r489866 - /maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Date: Sat, 23 Dec 2006 08:18:41 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061223081841.1A9A21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 : Syntax 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