xref: /aoo4110/main/vcl/source/src/stdtext.src (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#define _SV_STDTEXT_SRC
25
26#include <svids.hrc>
27
28String SV_STDTEXT_SERVICENOTAVAILABLE
29{
30	Text [ en-US ] = "The component (%s) could not be loaded.\nPlease start setup with the repair option.";
31};
32
33String SV_STDTEXT_DONTHINTAGAIN
34{
35    Text [ en-US ] = "Do not show this information again.";
36};
37
38String SV_STDTEXT_DONTASKAGAIN
39{
40    Text [ en-US ] = "Do not show this question again.";
41};
42
43String SV_STDTEXT_DONTWARNAGAIN
44{
45	Text [ en-US ] = "Do not show warning again.";
46};
47
48String SV_ACCESSERROR_WRONG_VERSION
49{
50    Text [ en-US ] = "Wrong Version";
51};
52
53String SV_ACCESSERROR_BRIDGE_MSG
54{
55    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires a Java Access Bridge 1.0.3 or later version to support accessibility.";
56};
57
58String SV_ACCESSERROR_OK_CANCEL_MSG
59{
60    Text [ en-US ] = "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME %PRODUCTVERSION.";
61};
62
63String SV_ACCESSERROR_MISSING_BRIDGE
64{
65	Text [ en-US ] = "No Java Access Bridge";
66};
67
68String SV_ACCESSERROR_FAULTY_JAVA
69{
70	Text [ en-US ] = "Faulty Java Installation";
71};
72
73String SV_ACCESSERROR_JAVA_MSG
74{
75    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or later version to support accessibility.";
76};
77
78String SV_ACCESSERROR_MISSING_JAVA
79{
80	Text [ en-US ] = "No Java Installation";
81};
82
83String SV_ACCESSERROR_JAVA_NOT_CONFIGURED
84{
85    Text [ en-US ] = "Missing Java Configuration";
86};
87
88String SV_ACCESSERROR_JAVA_DISABLED
89{
90    Text [ en-US ] = "Java Disabled";
91};
92
93String SV_ACCESSERROR_TURNAROUND_MSG
94{
95    Text [ en-US ] = "The Java Access Bridge could not be started.";
96};
97
98String SV_ACCESSERROR_NO_FONTS
99{
100    Text [ en-US ] = "No fonts could be found on the system.";
101};
102
103String SV_STDTEXT_ABOUT
104{
105    Text [ en-US ] = "About %PRODUCTNAME";
106};
107
108String SV_STDTEXT_PREFERENCES
109{
110    Text [ en-US ] = "Preferences...";
111};
112
113WarningBox  SV_EDIT_WARNING_BOX
114{
115    Message [en-US] = "The inserted text exceeded the maximum length of this text field. The text was truncated.";
116};
117
118String SV_MAC_SCREENNNAME
119{
120    Text [en-US] = "Screen %d";
121};
122
123String SV_STDTEXT_ALLFILETYPES
124{
125    Text [en-US] = "Any type";
126};
127