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 WEBDIALOG 1000 23/* 24#define WEBERROR 1100 25// -------------------------------------------------------------------- 26 27String WEBDIALOG 28{ 29 Text [ en-US ] = "~Help"; 30}; 31 32 33String WEBDIALOG + 1 34{ 35 Text [ en-US ] = "AutoPilot Web Page"; 36}; 37 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 69 70String WEBDIALOG + 7 71{ 72 Text [ en-US ] = "~Tiled"; 73}; 74 75 76String WEBDIALOG + 8 77{ 78 Text [ en-US ] = "~Scaled"; 79}; 80 81 82String WEBDIALOG + 9 83{ 84 Text [ en-US ] = "Edit document"; 85}; 86 87String WEBDIALOG + 10 88{ 89 Text [ en-US ] = "Create template"; 90}; 91 92 93String WEBERROR + 1 94{ 95 Text [ en-US ] = "A template for the page setup could not be found."; 96}; 97 98String WEBERROR + 2 99{ 100 Text [ en-US ] = "A Style for the Page Style could not be found."; 101}; 102 103String WEBERROR + 3 104{ 105 Text [ en-US ] = "An error occurred as the templates were being interpreted."; 106}; 107 108String WEBERROR + 4 109{ 110 Text [ en-US ] = "An error occurred as the template was being refreshed."; 111}; 112 113String WEBERROR + 5 114{ 115 Text [ en-US ] = "An error occurred while applying the Styles."; 116}; 117 118String WEBERROR + 6 119{ 120 Text [ en-US ] = "An error occurred while evaluating the documents."; 121}; 122 123String WEBERROR + 7 124{ 125 Text [ en-US ] = "An error occurred while running the AutoPilot."; 126}; 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163*/ 164