summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/resource/strings.src
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/resource/strings.src')
-rw-r--r--reportdesign/source/core/resource/strings.src95
1 files changed, 95 insertions, 0 deletions
diff --git a/reportdesign/source/core/resource/strings.src b/reportdesign/source/core/resource/strings.src
new file mode 100644
index 000000000000..d6191e2f381e
--- /dev/null
+++ b/reportdesign/source/core/resource/strings.src
@@ -0,0 +1,95 @@
+/*************************************************************************
+ *
+ * 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
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+#include "core_resource.hrc"
+
+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_GROUP_HEADER
+{
+ Text [ en-US ] = "Group Header";
+};
+String RID_STR_GROUP_FOOTER
+{
+ Text [ en-US ] = "Group Footer";
+};
+String RID_STR_REPORT_HEADER
+{
+ Text [ en-US ] = "Report Header";
+};
+String RID_STR_REPORT_FOOTER
+{
+ Text [ en-US ] = "Report Footer";
+};
+
+String RID_STR_PROPERTY_CHANGE_NOT_ALLOWED
+{
+ Text [ en-US ] = "The name '#1' already exists and can not be asssigned again.";
+};
+
+String RID_STR_ERROR_WRONG_ARGUMENT
+{
+ Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments.";
+};
+String RID_STR_ARGUMENT_IS_NULL
+{
+ Text [ en-US ] = "The element is invalid.";
+};
+String RID_STR_FIXEDTEXT
+{
+ Text [ en-US ] = "Label field" ;
+};
+String RID_STR_FORMATTEDFIELD
+{
+ Text [ en-US ] = "Formatted field";
+};
+String RID_STR_IMAGECONTROL
+{
+ Text [ en-US ] = "Image control" ;
+};
+String RID_STR_REPORT
+{
+ Text [ en-US ] = "Report";
+};
+String RID_STR_SHAPE
+{
+ Text [ en-US ] = "Shape";
+};
+String RID_STR_FIXEDLINE
+{
+ Text [ en-US ] = "Fixed line";
+};