1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
25 // STRINGS -----------------------------------------------------------
27 #define STR_DLLNOTFOUND (RC_GLOBALS_BEGIN + 0)
28 #define STR_FMT_STD (RC_GLOBALS_BEGIN + 1)
29 #define STR_LOAD_GLOBAL_DOC (RC_GLOBALS_BEGIN + 2)
31 #define STR_DOC_STAT (RC_GLOBALS_BEGIN + 10)
33 #define STR_PAGE (RC_GLOBALS_BEGIN + 14)
34 #define STR_PAGE_COUNT (RC_GLOBALS_BEGIN + 15)
35 #define STR_PAGE_COUNT_CUSTOM (RC_GLOBALS_BEGIN + 16)
36 #define STR_PRINTOPTUI (RC_GLOBALS_BEGIN + 17)
38 #define ST_SCRIPT_WESTERN (RC_GLOBALS_BEGIN + 105)
39 #define ST_SCRIPT_ASIAN (RC_GLOBALS_BEGIN + 106)
40 #define ST_SCRIPT_CTL (RC_GLOBALS_BEGIN + 107)
44 #define STR_EVENT_OBJECT_SELECT ( RC_GLOBALS_BEGIN + 18 )
45 #define STR_EVENT_START_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 19 )
46 #define STR_EVENT_END_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 20 )
47 #define STR_EVENT_MOUSEOVER_OBJECT ( RC_GLOBALS_BEGIN + 21 )
48 #define STR_EVENT_MOUSECLICK_OBJECT ( RC_GLOBALS_BEGIN + 22 )
49 #define STR_EVENT_MOUSEOUT_OBJECT ( RC_GLOBALS_BEGIN + 23 )
50 #define STR_EVENT_IMAGE_LOAD ( RC_GLOBALS_BEGIN + 24 )
51 #define STR_EVENT_IMAGE_ABORT ( RC_GLOBALS_BEGIN + 25 )
52 #define STR_EVENT_IMAGE_ERROR ( RC_GLOBALS_BEGIN + 26 )
53 #define STR_EVENT_FRM_KEYINPUT_A ( RC_GLOBALS_BEGIN + 27 )
54 #define STR_EVENT_FRM_KEYINPUT_NOA ( RC_GLOBALS_BEGIN + 28 )
55 #define STR_EVENT_FRM_RESIZE ( RC_GLOBALS_BEGIN + 29 )
56 #define STR_EVENT_FRM_MOVE ( RC_GLOBALS_BEGIN + 30 )
58 // Strings for frame alignment in Popup
59 #define STR_TOP_BASE (RC_GLOBALS_BEGIN + 31)
60 #define STR_BOTTOM_BASE (RC_GLOBALS_BEGIN + 32)
61 #define STR_CENTER_BASE (RC_GLOBALS_BEGIN + 33)
62 #define STR_TOP (RC_GLOBALS_BEGIN + 34)
63 #define STR_BOTTOM (RC_GLOBALS_BEGIN + 35)
64 #define STR_CENTER_HORI (RC_GLOBALS_BEGIN + 36)
65 #define STR_CENTER_VERT (RC_GLOBALS_BEGIN + 37)
67 #define STR_LOAD_HTML_DOC (RC_GLOBALS_BEGIN + 38)
69 #define STR_JAVA_EDIT (RC_GLOBALS_BEGIN + 39)
71 #define STR_REMOVE_WARNING (RC_GLOBALS_BEGIN + 40)
73 #define SW_STR_NONE (RC_GLOBALS_BEGIN + 41)
75 #define STR_CAPTION_BEGINNING (RC_GLOBALS_BEGIN + 42)
76 #define STR_CAPTION_END (RC_GLOBALS_BEGIN + 43)
77 #define STR_CAPTION_ABOVE (RC_GLOBALS_BEGIN + 44)
78 #define STR_CAPTION_BELOW (RC_GLOBALS_BEGIN + 45)
80 #define SW_STR_READONLY (RC_GLOBALS_BEGIN + 46)
82 #define STR_READONLY_PATH (RC_GLOBALS_BEGIN + 47)
83 #define IL_SECTION_BITMAPS (RC_GLOBALS_BEGIN + 48)
84 #define IL_VALUES (RC_GLOBALS_BEGIN + 49)
86 // INFOBOX ------------------------------------------------------------
88 #define STR_ERROR_CLPBRD_READ (RC_GLOBALS_BEGIN + 50)
89 #define STR_ERROR_PASSWD (RC_GLOBALS_BEGIN + 51)
91 // ACC ---------------------------------------------------------------
93 #define FN_CHAR_LEFT_SEL (RC_GLOBALS_BEGIN + 1)
94 #define FN_CHAR_RIGHT_SEL (RC_GLOBALS_BEGIN + 2)
95 #define FN_LINE_UP_SEL (RC_GLOBALS_BEGIN + 3)
96 #define FN_LINE_DOWN_SEL (RC_GLOBALS_BEGIN + 4)
97 #define FN_START_OF_LINE_SEL (RC_GLOBALS_BEGIN + 5) // StartOfLine
98 #define FN_END_OF_LINE_SEL (RC_GLOBALS_BEGIN + 6) // EndOfLine
99 #define FN_START_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 7) // StartOfDocument
100 #define FN_END_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 8) // EndOfDocument
101 #define FN_START_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 9) // StartOfNextPage ???
102 #define FN_END_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 10) // ???
103 #define FN_START_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 11) // StartOfPrevPage ???
104 #define FN_END_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 12) // ???
105 #define FN_START_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 13) // StartOfPage
106 #define FN_END_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 14) // EndOfPage
107 #define FN_START_OF_PARA_SEL (RC_GLOBALS_BEGIN + 19) // StartOfPara
108 #define FN_END_OF_PARA_SEL (RC_GLOBALS_BEGIN + 20) // EndOfPara
109 #define FN_NEXT_WORD_SEL (RC_GLOBALS_BEGIN + 21) // NextWord
110 #define FN_PREV_WORD_SEL (RC_GLOBALS_BEGIN + 22) // PrevWord
111 #define FN_NEXT_SENT_SEL (RC_GLOBALS_BEGIN + 23) // NextSentence
112 #define FN_PREV_SENT_SEL (RC_GLOBALS_BEGIN + 24) // PrevSentence
114 #define FN_PAGEUP_SEL (RC_GLOBALS_BEGIN + 29)
115 #define FN_PAGEDOWN_SEL (RC_GLOBALS_BEGIN + 30)
117 // TABPAGES -----------------------------------------------------------
119 #define TP_DOC_STAT (RC_GLOBALS_BEGIN + 15)
122 #define TP_OPTPRINT_PAGE (RC_GLOBALS_BEGIN + 26)
124 #define DLG_SVXTEST_NUM_BULLET (RC_GLOBALS_BEGIN + 79)
125 //maximum: RC_GLOBALS_BEGIN + 120
127 #if STR_DOC_STAT > RC_GLOBALS_END
128 #error Resource-Id Ueberlauf in #file, #line
131 #define SID_PREVIEWFLAG_TYPE (RC_GLOBALS_BEGIN + 114)
132 #define SID_FONTMODE_TYPE (RC_GLOBALS_BEGIN + 115)
133 #define SID_FAX_LIST (RC_GLOBALS_BEGIN + 116)
134 #define SID_WRT_SHELL (RC_GLOBALS_BEGIN + 117)
136 #endif // _GLOBALS_HRC
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */