summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/report.src
blob: 55472688ab790d1ed543408dd7f1ca6a63bd6628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
/* -*- 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/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#include "RptResId.hrc"
#include "rptui_slotid.hrc"
#include <svx/svxids.hrc>
#include "helpids.hrc"

// Property Browser Headline ----------------------------------------------------------------

String RID_STR_BRWTITLE_PROPERTIES
{
    Text [ en-US ] = "Properties: ";
};
String RID_STR_BRWTITLE_NO_PROPERTIES
{
    Text [ en-US ] = "No Control marked";
};
String RID_STR_BRWTITLE_MULTISELECT
{
    Text [ en-US ] = "Multiselection";
};

String RID_STR_PROPTITLE_IMAGECONTROL
{
    Text [ en-US ] = "Image Control" ;
};
String RID_STR_PROPTITLE_FIXEDTEXT
{
    Text [ en-US ] = "Label field" ;
};
String RID_STR_PROPTITLE_FIXEDLINE
{
    Text [ en-US ] = "Line" ;
};
String RID_STR_PROPTITLE_FORMATTED
{
    Text [ en-US ] = "Formatted Field";
};
String RID_STR_PROPTITLE_SHAPE
{
    Text [ en-US ] = "Shape";
};
String RID_STR_PROPTITLE_REPORT
{
    Text [ en-US ] = "Report";
};
String RID_STR_PROPTITLE_SECTION
{
    Text [ en-US ] = "Section";
};
String RID_STR_PROPTITLE_FUNCTION
{
    Text [ en-US ] = "Function";
};
String RID_STR_PROPTITLE_GROUP
{
    Text [ en-US ] = "Group";
};

String RID_STR_UNDO_CHANGEPOSITION
{
    Text [ en-US ] = "Change Object";
};
String RID_STR_UNDO_MOVE_GROUP
{
    Text [ en-US ] = "Move Group(s)";
};
String RID_STR_UNDO_CONDITIONAL_FORMATTING
{
    Text [ en-US ] = "Conditional Formatting";
};
String RID_STR_UNDO_REMOVE_REPORTHEADERFOOTER
{
    Text [ en-US ] = "Remove report header / report footer";
};

String RID_STR_UNDO_ADD_REPORTHEADERFOOTER
{
    Text [ en-US ] = "Add report header / report footer";
};

String RID_STR_UNDO_PROPERTY
{
    Text [ en-US ] = "Change property '#'";
    Text [ x-comment ] = "The # character is used for replacing";
};

String RID_STR_UNDO_ADD_GROUP_HEADER
{
    Text [ en-US ] = "Add group header ";
};

String RID_STR_UNDO_REMOVE_GROUP_HEADER
{
    Text [ en-US ] = "Remove group header ";
};

String RID_STR_UNDO_ADD_GROUP_FOOTER
{
    Text [ en-US ] = "Add group footer ";
};

String RID_STR_UNDO_REMOVE_GROUP_FOOTER
{
    Text [ en-US ] = "Remove group footer ";
};
String RID_STR_UNDO_ADDFUNCTION
{
    Text [ en-US ] = "Add function";
};

String STR_RPT_LABEL
{
    Text [ en-US ] = "~Report name" ;
};

String RID_STR_UNDO_REMOVE_GROUP
{
    Text [ en-US ] = "Delete Group" ;
};

String RID_STR_UNDO_APPEND_GROUP
{
    Text [ en-US ] = "Add Group" ;
};

String RID_STR_UNDO_REMOVE_SELECTION
{
    Text [ en-US ] = "Delete Selection" ;
};
String RID_STR_UNDO_REMOVE_FUNCTION
{
    Text [ en-US ] = "Delete Function" ;
};

String RID_STR_UNDO_CHANGE_SIZE
{
    Text [ en-US ] = "Change Size" ;
};

String RID_STR_UNDO_PASTE
{
    Text [ en-US ] = "Paste" ;
};

String RID_STR_UNDO_INSERT_CONTROL
{
    Text [ en-US ] = "Insert Control" ;
};

String RID_STR_UNDO_DELETE_CONTROL
{
    Text [ en-US ] = "Delete Control" ;
};

String RID_STR_GROUPHEADER
{
    Text [ en-US ] = "GroupHeader";
    Text [ x-comment ] = "Please try to avoid spaces in the name. It is used as a programmatic one.";
};
String RID_STR_GROUPFOOTER
{
    Text [ en-US ] = "GroupFooter";
    Text [ x-comment ] = "Please try to avoid spaces in the name. It is used as a programmatic one.";
};

String RID_STR_FIELDSELECTION
{
    Text [ en-US ] = "Add field:";
};

String RID_STR_FILTER
{
    Text [ en-US ] = "Filter" ;
};

String RID_STR_UNDO_ALIGNMENT
{
    Text [ en-US ] = "Change Alignment" ;
};
String RID_STR_HEADER
{
    Text [ en-US ] = "# Header" ;
    Text[ x-comment ] = "# will be replaced with a name.";
};
String RID_STR_FOOTER
{
    Text [ en-US ] = "# Footer" ;
    Text[ x-comment ] = "# will be replaced with a name.";
};
String RID_STR_IMPORT_GRAPHIC
{
    Text [ en-US ] = "Insert graphics" ;
};
String RID_STR_DELETE
{
    Text [ en-US ] = "Delete" ;
};
String RID_STR_FUNCTION
{
    Text [ en-US ] = "Function" ;
};

String RID_STR_COULD_NOT_CREATE_REPORT
{
    Text [ en-US ] = "An error occurred while creating the report." ;
};
String RID_STR_CAUGHT_FOREIGN_EXCEPTION
{
    Text [ en-US ] = "An exception of type $type$ was caught." ;
};
String RID_STR_UNDO_CHANGEFONT
{
    Text [ en-US ] = "Change font";
};
String RID_STR_UNDO_CHANGEPAGE
{
    Text [ en-US ] = "Change page attributes";
};
String RID_STR_PAGEHEADERFOOTER_INSERT
{
    Text [ en-US ] = "Insert Page Header/Footer";
};
String RID_STR_PAGEHEADERFOOTER_DELETE
{
    Text [ en-US ] = "Delete Page Header/Footer";
};
String RID_STR_REPORTHEADERFOOTER_INSERT
{
    Text [ en-US ] = "Insert Report Header/Footer";
};
String RID_STR_REPORTHEADERFOOTER_DELETE
{
    Text [ en-US ] = "Delete Report Header/Footer";
};
String RID_ERR_NO_COMMAND
{
    Text [ en-US ] = "The report can not be executed unless it is bound to content.";
};
String RID_ERR_NO_OBJECTS
{
    Text [ en-US ] = "The report can not be executed unless at least one object has been inserted.";
};
String RID_STR_UNDO_SHRINK
{
    Text [ en-US ] = "Shrink Section";
};
String RID_STR_DETAIL
{
    Text [ en-US ] = "Detail";
};
String RID_STR_PAGE_HEADER
{
    Text [ en-US ] = "Page Header";
};
String RID_STR_PAGE_FOOTER
{
    Text [ en-US ] = "Page Footer";
};
String RID_STR_REPORT_HEADER
{
    Text [ en-US ] = "Report Header";
};
String RID_STR_REPORT_FOOTER
{
    Text [ en-US ] = "Report Footer";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */