LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / sfx2 / inc / strings.hxx
blobf3c3ba717845d6794a681da23b770ff426f3d1d1
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
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/.
8 */
10 #ifndef INCLUDED_SFX2_INC_STRINGS_HXX
11 #define INCLUDED_SFX2_INC_STRINGS_HXX
13 #define STR_HTML_GENERATOR "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION (%1)"
15 // Do not translate STR_TEMPLATE_NAME*_DEF names!!
16 // STR_TEMPLATE_NAME*_DEF strings must EXACTLY fit dc:title tag in meta.xml of each template file
17 #define STR_TEMPLATE_NAME1_DEF "Grey Elegant"
18 #define STR_TEMPLATE_NAME2_DEF "Beehive"
19 #define STR_TEMPLATE_NAME3_DEF "Blue Curve"
20 #define STR_TEMPLATE_NAME4_DEF "Blueprint Plans"
21 #define STR_TEMPLATE_NAME5_DEF "Candy"
22 #define STR_TEMPLATE_NAME6_DEF "Yellow Idea"
23 #define STR_TEMPLATE_NAME7_DEF "DNA"
24 #define STR_TEMPLATE_NAME8_DEF "Focus"
25 #define STR_TEMPLATE_NAME9_DEF "Forestbird"
26 #define STR_TEMPLATE_NAME10_DEF "Freshes"
27 #define STR_TEMPLATE_NAME11_DEF "Inspiration"
28 #define STR_TEMPLATE_NAME12_DEF "Lights"
29 #define STR_TEMPLATE_NAME13_DEF "Growing Liberty"
30 #define STR_TEMPLATE_NAME14_DEF "Metropolis"
31 #define STR_TEMPLATE_NAME15_DEF "Midnightblue"
32 #define STR_TEMPLATE_NAME16_DEF "Nature Illustration"
33 #define STR_TEMPLATE_NAME17_DEF "Pencil"
34 #define STR_TEMPLATE_NAME18_DEF "Piano"
35 #define STR_TEMPLATE_NAME19_DEF "Portfolio"
36 #define STR_TEMPLATE_NAME20_DEF "Progress"
37 #define STR_TEMPLATE_NAME21_DEF "Sunset"
38 #define STR_TEMPLATE_NAME22_DEF "Vintage"
39 #define STR_TEMPLATE_NAME23_DEF "Vivid"
40 #define STR_TEMPLATE_NAME24_DEF "CV"
41 #define STR_TEMPLATE_NAME25_DEF "Resume"
42 #define STR_TEMPLATE_NAME26_DEF "Default"
43 #define STR_TEMPLATE_NAME27_DEF "Modern"
44 #define STR_TEMPLATE_NAME28_DEF "Modern business letter sans-serif"
45 #define STR_TEMPLATE_NAME29_DEF "Modern business letter serif"
46 #define STR_TEMPLATE_NAME30_DEF "Businesscard with logo"
47 #define STR_TEMPLATE_NAME31_DEF "Simple"
48 #define STR_TEMPLATE_NAME32_DEF "BPMN"
50 #define CMIS_TYPE_STRING "String"
51 #define CMIS_TYPE_INTEGER "Integer"
52 #define CMIS_TYPE_DECIMAL "Decimal"
53 #define CMIS_TYPE_DATETIME "Datetime"
54 #define CMIS_TYPE_BOOL "Bool"
56 #endif
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */