bump product version to 5.0.4.1
[LibreOffice.git] / reportdesign / source / core / resource / strings.src
blob8ac0dd712e85f740eb3d411712ef62338763d50a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "core_resource.hrc"
22 String RID_STR_DETAIL
24     Text [ en-US ] = "Detail";
27 String RID_STR_PAGE_HEADER
29     Text [ en-US ] = "Page Header";
32 String RID_STR_PAGE_FOOTER
34     Text [ en-US ] = "Page Footer";
37 String RID_STR_GROUP_HEADER
39     Text [ en-US ] = "Group Header";
42 String RID_STR_GROUP_FOOTER
44     Text [ en-US ] = "Group Footer";
47 String RID_STR_REPORT_HEADER
49     Text [ en-US ] = "Report Header";
52 String RID_STR_REPORT_FOOTER
54     Text [ en-US ] = "Report Footer";
57 String RID_STR_PROPERTY_CHANGE_NOT_ALLOWED
59     Text [ en-US ] = "The name '#1' already exists and cannot be assigned again.";
62 String RID_STR_ERROR_WRONG_ARGUMENT
64     Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments.";
67 String RID_STR_ARGUMENT_IS_NULL
69     Text [ en-US ] = "The element is invalid.";
72 String RID_STR_FIXEDTEXT
74     Text [ en-US ] = "Label field" ;
77 String RID_STR_FORMATTEDFIELD
79     Text [ en-US ] = "Formatted field";
82 String RID_STR_IMAGECONTROL
84     Text [ en-US ] = "Image control" ;
87 String RID_STR_REPORT
89     Text [ en-US ] = "Report";
92 String RID_STR_SHAPE
94     Text [ en-US ] = "Shape";
97 String RID_STR_FIXEDLINE
99     Text [ en-US ] = "Fixed line";
102 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */