diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 16:59:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-10 16:59:25 +0000 |
commit | 3a8a7a0d40f697e7115a7c6ddfed7015837799a5 (patch) | |
tree | d5ad6802fefc9e399722bb8bbf0140592d33d095 /basctl/source/basicide/basidesh.src | |
parent | 35014b8caaa10c2d32a807601669a1d9fbb73778 (diff) |
INTEGRATION: CWS xmlsec08 (1.99.22); FILE MERGED
2005/01/21 10:46:56 mt 1.99.22.2: RESYNC: (1.99-1.100); FILE MERGED
2005/01/21 05:38:44 pb 1.99.22.1: fix: #i40104# RID_STR_SIGNED added
Diffstat (limited to 'basctl/source/basicide/basidesh.src')
-rw-r--r-- | basctl/source/basicide/basidesh.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src index b90b13199..97f85ee08 100644 --- a/basctl/source/basicide/basidesh.src +++ b/basctl/source/basicide/basidesh.src @@ -2,9 +2,9 @@ * * $RCSfile: basidesh.src,v $ * - * $Revision: 1.100 $ + * $Revision: 1.101 $ * - * last change: $Author: kz $ $Date: 2005-01-13 17:25:18 $ + * last change: $Author: vg $ $Date: 2005-03-10 17:59:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,6 +166,11 @@ String RID_STR_SBXNAMEALLREADYUSED Text [ de ] = "Name bereits vergeben" ; Text [ en-US ] = "Name already exists" ; }; +String RID_STR_SIGNED +{ + Text [ de ] = "(Signiert)" ; + Text [ en-US ] = "(Signed)" ; +}; String RID_STR_SBXNAMEALLREADYUSED2 { Text [ de ] = "Objekt mit dem Namen existiert schon" ; |