From 865b8cc8a6c2b3c102243c85977b593710954342 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 19 Nov 2002 10:47:08 +0000 Subject: #105166# insert new string for missing type info --- dbaccess/source/ui/tabledesign/table.src | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/tabledesign/table.src') diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src index 30367f217ef6..d670f7f6ad93 100644 --- a/dbaccess/source/ui/tabledesign/table.src +++ b/dbaccess/source/ui/tabledesign/table.src @@ -2,9 +2,9 @@ * * $RCSfile: table.src,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: fs $ $Date: 2002-11-08 13:17:22 $ + * last change: $Author: oj $ $Date: 2002-11-19 11:47:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2319,3 +2319,10 @@ String STR_HELP_AUTOINCREMENT_VALUE Text[ thai ] = "Enter an SQL statement for the auto-increment field.\n\nThis statement will be directly transferred to the database when the table is created."; }; +String STR_NO_TYPE_INFO_AVAILABLE +{ + Text = "Es konnten keine Typinformationen von der Datenbank ermittelt werden.\nDer Tabellenentwurfmodus ist für diese Datenquelle nicht verfügbar."; + Text[ english ] = "No type information could be retrieved from the database.\nThe table design mode is not available for this data source."; +}; + + -- cgit