xref: /aoo41x/main/sc/source/core/src/compiler.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#include "sc.hrc" // Definition RID_XXX
28#include <formula/compiler.hrc> // Definition SC_OPCODE_XXX (interne OpCodes)
29
30
31
32Resource RID_FUNCTION_CATEGORIES
33{
34    String 1
35    {
36	    Text[ en-US ] =  "Database" ;
37    };
38    String 2
39    {
40	    Text[ en-US ] =  "Date&Time" ;
41    };
42    String 3
43    {
44	    Text[ en-US ] =  "Financial" ;
45    };
46    String 4
47    {
48	    Text[ en-US ] =  "Information" ;
49    };
50    String 5
51    {
52	    Text[ en-US ] =  "Logical" ;
53    };
54    String 6
55    {
56	    Text[ en-US ] =  "Mathematical" ;
57    };
58    String 7
59    {
60	    Text[ en-US ] =  "Array" ;
61    };
62    String 8
63    {
64	    Text[ en-US ] =  "Statistical" ;
65    };
66    String 9
67    {
68	    Text[ en-US ] =  "Spreadsheet" ;
69    };
70    String 10
71    {
72	    Text[ en-US ] =  "Text" ;
73    };
74    String 11
75    {
76	    Text[ en-US ] =  "Add-in" ;
77	};
78};
79
80