/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #define WEBDIALOG 1000 /* #define WEBERROR 1100 // -------------------------------------------------------------------- String WEBDIALOG { Text [ en-US ] = "~Help"; }; String WEBDIALOG + 1 { Text [ en-US ] = "AutoPilot Web Page"; }; String WEBDIALOG + 2 { Text [ en-US ] = "~Cancel"; }; String WEBDIALOG + 3 { Text [ en-US ] = "C~reate"; }; String WEBDIALOG + 4 { Text [ en-US ] = "Which template should be used?"; }; String WEBDIALOG + 5 { Text [ en-US ] = "Which layout should be used?"; }; String WEBDIALOG + 6 { Text [ en-US ] = "Background Image"; }; String WEBDIALOG + 7 { Text [ en-US ] = "~Tiled"; }; String WEBDIALOG + 8 { Text [ en-US ] = "~Scaled"; }; String WEBDIALOG + 9 { Text [ en-US ] = "Edit document"; }; String WEBDIALOG + 10 { Text [ en-US ] = "Create template"; }; String WEBERROR + 1 { Text [ en-US ] = "A template for the page setup could not be found."; }; String WEBERROR + 2 { Text [ en-US ] = "A Style for the Page Style could not be found."; }; String WEBERROR + 3 { Text [ en-US ] = "An error occurred as the templates were being interpreted."; }; String WEBERROR + 4 { Text [ en-US ] = "An error occurred as the template was being refreshed."; }; String WEBERROR + 5 { Text [ en-US ] = "An error occurred while applying the Styles."; }; String WEBERROR + 6 { Text [ en-US ] = "An error occurred while evaluating the documents."; }; String WEBERROR + 7 { Text [ en-US ] = "An error occurred while running the AutoPilot."; }; */