bump product version to 4.1.6.2
[LibreOffice.git] / sfx2 / source / doc / templatelocnames.src
blobdb4a288d69dabbcb2a34dd0b3f3a7f2be9ed0634
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" ;
64 /////////////////////////////////////////////////
66 String STR_TEMPLATE_NAME1
68     Text [ en-US ] = "Abstract Green" ;
71 String STR_TEMPLATE_NAME2
73     Text [ en-US ] = "Abstract Red" ;
76 String STR_TEMPLATE_NAME3
78     Text [ en-US ] = "Abstract Yellow" ;
81 String STR_TEMPLATE_NAME4
83     Text [ en-US ] = "Bright Blue" ;
86 String STR_TEMPLATE_NAME5
88     Text [ en-US ] = "DNA" ;
91 String STR_TEMPLATE_NAME6
93     Text [ en-US ] = "Inspiration" ;
96 String STR_TEMPLATE_NAME7
98     Text [ en-US ] = "Lush Green" ;
101 String STR_TEMPLATE_NAME8
103     Text [ en-US ] = "Metropolis" ;
106 String STR_TEMPLATE_NAME9
108     Text [ en-US ] = "Sunset" ;
111 String STR_TEMPLATE_NAME10
113     Text [ en-US ] = "Vintage" ;
116 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */