5bc192a0d4
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ic205c08b7734f92b4b1ef7f12eb1e74a39dabd07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111060 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
58 lines
2.3 KiB
C++
58 lines
2.3 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
|
|
/*
|
|
* 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/.
|
|
*/
|
|
|
|
#ifndef INCLUDED_SFX2_INC_STRINGS_HXX
|
|
#define INCLUDED_SFX2_INC_STRINGS_HXX
|
|
|
|
#define STR_HTML_GENERATOR "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION (%1)"
|
|
|
|
// Do not translate STR_TEMPLATE_NAME*_DEF names!!
|
|
// STR_TEMPLATE_NAME*_DEF strings must EXACTLY fit dc:title tag in meta.xml of each template file
|
|
#define STR_TEMPLATE_NAME1_DEF "Grey Elegant"
|
|
#define STR_TEMPLATE_NAME2_DEF "Beehive"
|
|
#define STR_TEMPLATE_NAME3_DEF "Blue Curve"
|
|
#define STR_TEMPLATE_NAME4_DEF "Blueprint Plans"
|
|
#define STR_TEMPLATE_NAME5_DEF "Candy"
|
|
#define STR_TEMPLATE_NAME6_DEF "Yellow Idea"
|
|
#define STR_TEMPLATE_NAME7_DEF "DNA"
|
|
#define STR_TEMPLATE_NAME8_DEF "Focus"
|
|
#define STR_TEMPLATE_NAME9_DEF "Forestbird"
|
|
#define STR_TEMPLATE_NAME10_DEF "Freshes"
|
|
#define STR_TEMPLATE_NAME11_DEF "Inspiration"
|
|
#define STR_TEMPLATE_NAME12_DEF "Lights"
|
|
#define STR_TEMPLATE_NAME13_DEF "Growing Liberty"
|
|
#define STR_TEMPLATE_NAME14_DEF "Metropolis"
|
|
#define STR_TEMPLATE_NAME15_DEF "Midnightblue"
|
|
#define STR_TEMPLATE_NAME16_DEF "Nature Illustration"
|
|
#define STR_TEMPLATE_NAME17_DEF "Pencil"
|
|
#define STR_TEMPLATE_NAME18_DEF "Piano"
|
|
#define STR_TEMPLATE_NAME19_DEF "Portfolio"
|
|
#define STR_TEMPLATE_NAME20_DEF "Progress"
|
|
#define STR_TEMPLATE_NAME21_DEF "Sunset"
|
|
#define STR_TEMPLATE_NAME22_DEF "Vintage"
|
|
#define STR_TEMPLATE_NAME23_DEF "Vivid"
|
|
#define STR_TEMPLATE_NAME24_DEF "CV"
|
|
#define STR_TEMPLATE_NAME25_DEF "Resume"
|
|
#define STR_TEMPLATE_NAME26_DEF "Default"
|
|
#define STR_TEMPLATE_NAME27_DEF "Modern"
|
|
#define STR_TEMPLATE_NAME28_DEF "Modern business letter sans-serif"
|
|
#define STR_TEMPLATE_NAME29_DEF "Modern business letter serif"
|
|
#define STR_TEMPLATE_NAME30_DEF "Businesscard with logo"
|
|
#define STR_TEMPLATE_NAME31_DEF "Simple"
|
|
#define STR_TEMPLATE_NAME32_DEF "BPMN"
|
|
|
|
#define CMIS_TYPE_STRING "String"
|
|
#define CMIS_TYPE_INTEGER "Integer"
|
|
#define CMIS_TYPE_DECIMAL "Decimal"
|
|
#define CMIS_TYPE_DATETIME "Datetime"
|
|
#define CMIS_TYPE_BOOL "Bool"
|
|
|
|
#endif
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
|