From fd4aa0e57245ffbd56687751c8dbd312b77e0db0 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 19 Apr 2007 13:55:30 +0000 Subject: INTEGRATION: CWS mergede01 (1.16.242); FILE MERGED 2007/03/20 14:45:21 ihi 1.16.242.1: #i72301# Remove German --- dbaccess/source/ui/control/TableGrantCtrl.src | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'dbaccess/source/ui/control/TableGrantCtrl.src') diff --git a/dbaccess/source/ui/control/TableGrantCtrl.src b/dbaccess/source/ui/control/TableGrantCtrl.src index d5433a7b484d..c67e6f3ff0be 100644 --- a/dbaccess/source/ui/control/TableGrantCtrl.src +++ b/dbaccess/source/ui/control/TableGrantCtrl.src @@ -4,9 +4,9 @@ * * $RCSfile: TableGrantCtrl.src,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2005-09-23 14:10:21 $ + * last change: $Author: ihi $ $Date: 2007-04-19 14:55:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,48 +39,40 @@ String STR_TABLE_PRIV_NAME { - Text [ de ] = "Tabellename"; Text [ en-US ] = "Table name"; }; String STR_TABLE_PRIV_INSERT { - Text [ de ] = "Daten einfügen"; Text [ en-US ] = "Insert data"; }; String STR_TABLE_PRIV_DELETE { - Text [ de ] = "Daten löschen"; Text [ en-US ] = "Delete data"; }; String STR_TABLE_PRIV_UPDATE { - Text [ de ] = "Daten ändern"; Text [ en-US ] = "Modify data"; }; String STR_TABLE_PRIV_ALTER { - Text [ de ] = "Struktur ändern"; Text [ en-US ] = "Alter structure"; }; String STR_TABLE_PRIV_SELECT { - Text [ de ] = "Daten lesen"; Text [ en-US ] = "Read data"; }; String STR_TABLE_PRIV_REFERENCE { - Text [ de ] = "References ändern"; Text [ en-US ] = "Modify references"; }; String STR_TABLE_PRIV_DROP { - Text [ de ] = "Struktur löschen"; Text [ en-US ] = "Drop structure"; }; -- cgit