office-gobmx/sfx2/source/doc/templatelocnames.src
Thomas Arnhold 3db8d606d5 hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done

Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19 20:04:22 +02:00

113 lines
1.7 KiB
Text

/* -*- 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: */