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 // Should the clipboard for other applications...
26 #define MSG_CLPBRD_CLEAR (RC_APP_BEGIN + 3)
28 #define STR_CANTCREATE (RC_APP_BEGIN + 4)
29 #define STR_CANTOPEN (RC_APP_BEGIN + 5)
32 #define MSG_ERROR_SEND_MAIL ( RC_APP_BEGIN + 6)
33 #define MSG_SAVE_HTML_QUERY ( RC_APP_BEGIN + 7)
35 // For the interface because the RID_APP_BEGIN is now Desktop.
36 #define RID_SW_NAME ( RC_APP_BEGIN + 8)
37 #define MSG_SAVEAS_HTML_QUERY ( RC_APP_BEGIN + 9)
40 #define STR_UNBENANNT (RC_APP_BEGIN + 13)
41 #define STR_VERSION (RC_APP_BEGIN + 14)
42 #define STR_PRINT_MERGE_MACRO (RC_APP_BEGIN + 15)
43 #define STR_PAGE_COUNT_MACRO (RC_APP_BEGIN + 16)
45 // Bitmap for the numbering style in organizer
46 #define BMP_STYLES_FAMILY_NUM (RC_APP_BEGIN + 17)
48 // Strings for regions in the configuration
49 #define STR_PAGEOFFSET (RC_APP_BEGIN + 74)
50 #define STR_PAGEBREAK (RC_APP_BEGIN + 75)
51 #define STR_REDLINE_UNKNOWN_AUTHOR (RC_APP_BEGIN + 76)
52 #define STR_WESTERN_FONT (RC_APP_BEGIN + 77)
53 #define STR_CJK_FONT (RC_APP_BEGIN + 78)
54 #define MSG_PRINT_AS_MERGE (RC_APP_BEGIN + 80)
55 #define MSG_DATA_SOURCES_UNAVAILABLE (RC_APP_BEGIN + 82)
56 #define DLG_MERGE_SOURCE_UNAVAILABLE (RC_APP_BEGIN + 83)
58 #define ST_MERGE_SOURCE_UNAVAILABLE 1
60 #define PB_MERGE_CANCEL 3
64 #define STR_ENV_TITLE (RC_APP_BEGIN + 91)
65 #define STR_LAB_TITLE (RC_APP_BEGIN + 92)
67 #define STR_HUMAN_SWDOC_NAME (RC_APP_BEGIN + 93)
69 #define RID_SW_ERRHDL (RC_APP_BEGIN + 95)
71 #define STR_FDLG_TEMPLATE_BUTTON (RC_APP_BEGIN + 1)
72 #define STR_FDLG_TEMPLATE_NAME (RC_APP_BEGIN + 2)
75 // Ids for all the PopUpMenues
76 #define MN_FORMAT_STYLE (RC_APP_BEGIN + 17)
77 #define MN_FORMAT_ALGN (RC_APP_BEGIN + 18)
78 #define MN_FORMAT_LINESPACE (RC_APP_BEGIN + 19)
79 #define MN_FORMAT_FRM_HORZ (RC_APP_BEGIN + 23)
80 #define MN_CELL (RC_APP_BEGIN + 29)
81 #define MN_WRAP (RC_APP_BEGIN + 38)
82 #define MN_SUB_TBLROW (RC_APP_BEGIN + 39)
83 #define MN_SUB_TBLCOL (RC_APP_BEGIN + 40)
84 #define MN_SUB_ARRANGE (RC_APP_BEGIN + 46)
86 #define MN_SUB_ALIGN (RC_APP_BEGIN + 50)
88 #define STR_WRITER_DOCUMENT_FULLTYPE (RC_APP_BEGIN + 100)
89 #define STR_CONVERT_TEXT_TABLE (RC_APP_BEGIN + 101)
90 #define STR_ABSTRACT_TITLE (RC_APP_BEGIN + 102)
91 #define STR_DONT_ASK_AGAIN (RC_APP_BEGIN + 103)
92 #define STR_OUTLINE_NUMBERING (RC_APP_BEGIN + 104)
93 #define STR_FDLG_OUTLINE_LEVEL (RC_APP_BEGIN + 105)
94 #define STR_FDLG_STYLE (RC_APP_BEGIN + 106)
97 #define STR_STATUSBAR_WORDCOUNT_NO_SELECTION (RC_APP_BEGIN + 110)
98 #define STR_STATUSBAR_WORDCOUNT (RC_APP_BEGIN + 111)
100 #define STR_ADD_AUTOFORMAT_TITLE (RC_APP_BEGIN + 112)
101 #define STR_ADD_AUTOFORMAT_LABEL (RC_APP_BEGIN + 113)
102 #define STR_DEL_AUTOFORMAT_TITLE (RC_APP_BEGIN + 114)
103 #define STR_DEL_AUTOFORMAT_MSG (RC_APP_BEGIN + 115)
104 #define STR_RENAME_AUTOFORMAT_TITLE (RC_APP_BEGIN + 116)
105 #define STR_BTN_AUTOFORMAT_CLOSE (RC_APP_BEGIN + 117)
106 #define STR_INVALID_AUTOFORMAT_NAME (RC_APP_BEGIN + 118)
107 #define STR_JAN (RC_APP_BEGIN + 119)
108 #define STR_FEB (RC_APP_BEGIN + 120)
109 #define STR_MAR (RC_APP_BEGIN + 121)
110 #define STR_NORTH (RC_APP_BEGIN + 122)
111 #define STR_MID (RC_APP_BEGIN + 123)
112 #define STR_SOUTH (RC_APP_BEGIN + 124)
113 #define STR_SUM (RC_APP_BEGIN + 125)
114 #define STR_NUMERIC (RC_APP_BEGIN + 126)
115 #define STR_COL (RC_APP_BEGIN + 127)
116 #define STR_ROW (RC_APP_BEGIN + 128)
117 #define STR_SIMPLE (RC_APP_BEGIN + 129)
118 #define STR_AUTHMRK_EDIT (RC_APP_BEGIN + 130)
119 #define STR_AUTHMRK_INSERT (RC_APP_BEGIN + 131)
121 #define STR_ROTATE_TO_STANDARD_ORIENTATION (RC_APP_BEGIN + 132)
123 #define APP_ACT_END STR_ROTATE_TO_STANDARD_ORIENTATION
125 #if APP_ACT_END > RC_APP_END
126 #error Resource-Id Ueberlauf in #file, #line
131 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */