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