summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatelocnames.src
blob: 06c1ec53b76a65e5a1fd28b84c7456f867eff49d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

#include <sfx2/templatelocnames.hrc>

String STR_TEMPLATE_NAME1
{
    Text [ en-US ] = "Abstract Green" ;
};

String STR_TEMPLATE_NAME2
{
    Text [ en-US ] = "Abstract Red" ;
};

String STR_TEMPLATE_NAME3
{
    Text [ en-US ] = "Abstract Yellow" ;
};

String STR_TEMPLATE_NAME4
{
    Text [ en-US ] = "Bright Blue" ;
};

String STR_TEMPLATE_NAME5
{
    Text [ en-US ] = "DNA" ;
};

String STR_TEMPLATE_NAME6
{
    Text [ en-US ] = "Inspiration" ;
};

String STR_TEMPLATE_NAME7
{
    Text [ en-US ] = "Lush Green" ;
};

String STR_TEMPLATE_NAME8
{
    Text [ en-US ] = "Metropolis" ;
};

String STR_TEMPLATE_NAME9
{
    Text [ en-US ] = "Sunset" ;
};

String STR_TEMPLATE_NAME10
{
    Text [ en-US ] = "Vintage" ;
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */