Fix operator != handling of LHS null
[mono.git] / mcs / class / Npgsql / Npgsql / NpgsqlState.resx
index 9ae9665eb598504543c0a792af98e3dbba791d5f..d4071715e8f07d1a7cd7f4e0c55d5bff1d4f57f9 100644 (file)
@@ -57,7 +57,7 @@
     value   : The object must be serialized into a byte array 
             : using a System.ComponentModel.TypeConverter
             : and then encoded with base64 encoding.
-    -->\r
+    -->
        <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
                <xsd:element name="root" msdata:IsDataSet="true">
                        <xsd:complexType>
        <data name="Log_NoticeResponse">
                <value>NoticeResponse message from Server: {0}.</value>
        </data>
-    <data name="Log_AuthenticationOk">
-        <value>AAuthenticationOK received.</value>
+    <data name="Log_AuthenticationOK">
+        <value>AuthenticationOK received.</value>
     </data>
     <data name="Log_AuthenticationClearTextRequest">
         <value>Server requested cleartext password authentication.</value>
     <data name="Log_ParameterStatus">
                <value>ParameterStatus message from Server: Param = {0}, Value = {1}</value>
        </data>
+       <data name="Log_ConnectedTo">
+                <value>Connected to: {0}:{1}.</value>
+    </data>
+
+       <data name="Log_QuerySent">
+                <value>Query sent: {0}.</value>
+    </data>
+    <data name="Exception_Ssl_RequestError">
+                <value>Ssl connection requested. No Ssl enabled connection from this host is configured.</value>
+    </data>    
+    <data name="Exception_ConnectionTimeout">
+                <value>Connection establishment timeout. Increase Timeout value in ConnectionString.</value>
+    </data>    
+        
 </root>