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#ifndef _INITUI_HRC 25#define _INITUI_HRC 26 27// local resources for shells: 28#define STR_POSTIT_PAGE 1 29#define STR_POSTIT_AUTHOR 2 30#define STR_CALC_SYNTAX 3 31#define STR_CALC_ZERODIV 4 32#define STR_CALC_BRACK 5 33#define STR_CALC_POW 6 34#define STR_CALC_VARNFND 7 35#define STR_CALC_OVERFLOW 8 36#define STR_CALC_WRONGTIME 9 37#define STR_CALC_DEFAULT 10 38#define STR_CALC_ERROR 11 39#define STR_GETREFFLD_UP 12 40#define STR_GETREFFLD_DOWN 13 41#define STR_ALLPAGE_HEADFOOT 14 42#define STR_TEMPLATE_NONE 15 43#define STR_POSTIT_LINE 16 44#define STR_FIELD_FIXED 17 45#define STR_TOI 18 46#define STR_TOU 19 47#define STR_TOC 20 48#define STR_TOX_ILL 21 49#define STR_TOX_OBJ 22 50#define STR_TOX_TBL 23 51#define STR_TOX_AUTH 24 52#define STR_PAGEDESC_NAME 25 53#define STR_PAGEDESC_FIRSTNAME 26 54#define STR_PAGEDESC_FOLLOWNAME 27 55#define STR_HYPERLINK_CLICK 28 56#define STR_GETREFFLD_REFITEMNOTFOUND 29 57#define STR_DURATION_FORMAT 30 58#endif 59