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#define _SV_STDTEXT_SRC 23 24#include <svids.hrc> 25 26String SV_STDTEXT_SERVICENOTAVAILABLE 27{ 28 Text [ en-US ] = "The component (%s) could not be loaded.\nPlease start setup with the repair option." ; 29}; 30 31String SV_STDTEXT_DONTHINTAGAIN 32{ 33 Text [ en-US ] = "Do not show this information again." ; 34}; 35 36String SV_STDTEXT_DONTASKAGAIN 37{ 38 Text [ en-US ] = "Do not show this question again." ; 39}; 40 41String SV_STDTEXT_DONTWARNAGAIN 42{ 43 Text [ en-US ] = "Do not show this warning again." ; 44}; 45 46String SV_ACCESSERROR_WRONG_VERSION 47{ 48 Text [ en-US ] = "Wrong Version" ; 49}; 50 51String SV_ACCESSERROR_BRIDGE_MSG 52{ 53 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires a Java Access Bridge 1.0.3 or later version to support accessibility." ; 54}; 55 56String SV_ACCESSERROR_OK_CANCEL_MSG 57{ 58 Text [ en-US ] = "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME %PRODUCTVERSION." ; 59}; 60 61String SV_ACCESSERROR_MISSING_BRIDGE 62{ 63 Text [ en-US ] = "No Java Access Bridge" ; 64}; 65 66String SV_ACCESSERROR_FAULTY_JAVA 67{ 68 Text [ en-US ] = "Faulty Java Installation" ; 69}; 70 71String SV_ACCESSERROR_JAVA_MSG 72{ 73 Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or later version to support accessibility." ; 74}; 75 76String SV_ACCESSERROR_MISSING_JAVA 77{ 78 Text [ en-US ] = "No Java Installation" ; 79}; 80 81String SV_ACCESSERROR_JAVA_NOT_CONFIGURED 82{ 83 Text [ en-US ] = "Missing Java Configuration" ; 84}; 85 86String SV_ACCESSERROR_JAVA_DISABLED 87{ 88 Text [ en-US ] = "Java Disabled" ; 89}; 90 91String SV_ACCESSERROR_TURNAROUND_MSG 92{ 93 Text [ en-US ] = "The Java Access Bridge could not be started." ; 94}; 95 96String SV_ACCESSERROR_NO_FONTS 97{ 98 Text [ en-US ] = "No fonts could be found on the system." ; 99}; 100 101String SV_STDTEXT_ABOUT 102{ 103 Text [ en-US ] = "About %PRODUCTNAME" ; 104}; 105 106String SV_STDTEXT_PREFERENCES 107{ 108 Text [ en-US ] = "Preferences..." ; 109}; 110 111WarningBox SV_EDIT_WARNING_BOX 112{ 113 Message [en-US] = "The inserted text exceeded the maximum length of this text field. The text was truncated." ; 114}; 115 116String SV_MAC_SCREENNNAME 117{ 118 Text [en-US] = "Screen %d" ; 119}; 120 121String SV_STDTEXT_ALLFILETYPES 122{ 123 Text [en-US] = "Any type" ; 124}; 125 126// ********************************************************************** EOF 127