Kaydet (Commit) 3bccdfc3 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS mergede01 (1.59.242); FILE MERGED

2007/03/20 14:45:29 ihi 1.59.242.1: #i72301# Remove German
üst 8b3346c7
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: relation.src,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -50,24 +50,20 @@ ...@@ -50,24 +50,20 @@
String STR_QUERY_REL_EDIT_RELATION 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?" ; Text [ en-US ] = "This relation already exsits. Do you want to edit it?" ;
}; };
String STR_RELATIONDESIGN String STR_RELATIONDESIGN
{ {
Text [ de ] = " - %PRODUCTNAME Base: Relationenentwurf" ;
Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ; Text [ en-US ] = " - %PRODUCTNAME Base: Relation design" ;
}; };
String STR_RELATIONDESIGN_NOT_AVAILABLE String STR_RELATIONDESIGN_NOT_AVAILABLE
{ {
Text [ de ] = "Die Datenbank unterstützt keine Relationen!" ;
Text [ en-US ] = "The database does not support relations." ; Text [ en-US ] = "The database does not support relations." ;
}; };
QueryBox RELATION_DESIGN_SAVEMODIFIED QueryBox RELATION_DESIGN_SAVEMODIFIED
{ {
Buttons = WB_YES_NO_CANCEL ; Buttons = WB_YES_NO_CANCEL ;
DefButton = WB_DEF_YES ; 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?" ; Message [ en-US ] = "The relation design has been changed.\nDo you want to save the changes?" ;
}; };
...@@ -77,7 +73,6 @@ QueryBox RELATION_DESIGN_SAVEMODIFIED ...@@ -77,7 +73,6 @@ QueryBox RELATION_DESIGN_SAVEMODIFIED
String STR_QUERY_REL_DELETE_WINDOW 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?"; Text [ en-US ] = "When you delete this table all corresponding relations will be deleted as well. Continue?";
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment