/* -*- 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!! #define STR_TEMPLATE_NAME1_DEF "Abstract Green" #define STR_TEMPLATE_NAME2_DEF "Abstract Red" #define STR_TEMPLATE_NAME3_DEF "Abstract Yellow" #define STR_TEMPLATE_NAME4_DEF "Bright Blue" #define STR_TEMPLATE_NAME5_DEF "DNA" #define STR_TEMPLATE_NAME6_DEF "Inspiration" #define STR_TEMPLATE_NAME7_DEF "Lush Green" #define STR_TEMPLATE_NAME8_DEF "Metropolis" #define STR_TEMPLATE_NAME9_DEF "Sunset" #define STR_TEMPLATE_NAME10_DEF "Vintage" #define SFX_ST_EDIT "..." #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: */