summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:07:25 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:07:25 +0000
commit3bccdfc3a260baf8b2a98d737c658ffb1d80a534 (patch)
treedef45c7157d6bcdd6a90f5ebcee169ebcff186ce /dbaccess/source/ui/relationdesign
parent8b3346c7b05d03a1f75d8d9add9ff51a3f330ea1 (diff)
INTEGRATION: CWS mergede01 (1.59.242); FILE MERGED
2007/03/20 14:45:29 ihi 1.59.242.1: #i72301# Remove German
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r--dbaccess/source/ui/relationdesign/relation.src9
1 files changed, 2 insertions, 7 deletions
diff --git a/dbaccess/source/ui/relationdesign/relation.src b/dbaccess/source/ui/relationdesign/relation.src
index 2f22755207fd..e5b8e9194977 100644
--- a/dbaccess/source/ui/relationdesign/relation.src
+++ b/dbaccess/source/ui/relationdesign/relation.src
@@ -4,9 +4,9 @@
*
* $RCSfile: relation.src,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 14:18:40 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 15:07:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,24 +50,20 @@
String STR_QUERY_REL_EDIT_RELATION
{
- Text [ de ] = "Diese Relation existiert bereits. Möchten Sie sie bearbeiten?" ;
Text [ en-US ] = "This relation already exsits. Do you want to edit it?" ;
};
String STR_RELATIONDESIGN
{
- Text [ de ] = " - %PRODUCTNAME Base: Relationenentwurf" ;
Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ;
};
String STR_RELATIONDESIGN_NOT_AVAILABLE
{
- Text [ de ] = "Die Datenbank unterstützt keine Relationen!" ;
Text [ en-US ] = "The database does not support relations." ;
};
QueryBox RELATION_DESIGN_SAVEMODIFIED
{
Buttons = WB_YES_NO_CANCEL ;
DefButton = WB_DEF_YES ;
- Message [ de ] = "Der Relationeneentwurf wurde geändert.\nSollen die Änderungen gespeichert werden?" ;
Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ;
};
@@ -77,7 +73,6 @@ QueryBox RELATION_DESIGN_SAVEMODIFIED
String STR_QUERY_REL_DELETE_WINDOW
{
- Text [ de ] = "Wenn Sie diese Tabelle löschen werden alle zugehörigen Relationen ebenfalls gelöscht. Fortfahren?" ;
Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?";
};