aboutsummaryrefslogtreecommitdiff
path: root/source/or/reportbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'source/or/reportbuilder')
-rw-r--r--source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po63
1 files changed, 63 insertions, 0 deletions
diff --git a/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po b/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po
new file mode 100644
index 00000000000..63f0ce3ad55
--- /dev/null
+++ b/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po
@@ -0,0 +1,63 @@
+#. extracted from reportbuilder/java/org/libreoffice/report/function/metadata
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: or\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author-Function_en_US.properties
+msgctxt ""
+"Author-Function_en_US.properties\n"
+"display-name\n"
+"property.text"
+msgid "AUTHOR"
+msgstr ""
+
+#: Author-Function_en_US.properties
+msgctxt ""
+"Author-Function_en_US.properties\n"
+"description\n"
+"property.text"
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title-Function_en_US.properties
+msgctxt ""
+"Title-Function_en_US.properties\n"
+"display-name\n"
+"property.text"
+msgid "TITLE"
+msgstr ""
+
+#: Title-Function_en_US.properties
+msgctxt ""
+"Title-Function_en_US.properties\n"
+"description\n"
+"property.text"
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties
+msgctxt ""
+"category_en_US.properties\n"
+"display-name\n"
+"property.text"
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties
+msgctxt ""
+"category_en_US.properties\n"
+"description\n"
+"property.text"
+msgid "Contains functions about meta data"
+msgstr ""
-3-5-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions/Library_updatecheckui.mk
AgeCommit message (Collapse)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
...instead of by listing the content somewhat redundantly in the Rdb_*.mk files, to avoid duplication of logic for components that are only built conditionally (and thus should only be included conditionally in the corresponding Rdb). To achieve that, add an "rdb" parameter to gb_ComponentTarget_ComponentTarget (and to the gb_*_set_componentfile macros that internally call gb_ComponentTarget_ComponentTarget), which is used to make the appropriate gb_Rdb_add_component call internally from within gb_ComponentTarget_ComponentTarget. (As a special case, gb_CppunitTest_set_componentfile shall not call gb_Rdb_add_component, as that has already been done by the corresponding gb_Library_set_componentfile call, so allow the gb_ComponentTarget_ComponentTarget "rdb" parameter to be empty to support that special case.) Most Rdb_*.mk files are thus mostly empty now. One exception is i18npool/Rdb_saxparser.mk, which duplicates some of the Rdb_services content as needed during the build in CustomTarget_i18npool/localedata. 1c9a40299d328c78c035ca63ccdf22c5c669a03b "gbuild: create services.rdb from built components" had already tried to do something similar (in addition to other things) under a new --enable-services-rdb-from-build option. However, that approach had four drawbacks that this approach here addresses (and which thus partly reverts 1c9a40299d328c78c035ca63ccdf22c5c669a03b): 1 Rdb_services shall not contain the component files of all libraries that are built. While that commit filtered out the component files that go into Rdb_ure/services (ure/Rdb_ure.mk), it failed to filter out the component files that go into others like Rdb_postgresql-sdbc (connectivity/Rdb_postgresql-sdbc.mk). 2 The code added by that commit to Makefile.gbuild codified the knowledge that there is an Rdb_services, which is brittle. 3 The code added by that commit to solenv/gbuild/Rdb.mk codified the knowledge (for gb_Rdb__URECOMPONENTS) that there is an Rdb_ure/services, which is brittle. 4 Introducing an --enable-services-rdb-from-build option needlessly provided two different ways how the content of Rdb_services is assembled. The changes done here would leave --enable-services-rdb-from-build as a misnomer, as it no longer controls how Rdb_services is assembled. I thus renamed it to --enable-customtarget-components, as that is apparently what it still does now. Change-Id: Ia5e8df4b640146c77421fcec6daa11a9cd260265 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126577 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-08-01move resmgr to unotoolsCaolán McNamara
and the vast majority of translations is to the ui language so default ctor with that arg and now drop OModuleResourceClient Change-Id: I3b85a560ffdfe5f019c2271ac56a5fe4a361522b
2017-04-26remove extensions bitmaps from .src filesCaolán McNamara
resulting in the removal of a updchk .res file Change-Id: I7a6f3601f25763253ba34590a1970ca8a042db23
2015-11-20Cleanup while reading extensions.Michael Meeks
Change-Id: I99c630c2b497b695365728ce5a2497ff64ff9f1a
2014-04-28prefer makefile-gmake-modeTakeshi Abe
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034