You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2012/07/31 19:29:14 UTC

svn commit: r1367691 - /db/derby/code/trunk/java/drda/org/apache/derby/loc/drda/messages_en.properties

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
 #