Update ooo320-m1
[ooovba.git] / svx / source / src / app.src
blob70012819455a7c759861cba1e8f412eedb950da5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: app.src,v $
10  * $Revision: 1.20 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _GLOBLMN_HRC
32 #include "globlmn_tmpl.hrc"
33 #endif
34 #ifndef _GLOBALACC_SRC
35 #include "globlac.hrc"
36 #endif
37 #ifndef _SVX_SVXIDS_HRC
38 #include <svx/svxids.hrc>
39 #endif
41 #include "app.hrc"
43  //----------------------------------------------------------------------------
45 #define MASKCOLOR               MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
47 ErrorBox RID_ERRBOX_MODULENOTINSTALLED
49     Buttons = WB_OK ;
50     Message [ en-US ] = "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed.";
53  // Image-Listen ----------------------------------------------------------
55 #define IMAGE_ID_LIST\
56     IdList = {\
57         SID_HLINKBAR_LINK; \
58         SID_HLINKBAR_SEARCH; \
59         SID_HLINKBAR_TARGET; \
60         SID_HYPERLINK_DIALOG; \
61         SID_FM_RECORD_ABSOLUTE; \
62         SID_FM_RECORD_FIRST; \
63         SID_FM_RECORD_PREV; \
64         SID_FM_RECORD_NEXT; \
65         SID_FM_RECORD_LAST; \
66         SID_FM_RECORD_SAVE; \
67         SID_FM_RECORD_UNDO; \
68         SID_FM_RECORD_NEW; \
69         SID_FM_RECORD_DELETE; \
70         SID_FM_REFRESH; \
71         SID_FM_SORTUP; \
72         SID_FM_SORTDOWN; \
73         SID_FM_ORDERCRIT; \
74         SID_FM_AUTOFILTER; \
75         SID_FM_FILTERCRIT; \
76         SID_FM_FORM_FILTERED; \
77         SID_FM_REMOVE_FILTER_SORT; \
78     };\
79     IdCount = {\
80         21;\
81     };
83 ImageList RID_DEFAULTIMAGELIST_SC
85     Prefix = "sc";
86     MASKCOLOR
87     IMAGE_ID_LIST
90 ImageList RID_DEFAULTIMAGELIST_LC
92     Prefix = "lc";
93     MASKCOLOR
94     IMAGE_ID_LIST
97 ImageList RID_DEFAULTIMAGELIST_SCH
99     Prefix = "sch";
100     MASKCOLOR
101     IMAGE_ID_LIST
104 ImageList RID_DEFAULTIMAGELIST_LCH
106     Prefix = "lch";
107     MASKCOLOR
108     IMAGE_ID_LIST
111 // Strings ---------------------------------------------------------------
113 #define MN_EDIT 20
114 #define MN_VIEW 21
115 #define MN_EXTRA 22
116 #define MN_WIN 30
117 #define MN_HELP 31
118 #define MN_TEMPLATES 11
120 #define  ACC Accelerator
121 #define ACCK AcceleratorItem
123  // die Acceleratoren
125 String RID_DESKTOP
127     Text = "%PRODUCTNAME" ;
130 String STR_SD_STAROFFICE_XML_DRAW
132     Text [ en-US ] = "%PRODUCTNAME XML (Draw)";
135 String STR_SD_STAROFFICE_XML_IMPRESS
137     Text [ en-US ] = "%PRODUCTNAME XML (Impress)";