summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:09:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 12:09:46 +0000
commit708b9764922c7efdd1a95bf3363dd2d5f1ac0b22 (patch)
treec1d647487ade91bc750f59bab87b34b81906225c /dbaccess/source/ui/tabledesign
parentcf336d53637b3f66eb87eba253e282dc14411eeb (diff)
INTEGRATION: CWS dba09 (1.81.8); FILE MERGED
2004/03/24 09:49:57 fs 1.81.8.2: RESYNC: (1.81-1.82); FILE MERGED 2004/03/18 10:21:15 fs 1.81.8.1: #i24876# proper undo strings for table design
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-rw-r--r--dbaccess/source/ui/tabledesign/table.src33
1 files changed, 31 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/table.src b/dbaccess/source/ui/tabledesign/table.src
index 2b3fef5a2e52..7efda67d48f1 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.83 $
+ * $Revision: 1.84 $
*
- * last change: $Author: obo $ $Date: 2004-04-27 10:43:30 $
+ * last change: $Author: hr $ $Date: 2004-05-10 13:09:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2502,3 +2502,32 @@ String STR_NO_TYPE_INFO_AVAILABLE
Text[ hungarian ] = "Nem sikerült kideríteni az adatbázis típusát.\nEhhez az adatforráshoz nem áll rendelkezésre táblatervező mód.";
Text[ slovenian ] = "Iz zbirke podatkov ni mogoče dobiti podatkov o vrsti.\nZa ta vir podatkov ni na voljo način oblikovanja tabele.";
};
+
+String STR_CHANGE_COLUMN_NAME
+{
+ Text = "Spaltennamen ndern";
+ Text [ english ] = "change column name";
+ Text [ english_us ] = "change column name";
+};
+
+String STR_CHANGE_COLUMN_TYPE
+{
+ Text = "Spaltentyp ndern";
+ Text [ english ] = "change column type";
+ Text [ english_us ] = "change column type";
+};
+
+String STR_CHANGE_COLUMN_DESCRIPTION
+{
+ Text = "Spaltenbeschreibung ndern";
+ Text [ english ] = "change column description";
+ Text [ english_us ] = "change column description";
+};
+
+String STR_CHANGE_COLUMN_ATTRIBUTE
+{
+ Text = "Spaltenattribut ndern";
+ Text [ english ] = "change column attribute";
+ Text [ english_us ] = "change column attribute";
+};
+