Tag: cws_src680_qiq User: fs Date: 06/05/17 04:50:23 Modified: /dba/dbaccess/source/ui/dlg/ dlgsave.src
Log: refactored OSaveAsDlg in preparation of #i51143# File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dlgsave.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dlgsave.src?r1=1.43&r2=1.43.118.1 Delta lines: +3 -13 -------------------- --- dlgsave.src 23 Sep 2005 14:14:22 -0000 1.43 +++ dlgsave.src 17 May 2006 11:50:20 -0000 1.43.118.1 @@ -4,9 +4,9 @@ * * $RCSfile: dlgsave.src,v $ * - * $Revision: 1.43 $ + * $Revision: 1.43.118.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 14:14:22 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:50:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -145,16 +145,6 @@ { Text [ de ] = "~Name der Abfrage" ; Text [ en-US ] = "~Query name" ; - }; - String STR_OBJECT_EXISTS_ALREADY - { - Text [ de ] = "Der Name '$#$' existiert bereits.\nBitte geben Sie einen neuen Namen an." ; - Text [ en-US ] = "The name '$#$' already exists.\nPlease enter another name." ; - }; - String STR_OBJECT_EXISTS_ALREADY_OVERWRITE - { - Text [ de ] = "Der Name '$#$' existiert bereits.\nWollen Sie es überschreiben?" ; - Text [ en-US ] = "The name '$#$' already exists.\nDo you want to overwrite it?" ; }; String STR_TITLE_RENAME { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
