summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/sqlmessage.src
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:04:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:04:15 +0000
commit3301372512415d69dd36cd9ae7aab98d8956c784 (patch)
tree0f0e5bf9a30357f4e8a5eb3a9544213437b84875 /dbaccess/source/ui/dlg/sqlmessage.src
parent7379e006ddeb7d283f6327f2369d381014a1b3ea (diff)
INTEGRATION: CWS mergede01 (1.46.110); FILE MERGED
2007/03/20 14:45:26 ihi 1.46.110.1: #i72301# Remove German
Diffstat (limited to 'dbaccess/source/ui/dlg/sqlmessage.src')
-rw-r--r--dbaccess/source/ui/dlg/sqlmessage.src15
1 files changed, 2 insertions, 13 deletions
diff --git a/dbaccess/source/ui/dlg/sqlmessage.src b/dbaccess/source/ui/dlg/sqlmessage.src
index 98d6e60a8e86..42682f48c62d 100644
--- a/dbaccess/source/ui/dlg/sqlmessage.src
+++ b/dbaccess/source/ui/dlg/sqlmessage.src
@@ -4,9 +4,9 @@
*
* $RCSfile: sqlmessage.src,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 15:27:45 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 15:04:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,21 +86,18 @@ ModalDialog DLG_SQLEXCEPTIONCHAIN
OutputSize = TRUE ;
SVLook = TRUE ;
Size = MAP_APPFONT ( 240 , 150 ) ;
- Text [ de ] = "%PRODUCTNAME Base" ;
Text [ en-US ] = "%PRODUCTNAME Base" ;
FixedLine FL_DETAILS
{
Pos = MAP_APPFONT ( 6, 3 ) ;
Size = MAP_APPFONT ( 228, 8 ) ;
- Text [ de ] = "Details";
Text [ en-US ] = "Details";
};
FixedText FT_ERRORLIST
{
Pos = MAP_APPFONT ( 12, 12 ) ;
Size = MAP_APPFONT ( 85, 10 ) ;
- Text [ de ] = "~Fehlerliste:";
Text [ en-US ] = "Error ~list:";
Group = TRUE;
};
@@ -116,7 +113,6 @@ ModalDialog DLG_SQLEXCEPTIONCHAIN
{
Pos = MAP_APPFONT ( 103, 12 ) ;
Size = MAP_APPFONT ( 125, 10 ) ;
- Text [ de ] = "~Beschreibung:";
Text [ en-US ] = "~Description:";
Group = TRUE;
};
@@ -139,42 +135,35 @@ ModalDialog DLG_SQLEXCEPTIONCHAIN
String STR_EXCEPTION_STATUS
{
- Text [ de ] = "SQL-Status";
Text [ en-US ] = "SQL Status";
};
String STR_EXCEPTION_ERRORCODE
{
- Text [ de ] = "Fehler-Code";
Text [ en-US ] = "Error code";
};
};
String STR_EXPLAN_STRINGCONVERSION_ERROR
{
- Text [ de ] = "Ein häufiger Grund für diesen Fehler ist eine ungeignete Zeichensatz-Einstellung für die Sprache Ihrer Datenbank. Überprüfen Sie diese Einstellung unter Bearbeiten - Datenbank - Eigenschaften.";
Text [ en-US ] = "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties.";
};
String STR_EXCEPTION_ERROR
{
- Text [ de ] = "Fehler";
Text [ en-US ] = "Error";
};
String STR_EXCEPTION_WARNING
{
- Text [ de ] = "Warnung";
Text [ en-US ] = "Warning";
};
String STR_EXCEPTION_INFO
{
- Text [ de ] = "Information";
Text [ en-US ] = "Information";
};
String STR_EXCEPTION_DETAILS
{
- Text [ de ] = "Details";
Text [ en-US ] = "Details";
};