1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: ttmsg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 // Hier sind die Messages aus dem Verzeichnis /basic/source/testtool enhalten
36 ///////////////////////////////
37 // Fehlermeldungen, die in das Resultfile gelangen.
38 // *********************
39 // *** !!ACHTUNG!! ***
40 // *********************
41 // Die Nummern dürfen sich NIE! ändern,
42 // da sie in den Resultfiles gespeichert sind, und bei erneutem Anzeigen
43 // statdessen die entsprechenden neuen oder garkeine Strings angzeigt werden.
44 ///////////////////////////////
45 String S_NAME_NOT_THERE
47 Text[ en-US ] = "Name doesn't exist: #($Arg1)";
51 Text[ en-US ] = "Name double: ($Arg1)";
55 Text[ en-US ] = "Reading the files";
57 String S_CANNOT_OPEN_FILE
59 Text[ en-US ] = "File cannot be opened: ($Arg1)";
63 Text[ en-US ] = "Line \"($Arg1)\" is invalid.";
65 String S_SHORTNAME_UNKNOWN
67 Text[ en-US ] = "Short-name unknown during copying: ($Arg1)";
69 String S_LONGNAME_UNKNOWN
71 Text[ en-US ] = "Long-name unknown: ($Arg1)";
73 String S_FIRST_SHORTNAME_REQ_ASTRX
75 Text[ en-US ] = "First short-name must start with * . Ignoring.";
77 String S_TIMOUT_WAITING
79 Text[ en-US ] = "Server Timeout while waiting for answer. Sequence No: ($Arg1)";
81 String S_APPLICATION_RESTARTED
83 Text[ en-US ] = "Application has been restarted.";
85 String S_APPLICATION_START_FAILED
87 Text[ en-US ] = "Application \"($Arg1)\" cannot be started. ";
89 String S_TIMOUT_SENDING
91 Text[ en-US ] = "Server Timeout while sending. Sequence No: ($Arg1)";
93 String S_NO_CONNECTION
95 Text[ en-US ] = "No connection. Sequence No: ($Arg1)";
97 String S_NO_FILES_FOUND // Not used anymore. needed only for old *.res files
99 Text[ en-US ] = "No ($Arg1) files found";
101 String S_ERRORS_DETECTED
103 Text[ en-US ] = "** ($Arg1) errors occurred";
105 String S_NO_ERRORS_DETECTED
107 Text[ en-US ] = "** No errors have occurred";
109 String S_WARNINGS_DETECTED
111 Text[ en-US ] = "** ($Arg1) warnings occurred";
113 String S_NO_WARNINGS_DETECTED
115 Text[ en-US ] = "** No warnings have occurred";
117 String S_INCLUDE_FILE_WARNINGS_DETECTED
119 Text[ en-US ] = "** ($Arg1) warnings occurred during initialization";
121 String S_NO_INCLUDE_FILE_WARNINGS_DETECTED
123 Text[ en-US ] = "** No warnings occurred during initialization";
125 String S_UNKNOWN_SLOT_CONTROL
127 Text[ en-US ] = "Slot/Control unknown :\"($Arg1)\"";
129 String S_RETURN_SEQUENCE_MISSMATCH
131 Text[ en-US ] = "Return Stream has wrong sequence: ($Arg1) instead of ($Arg2)";
133 String S_RETURNED_VALUE_ID_MISSMATCH
135 Text[ en-US ] = "Return value received but different Id expected";
137 String S_RETURNED_VALUE_NO_RECEIVER
139 Text[ en-US ] = "Return value received but no receiver defined";
141 String S_UNKNOWN_METHOD
143 Text[ en-US ] = "Unknown method on object :($Arg1).($Arg2)";