xref: /aoo41x/main/sw/source/ui/utlui/initui.hrc (revision 3b815753)
1fefe2166SAndrew Rist/**************************************************************
2*3b815753Smseidel *
3fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5fefe2166SAndrew Rist * distributed with this work for additional information
6fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*3b815753Smseidel *
11fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*3b815753Smseidel *
13fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14fefe2166SAndrew Rist * software distributed under the License is distributed on an
15fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17fefe2166SAndrew Rist * specific language governing permissions and limitations
18fefe2166SAndrew Rist * under the License.
19*3b815753Smseidel *
20fefe2166SAndrew Rist *************************************************************/
21fefe2166SAndrew Rist
22fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _INITUI_HRC
25cdf0e10cSrcweir#define _INITUI_HRC
26cdf0e10cSrcweir
27*3b815753Smseidel// local resources for shells:
28*3b815753Smseidel#define STR_POSTIT_PAGE					 1
29*3b815753Smseidel#define STR_POSTIT_AUTHOR				 2
30*3b815753Smseidel#define STR_CALC_SYNTAX					 3
31*3b815753Smseidel#define STR_CALC_ZERODIV				 4
32*3b815753Smseidel#define STR_CALC_BRACK					 5
33*3b815753Smseidel#define STR_CALC_POW					 6
34*3b815753Smseidel#define STR_CALC_VARNFND				 7
35*3b815753Smseidel#define STR_CALC_OVERFLOW				 8
36*3b815753Smseidel#define STR_CALC_WRONGTIME				 9
37*3b815753Smseidel#define STR_CALC_DEFAULT				10
38*3b815753Smseidel#define STR_CALC_ERROR					11
39*3b815753Smseidel#define STR_GETREFFLD_UP				12
40*3b815753Smseidel#define STR_GETREFFLD_DOWN				13
41*3b815753Smseidel#define STR_ALLPAGE_HEADFOOT			14
42*3b815753Smseidel#define STR_TEMPLATE_NONE				15
43*3b815753Smseidel#define STR_POSTIT_LINE					16
44*3b815753Smseidel#define STR_FIELD_FIXED					17
45*3b815753Smseidel#define STR_TOI							18
46*3b815753Smseidel#define STR_TOU							19
47*3b815753Smseidel#define STR_TOC							20
48*3b815753Smseidel#define STR_TOX_ILL						21
49*3b815753Smseidel#define STR_TOX_OBJ						22
50*3b815753Smseidel#define STR_TOX_TBL						23
51*3b815753Smseidel#define STR_TOX_AUTH					24
52*3b815753Smseidel#define STR_PAGEDESC_NAME				25
53*3b815753Smseidel#define STR_PAGEDESC_FIRSTNAME			26
54*3b815753Smseidel#define STR_PAGEDESC_FOLLOWNAME			27
55*3b815753Smseidel#define STR_HYPERLINK_CLICK				28
56*3b815753Smseidel#define STR_GETREFFLD_REFITEMNOTFOUND	29
57*3b815753Smseidel#define STR_DURATION_FORMAT				30
58cdf0e10cSrcweir#endif
59