From 446f6f3365e6c017c7701df9e9b758a4abf02f49 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 8 Sep 2004 16:46:12 +0000 Subject: INTEGRATION: CWS dba15 (1.85.18); FILE MERGED 2004/08/12 09:30:09 fs 1.85.18.2: RESYNC: (1.85-1.86); FILE MERGED 2004/07/29 14:12:14 fs 1.85.18.1: #i24876# new UNDO strings --- dbaccess/source/ui/tabledesign/table.src | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 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 2aa40e356fb5..b8f18337cc10 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.86 $ + * $Revision: 1.87 $ * - * last change: $Author: hr $ $Date: 2004-08-02 16:19:29 $ + * last change: $Author: hr $ $Date: 2004-09-08 17:46:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -619,25 +619,25 @@ String STR_NO_TYPE_INFO_AVAILABLE String STR_CHANGE_COLUMN_NAME { - Text [ de ] = "Spaltennamen ändern"; - Text [ en-US ] = "change column name"; + Text [ de ] = "Feldnamen ändern"; + Text [ en-US ] = "change field name"; }; String STR_CHANGE_COLUMN_TYPE { - Text [ de ] = "Spaltentyp ändern"; - Text [ en-US ] = "change column type"; + Text [ de ] = "Feldtyp ändern"; + Text [ en-US ] = "change field type"; }; String STR_CHANGE_COLUMN_DESCRIPTION { - Text [ de ] = "Spaltenbeschreibung ändern"; - Text [ en-US ] = "change column description"; + Text [ de ] = "Feldbeschreibung ändern"; + Text [ en-US ] = "change field description"; }; String STR_CHANGE_COLUMN_ATTRIBUTE { - Text [ de ] = "Spaltenattribut ändern"; - Text [ en-US ] = "change column attribute"; + Text [ de ] = "Feldattribut ändern"; + Text [ en-US ] = "change field attribute"; }; -- cgit