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