build fix
[LibreOffice.git] / sfx2 / source / doc / templatelocnames.src
bloba4a313508a38b6b1dcd24ca26b7f00c04f46488f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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 #include <sfx2/templatelocnames.hrc>
12 // Do not translate STR_TEMPLATE_NAME*_DEF names!!
13 String STR_TEMPLATE_NAME1_DEF
15     Text = "Abstract Green" ;
18 String STR_TEMPLATE_NAME2_DEF
20     Text = "Abstract Red" ;
23 String STR_TEMPLATE_NAME3_DEF
25     Text = "Abstract Yellow" ;
28 String STR_TEMPLATE_NAME4_DEF
30     Text = "Bright Blue" ;
33 String STR_TEMPLATE_NAME5_DEF
35     Text = "DNA" ;
38 String STR_TEMPLATE_NAME6_DEF
40     Text = "Inspiration" ;
43 String STR_TEMPLATE_NAME7_DEF
45     Text = "Lush Green" ;
48 String STR_TEMPLATE_NAME8_DEF
50     Text = "Metropolis" ;
53 String STR_TEMPLATE_NAME9_DEF
55     Text = "Sunset" ;
58 String STR_TEMPLATE_NAME10_DEF
60     Text = "Vintage" ;
63 String STR_TEMPLATE_NAME1
65     Text [ en-US ] = "Abstract Green" ;
68 String STR_TEMPLATE_NAME2
70     Text [ en-US ] = "Abstract Red" ;
73 String STR_TEMPLATE_NAME3
75     Text [ en-US ] = "Abstract Yellow" ;
78 String STR_TEMPLATE_NAME4
80     Text [ en-US ] = "Bright Blue" ;
83 String STR_TEMPLATE_NAME5
85     Text [ en-US ] = "DNA" ;
88 String STR_TEMPLATE_NAME6
90     Text [ en-US ] = "Inspiration" ;
93 String STR_TEMPLATE_NAME7
95     Text [ en-US ] = "Lush Green" ;
98 String STR_TEMPLATE_NAME8
100     Text [ en-US ] = "Metropolis" ;
103 String STR_TEMPLATE_NAME9
105     Text [ en-US ] = "Sunset" ;
108 String STR_TEMPLATE_NAME10
110     Text [ en-US ] = "Vintage" ;
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */