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 WEBDIALOG 1000 25/* 26#define WEBERROR 1100 27// -------------------------------------------------------------------- 28 29String WEBDIALOG 30{ 31 Text [ en-US ] = "~Help" ; 32}; 33 34 35String WEBDIALOG + 1 36{ 37 Text [ en-US ] = "AutoPilot Web Page" ; 38}; 39 40 41String WEBDIALOG + 2 42{ 43 Text [ en-US ] = "~Cancel" ; 44}; 45 46String WEBDIALOG + 3 47{ 48 Text [ en-US ] = "C~reate" ; 49}; 50 51 52String WEBDIALOG + 4 53{ 54 Text [ en-US ] = "Which template should be used?" ; 55}; 56 57String WEBDIALOG + 5 58{ 59 Text [ en-US ] = "Which layout should be used?" ; 60}; 61 62 63String WEBDIALOG + 6 64{ 65 Text [ en-US ] = "Background Image" ; 66}; 67 68 69String WEBDIALOG + 7 70{ 71 Text [ en-US ] = "~Tiled" ; 72}; 73 74 75String WEBDIALOG + 8 76{ 77 Text [ en-US ] = "~Scaled" ; 78}; 79 80 81String WEBDIALOG + 9 82{ 83 Text [ en-US ] = "Edit document" ; 84}; 85 86String WEBDIALOG + 10 87{ 88 Text [ en-US ] = "Create template" ; 89}; 90 91 92String WEBERROR + 1 93{ 94 Text [ en-US ] = "A template for the page setup could not be found." ; 95}; 96 97String WEBERROR + 2 98{ 99 Text [ en-US ] = "A Style for the Page Style could not be found." ; 100}; 101 102String WEBERROR + 3 103{ 104 Text [ en-US ] = "An error occurred as the templates were being interpreted." ; 105}; 106 107String WEBERROR + 4 108{ 109 Text [ en-US ] = "An error occurred as the template was being refreshed." ; 110}; 111 112String WEBERROR + 5 113{ 114 Text [ en-US ] = "An error occurred while applying the Styles." ; 115}; 116 117String WEBERROR + 6 118{ 119 Text [ en-US ] = "An error occurred while evaluating the documents." ; 120}; 121 122String WEBERROR + 7 123{ 124 Text [ en-US ] = "An error occurred while running the AutoPilot." ; 125}; 126 127*/ 128 129// ********************************************************************** EOF 130