xref: /aoo41x/main/vcl/source/src/stdtext.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#define _SV_STDTEXT_SRC
29
30#include <svids.hrc>
31
32String SV_STDTEXT_SERVICENOTAVAILABLE
33{
34	Text [ en-US ] = "The component (%s) could not be loaded.\nPlease start setup with the repair option.";
35};
36
37String SV_STDTEXT_DONTHINTAGAIN
38{
39    Text [ en-US ] = "Do not show this information again.";
40};
41
42String SV_STDTEXT_DONTASKAGAIN
43{
44    Text [ en-US ] = "Do not show this question again.";
45};
46
47String SV_STDTEXT_DONTWARNAGAIN
48{
49	Text [ en-US ] = "Do not show warning again.";
50};
51
52String SV_ACCESSERROR_WRONG_VERSION
53{
54    Text [ en-US ] = "Wrong Version";
55};
56
57String SV_ACCESSERROR_BRIDGE_MSG
58{
59    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires a Java Access Bridge 1.0.3 or later version to support accessibility.";
60};
61
62String SV_ACCESSERROR_OK_CANCEL_MSG
63{
64    Text [ en-US ] = "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME %PRODUCTVERSION.";
65};
66
67String SV_ACCESSERROR_MISSING_BRIDGE
68{
69	Text [ en-US ] = "No Java Access Bridge";
70};
71
72String SV_ACCESSERROR_FAULTY_JAVA
73{
74	Text [ en-US ] = "Faulty Java Installation";
75};
76
77String SV_ACCESSERROR_JAVA_MSG
78{
79    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or later version to support accessibility.";
80};
81
82String SV_ACCESSERROR_MISSING_JAVA
83{
84	Text [ en-US ] = "No Java Installation";
85};
86
87String SV_ACCESSERROR_JAVA_NOT_CONFIGURED
88{
89    Text [ en-US ] = "Missing Java Configuration";
90};
91
92String SV_ACCESSERROR_JAVA_DISABLED
93{
94    Text [ en-US ] = "Java Disabled";
95};
96
97String SV_ACCESSERROR_TURNAROUND_MSG
98{
99    Text [ en-US ] = "The Java Access Bridge could not be started.";
100};
101
102String SV_ACCESSERROR_NO_FONTS
103{
104    Text [ en-US ] = "No fonts could be found on the system.";
105};
106
107String SV_STDTEXT_ABOUT
108{
109    Text [ en-US ] = "About %PRODUCTNAME";
110};
111
112String SV_STDTEXT_PREFERENCES
113{
114    Text [ en-US ] = "Preferences...";
115};
116
117WarningBox  SV_EDIT_WARNING_BOX
118{
119    Message [en-US] = "The inserted text exceeded the maximum length of this text field. The text was truncated.";
120};
121
122String SV_MAC_SCREENNNAME
123{
124    Text [en-US] = "Screen %d";
125};
126
127String SV_STDTEXT_ALLFILETYPES
128{
129    Text [en-US] = "Any type";
130};
131