User: ihi Date: 2007/04/19 07:58:39 Modified: dba/dbaccess/source/ui/dlg/UserAdmin.src
Log: INTEGRATION: CWS mergede01 (1.24.242); FILE MERGED 2007/03/20 14:45:23 ihi 1.24.242.1: #i72301# Remove German File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: UserAdmin.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/UserAdmin.src?r1=1.24&r2=1.25 Delta lines: +0 -14 -------------------- --- UserAdmin.src 23 Sep 2005 14:12:32 -0000 1.24 +++ UserAdmin.src 19 Apr 2007 14:58:37 -0000 1.25 @@ -57,7 +57,6 @@ { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8) ; - Text [ de ] = "Benutzerauswahl" ; Text [ en-US ] = "User selection"; }; @@ -65,7 +64,6 @@ { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 90 , 10 ) ; - Text [ de ] = "B~enutzer:" ; Text [ en-US ] = "Us~er:"; }; @@ -89,7 +87,6 @@ TabStop = TRUE ; DefButton = TRUE ; HelpId = HID_TAB_PAGE_PBUSER ; - Text [ de ] = "Benutzer ~hinzufügen..."; Text [ en-US ] = "~Add User..."; }; @@ -100,7 +97,6 @@ TabStop = TRUE ; DefButton = TRUE ; HelpId = HID_TAB_PAGE_PBCHGPWD ; - Text [ de ] = "~Passwort ändern..."; Text [ en-US ] = "Change ~Password..."; }; @@ -111,7 +107,6 @@ TabStop = TRUE ; DefButton = TRUE ; HelpId = HID_TAB_PAGE_PBUSERDELETE ; - Text [ de ] = "Benut~zer löschen..."; Text [ en-US ] = "~Delete User..."; }; @@ -119,7 +114,6 @@ { Pos = MAP_APPFONT ( 6 , 52 ) ; Size = MAP_APPFONT ( WINDOW_SIZE_X - 8, 8) ; - Text [ de ] = "Zugriffsrechte für ausgewählten Benutzer" ; Text [ en-US ] = "Access rights for selected user"; }; @@ -136,13 +130,11 @@ QueryBox QUERY_USERADMIN_DELETE_USER { Buttons = WB_YES_NO ; - Message [ de ] = "Soll der Benutzer wirklich gelöscht werden?" ; Message [ en-US ] = "Do you really want to delete the user?"; }; String STR_USERADMIN_NOT_AVAILABLE { - Text [ de ] ="Die Datenbank unterstützt keine Benutzerverwaltung!" ; Text [ en-US ] = "The database does not support user administration." ; }; @@ -159,13 +151,11 @@ OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( WIN_X , WIN_Y ) ; - Text [ de ] = "Kennwort ändern"; FixedLine FL_USER { Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( WIN_X - 3 - 6 - 6 - 50 , 8 ) ; - Text [ de ] = "Benutzer \"$name$: $\"" ; Text [ en-US ] = "User \"$name$: $\""; }; @@ -173,7 +163,6 @@ { Pos = MAP_APPFONT ( 6 , 17 ) ; Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ; - Text [ de ] = "Altes K~ennwort" ; Text [ en-US ] = "Old p~assword"; }; Edit ED_OLDPASSWORD @@ -188,7 +177,6 @@ { Pos = MAP_APPFONT ( 6 , 35 ) ; Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ; - Text [ de ] = "~Kennwort" ; Text [ en-US ] = "~Password"; }; Edit ED_PASSWORD @@ -202,7 +190,6 @@ { Pos = MAP_APPFONT ( 6 , 52 ) ; Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ; - Text [ de ] = "Kennwort ~bestätigen" ; Text [ en-US ] = "~Confirm password"; }; Edit ED_PASSWORD_REPEAT @@ -234,7 +221,6 @@ String STR_ERROR_PASSWORDS_NOT_IDENTICAL { - Text [ de ] = "Die beiden Kennwörter stimmen nicht überein, bitte noch einmal eingeben!" ; Text [ en-US ] = "The passwords do not match. Please enter the password again."; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
