aboutsummaryrefslogtreecommitdiff
path: root/source/de/swext
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-04-25 22:51:37 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-04-25 23:06:53 +0200
commit61991bde16235b2c9c4028466bcdc51a352e7bc5 (patch)
treeb2d7059a15a64a79ef1f2dd05566586eebdaaf1a /source/de/swext
parente3802bb90081c3cc63ca8ec9726772d8e42299b0 (diff)
update translatiosn for 6.1.0 alpha1
Change-Id: I0ed5d948cf89a4260c8771057d463448b76a4527
Diffstat (limited to 'source/de/swext')
-rw-r--r--source/de/swext/mediawiki/help.po20
1 files changed, 2 insertions, 18 deletions
diff --git a/source/de/swext/mediawiki/help.po b/source/de/swext/mediawiki/help.po
index 276a17d790d..198997b6334 100644
--- a/source/de/swext/mediawiki/help.po
+++ b/source/de/swext/mediawiki/help.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2018-03-28 16:46+0200\n"
"PO-Revision-Date: 2017-12-17 07:14+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1513494848.000000\n"
#: help.tree
@@ -515,22 +515,6 @@ msgstr "Zeichenvorlagen ändern das Aussehen von Teilbereichen eines Absatzes. D
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
-"hd_id5152745\n"
-"help.text"
-msgid "Footnotes"
-msgstr "Fußnoten"
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
-"par_id5238196\n"
-"help.text"
-msgid "Note: The transformation uses the new style of footnotes with <ref> and <references> tags that requires the Cite.php extension to be installed into MediaWiki. If those tags are shown as plain text in the transformation result, ask the wiki administrator to install this extension."
-msgstr "Achtung: Die Umwandlung benutzt den neuen Stil der Fußnoten mit den Tags <ref> und <references> und erfordert die Installation der Cite.php-Erweiterung im MediaWiki. Falls diese Tags als Klartext im Umwandlungsergebnis erscheinen, sollten Sie den Wiki-Administrator darum bitten, diese Erweiterung zu installieren."
-
-#: wikiformats.xhp
-msgctxt ""
-"wikiformats.xhp\n"
"hd_id9405499\n"
"help.text"
msgid "Images"
ffice-3-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/paramwrapper.cxx
AgeCommit message (Expand)Author
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-03-08osl::Mutex->std::mutex in ParameterWrapperContainerNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-02-17loplugin:referencecasting in connectivityNoel
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in connectivityNoel Grandin
2019-09-06TyposAndrea Gelmini
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov
2019-03-04simplify UNO getTypes methodsNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-18loplugin:unusedindexMike Kaganski
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini