Files
loongoffice/sfx2/source/doc/templatelocnames.src
Alexander Wilms c7c40687f6 Remove visual noise from sfx2
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a
Reviewed-on: https://gerrit.libreoffice.org/8310
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-26 08:12:10 -06:00

117 lines
1.7 KiB
Plaintext

/* -*- 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>
// Do not translate STR_TEMPLATE_NAME*_DEF names!!
String STR_TEMPLATE_NAME1_DEF
{
Text = "Abstract Green" ;
};
String STR_TEMPLATE_NAME2_DEF
{
Text = "Abstract Red" ;
};
String STR_TEMPLATE_NAME3_DEF
{
Text = "Abstract Yellow" ;
};
String STR_TEMPLATE_NAME4_DEF
{
Text = "Bright Blue" ;
};
String STR_TEMPLATE_NAME5_DEF
{
Text = "DNA" ;
};
String STR_TEMPLATE_NAME6_DEF
{
Text = "Inspiration" ;
};
String STR_TEMPLATE_NAME7_DEF
{
Text = "Lush Green" ;
};
String STR_TEMPLATE_NAME8_DEF
{
Text = "Metropolis" ;
};
String STR_TEMPLATE_NAME9_DEF
{
Text = "Sunset" ;
};
String STR_TEMPLATE_NAME10_DEF
{
Text = "Vintage" ;
};
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: */