User: kz      
Date: 2006/12/13 08:25:30

Modified:
   dba/connectivity/source/resource/conn_shared_res.src

Log:
 INTEGRATION: CWS dba22ui (1.2.122); FILE MERGED
 2006/12/04 11:17:28 fs 1.2.122.2: #i71773#
 2006/10/25 10:14:53 fs 1.2.122.1: #i62664# STR_CANNOT_CONVERT_STRING

File Changes:

Directory: /dba/connectivity/source/resource/
=============================================

File [changed]: conn_shared_res.src
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/resource/conn_shared_res.src?r1=1.2&r2=1.3
Delta lines:  +50 -6
--------------------
--- conn_shared_res.src 29 Mar 2006 12:20:59 -0000      1.2
+++ conn_shared_res.src 13 Dec 2006 16:25:28 -0000      1.3
@@ -33,9 +33,12 @@
  *
  ************************************************************************/
 
-#ifndef CONNECTIVITY_SHARED_RES_HRC
-#include "conn_shared_res.hrc"
-#endif
+#include "resource/common_res.hrc"
+#include "resource/mozab_res.hrc"
+
+// ============================================================================
+// = the mozab driver's resource strings
+// ============================================================================
 
 String STR_NO_MOZIILA_ADDRESSBOOK
 {
@@ -125,4 +128,45 @@
 {
     Text [ de ] = "Die Karte für die angeforderte Zeile wurde nicht 
gefunden.";
     Text [ en-US ] = "Can't find the card for the requested row.";
+};
+
+// ============================================================================
+// = common strings
+// ============================================================================
+
+String STR_STRING_LENGTH_EXCEEDED
+{
+    Text [ de ] = "Die Zeichenkette '$string$' ist länger als $maxlen$ 
Zeichen, nachdem sie in den Ziel-Zeichensatz '$charset$' konvertiert wurde.";
+    Text [ en-US ] = "The string '$string$' exceeds the maximum length of 
$maxlen$ characters when converted to the target character set '$charset$'.";
+};
+
+String STR_CANNOT_CONVERT_STRING
+{
+    Text [ de ] = "Die Zeichenkette '$string$' kann nicht in den Zeichensatz 
'$charset' konvertiert werden.";
+    Text [ en-US ] = "The string '$string$' cannot be converted using the 
encoding '$charset'.";
+};
+
+String STR_URI_SYNTAX_ERROR
+{
+    Text [ de ] = "Die Verbindungs-URL ist ungültig.";
+    Text [ en-US ] = "The connection URL is invalid.";
+};
+
+String STR_NO_HOSTNAME
+{
+    Text [ de ] = "Es wurde kein Server-Name angegeben.";
+    Text [ en-US ] = "No hostname was provided.";
+};
+
+String STR_NO_BASEDN
+{
+    Text [ de ] = "Es wurde keine Basis DN angegeben.";
+    Text [ en-US ] = "No Base DN was provided.";
+    Text [ x-comment ] = "'Base DN' is a technical term related to LDAP 
servers.";
+};
+
+String STR_COULD_NOT_CONNECT_LDAP
+{
+    Text [ de ] = "Die Verbindung zum LDAP-Server konnte nicht hergestellt 
werden.";
+    Text [ en-US ] = "The connection to the LDAP server could not be 
established.";
 };




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to