/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include #include "doc.hrc" StringArray TEMPLATE_SHORT_NAMES_ARY { ItemList = { < "standard" ; > ; < "officorr" ; > ; < "offimisc" ; > ; < "personal" ; > ; < "forms" ; > ; < "finance" ; > ; < "educate" ; > ; < "layout" ; > ; < "presnt" ; > ; < "misc" ; > ; < "labels" ; > ; }; }; StringArray TEMPLATE_LONG_NAMES_ARY { ItemList [ en-US ] = { < "My Templates" ; > ; < "Business Correspondence" ; > ; < "Other Business Documents" ; > ; < "Personal Correspondence and Documents" ; > ; < "Forms and Contracts" ; > ; < "Finances" ; > ; < "Education" ; > ; < "Presentation Backgrounds" ; > ; < "Presentations" ; > ; < "Miscellaneous" ; > ; < "Labels" ; > ; }; }; String RID_CNT_STR_WAITING { Text [ en-US ] = "The templates are being initialized for first-time usage." ; }; value='distro/collabora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09loplugin:salboolNoel Grandin
2015-04-09fix windows and android buildsNoel Grandin
2015-04-09fix android buildNoel Grandin
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09remove reg keytype constants and related codeNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: registryNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-25loplugin:unreffunStephan Bergmann
2015-01-25coverity#1266504 Useless callCaolán McNamara
2015-01-20Some more loplugin:cstylecast: registryStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn