Tag: cws_src680_hsqlcsv User: fs Date: 2008-01-17 02:25:11+0000 Modified: dba/dbaccess/source/ui/control/tabletree.src
Log: RESYNC: (1.44-1.45); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: tabletree.src Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.src?r1=1.43.46.1&r2=1.43.46.2 Delta lines: +3 -15 -------------------- --- tabletree.src 2006-09-18 20:20:38+0000 1.43.46.1 +++ tabletree.src 2008-01-17 02:25:08+0000 1.43.46.2 @@ -49,60 +49,48 @@ MenuItem { Identifier = MID_SORT_ASCENDING; - Text [ de ] = "Aufsteigend Sortieren" ; Text [ en-US ] = "Sort Ascending"; - Text [ x-comment ] = " "; }; MenuItem { Identifier = MID_SORT_DECENDING; - Text [ de ] = "Absteigend Sortieren" ; Text [ en-US ] = "Sort Descending"; - Text [ x-comment ] = " "; }; }; }; String STR_COULDNOTCREATE_DRIVERMANAGER { - Text [ de ] = "Es konnte keine Verbindung zum SDBC-Treiber-Manager (#servicename#) hergestellt werden."; Text [ en-US ] = "Cannot connect to the SDBC driver manager (#servicename#)."; }; String STR_NOREGISTEREDDRIVER { - Text [ de ] = "Es ist kein Treiber für die URL #connurl# registriert!"; Text [ en-US ] = "A driver is not registered for the URL #connurl#."; }; String STR_COULDNOTCONNECT { - Text [ de ] = "Es konnte keine Verbindung für den URL #connurl# aufgebaut werden."; Text [ en-US ] = "No connection could be established for the URL #connurl#."; }; String STR_COULDNOTCONNECT_PLEASECHECK { - Text [ de ] = "Bitte überprüfen Sie die aktuellen Einstellungen, zum Beispiel hinsichtlich Benutzername und Kennwort."; Text [ en-US ] = "Please check the current settings, for example user name and password."; }; String STR_NOTABLEINFO { - Text [ de ] = "Die Verbindung wurde erfolgreich hergestellt, aber es konnten keine Informationen über Tabellen in der Datenbank ermittelt werden."; Text [ en-US ] = "Successfully connected, but information about database tables is not available."; }; String STR_ALL_TABLES { - Text [ de ] = "Alle Tabellen"; Text [ en-US ] = "All tables"; }; String STR_ALL_VIEWS { - Text [ de ] = "Alle Tabellensichten"; Text [ en-US ] = "All views"; }; String STR_ALL_TABLES_AND_VIEWS { - Text [ de ] = "Alle Tabellen und Tabellensichten"; Text [ en-US ] = "All tables and views"; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
