User: kz Date: 05/01/21 09:14:21 Modified: /dba/dbaccess/source/ui/dlg/ dbadmin2.src
Log: INTEGRATION: CWS dba22 (1.2.62); FILE MERGED 2005/01/10 09:06:20 oj 1.2.62.4: compile error 2005/01/07 10:31:08 oj 1.2.62.3: merge conflict 2004/12/28 13:30:57 fs 1.2.62.2: #i39602# removed obsolete strings 2004/12/20 15:27:27 fs 1.2.62.1: #i39187# renamed and moved STR_CALCDOC_DOESNOTEXIST File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dbadmin2.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadmin2.src?r1=1.2&r2=1.3 Delta lines: +3 -44 -------------------- --- dbadmin2.src 2 Aug 2004 15:44:50 -0000 1.2 +++ dbadmin2.src 21 Jan 2005 17:14:18 -0000 1.3 @@ -90,34 +90,6 @@ Text [ en-US ] = "A password is needed to connect to the data source \"$name$\"."; }; -WarningBox WARN_SAVEFORQUERIES -{ - Message [ de ] = "Um die $objects$ einer Datenquelle zu administrieren, muss diese gespeichert werden.\n" - "Sollen s�mtliche bis jetzt in diesem Dialog vorgenommene �nderungen jetzt gespeichert werden?"; - Message [ en-US ] = "To administrate the $objects$ of a data source, that data source must be saved.\nShould all changes made in this dialog be saved now?"; - - Buttons = WB_YES_NO; - DefButton = WB_DEF_YES; - - Message[ x-comment ] = "For ; For ; For $objects$, there will be used one of the strings STR_QUERY_OBJECTS and STR_DOCUMENT_OBJECTS."; -}; - -ErrorBox ERR_CANTADMINQUERIES -{ - Message [ de ] = "Um die $objects$ einer Datenquelle zu administrieren, muss diese gespeichert werden.\n" - "Allerdings erlauben die aktuellen Eingaben es nicht, die �nderungen zu speichern (es gibt Namenskonflikte).\n\n" - "Sie k�nnen die $objects$ nicht administrieren, solange diese Konflikte nicht gel�st sind und die �nderungen gespeichert wurden."; - Message [ en-US ] = "To administrate the $objects$ of a data source, the data source must be saved.\nHowever, the current settings do not allow you to save the changes (due to conflicting names).\n\nYou will not be able to administrate the $objects$ until these conflicts are resolved and the changes are saved."; - - Message[ x-comment ] = "For ; For ; For $objects$, there will be used one of the strings STR_QUERY_OBJECTS and STR_DOCUMENT_OBJECTS."; -}; - -String STR_QUERY_OBJECTS -{ - Text [ de ] ="Abfragen"; - Text [ en-US ] = "queries"; -}; - String STR_QUERY_DROP_ALL { Text [ de ] ="Wollen Sie die alle Selektierten l�schen?"; @@ -136,14 +108,6 @@ Text [ en-US ] = "The directory $name$ could not be created."; }; -QueryBox QUERY_NEED_TO_SAVE_FILTER -{ - Message [ de ] = "Um diese Aktion auszuf�hren, m�ssen die bis jetzt in diesem Dialog vorgenommene �nderungen gespeichert werden.\nWollen Sie fortfahren?"; - Message [ en-US ] = "In order to perform this operation, the changes made in this dialog must be saved.\nDo you want to proceed?"; - - Buttons = WB_YES_NO; - DefButton = WB_DEF_YES; -}; String STR_ADDRESSBOOK_SYSTEM { Text [ de ] ="Windows Adressbuch"; @@ -168,11 +132,6 @@ { Text [ de ] ="LDAP Adressbuch"; Text[ en-US ] = "LDAP address book"; -}; -String STR_CALCDOC_DOESNOTEXIST -{ - Text [ de ] ="Die Datei \"$file$\" existiert nicht."; - Text[ en-US ] = "The file \"$file$\" does not exist."; }; String STR_HINT_READONLY_CONNECTION --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
