Return-Path: X-Original-To: apmail-db-derby-commits-archive@www.apache.org Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EDAFD5EF for ; Tue, 31 Jul 2012 17:30:01 +0000 (UTC) Received: (qmail 19956 invoked by uid 500); 31 Jul 2012 17:30:01 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 19925 invoked by uid 500); 31 Jul 2012 17:30:01 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 19918 invoked by uid 99); 31 Jul 2012 17:30:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 17:30:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 17:29:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 223A3238890D; Tue, 31 Jul 2012 17:29:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367691 - /db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties Date: Tue, 31 Jul 2012 17:29:14 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120731172914.223A3238890D@eris.apache.org> Author: rhillegas Date: Tue Jul 31 17:29:13 2012 New Revision: 1367691 URL: http://svn.apache.org/viewvc?rev=1367691&view=rev Log: DERBY-5879: Correct capitalization and punctuation in some DRDA messages. Modified: db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties Modified: db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties?rev=1367691&r1=1367690&r2=1367691&view=diff ============================================================================== --- db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties (original) +++ db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties Tue Jul 31 17:29:13 2012 @@ -41,14 +41,14 @@ DRDA_UnknownArgument.U=Argument {0} is u DRDA_UnknownCommand.U=Command {0} is unknown. DRDA_InvalidValue.U=Invalid value, {0}, for {1}. DRDA_OnOffValue.U=Invalid value, {0}. Value must be ''on'' or ''off''. -DRDA_PortNumber.I=port number -DRDA_Host.I=host -DRDA_DatabaseDirectory.I=database directory -DRDA_Password.I=password -DRDA_User.I=user -DRDA_EncryptionAlgorithm.I=encryption algorithm -DRDA_EncryptionProvider.I=encryption provider -DRDA_Session.I=session +DRDA_PortNumber.I=Port number +DRDA_Host.I=Host +DRDA_DatabaseDirectory.I=Database directory +DRDA_Password.I=Password +DRDA_User.I=User +DRDA_EncryptionAlgorithm.I=Encryption algorithm +DRDA_EncryptionProvider.I=Encryption provider +DRDA_Session.I=Session DRDA_TraceDirectoryChange.I=Trace directory changed to {0}. DRDA_InvalidNoArgs.U=Invalid number of arguments for command {0}. DRDA_LogConnectionsChange.I=Log Connections changed to {0}. @@ -76,7 +76,7 @@ DRDA_ConnectionTested2.I=Connection obta DRDA_ConnectionTested3.I=Connection obtained for host: {0}, port {1}, database {2}, user {3}. DRDA_SQLException.S={0} DRDA_SQLWarning.I={0} -DRDA_MissingValue.U=Missing required value for {0}. +DRDA_MissingValue.U=Missing required value: {0}. DRDA_InvalidPropVal.S=Invalid value for property, {0}, value: {1}. DRDA_SessionNotFound.U=Session, {0}, not found or other error occurred starting tracing. Check runtimeinfo for valid session numbers and derby error log for possible permission errors or IO errors accesing the trace file. DRDA_ErrorStartingTracing.S=Error starting tracing. This can be caused by permission errors or IO error accessing the trace directory. Check derby error log for details. @@ -88,7 +88,7 @@ DRDA_MissingLocale.I=Resources not found DRDA_MissingNetworkJar.S=Cannot find derbynet.jar on the classpath. DRDA_NoAuthentication.S=Network Server startup failed. User authentication must be enabled before the Network Server installs a security manager. You must either enable user authentication or disable the installation of a security manager. For information on enabling user authentication, see the section of the Derby Developer''s Guide entitled "Working with user authentication". Disabling the installation of a security manager is strongly discouraged in a client/server environment. However, if you must do this, you can disable the installation of a security manager by specifying the "-noSecurityManager" command line option when you bring up the Network Server. DRDA_SecurityInstalled.I=Security manager installed using the Basic server security policy. -DRDA_SslMode.I=sslmode +DRDA_SslMode.I=SSL mode # Derby Network Server SYSINFO stuff #