aboutsummaryrefslogtreecommitdiff
path: root/source/da
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-12-12 08:24:58 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-12-12 08:24:58 +0100
commit28cfef34df86f518e0d03f4d2fd18bfe2916d982 (patch)
tree2fdf8b8705677bd35ec686f056215dfe8faf38db /source/da
parentb85b85920affd876a1246f26569a0ed2664e5ce2 (diff)
resurrect some translated strings via compendium
Change-Id: Id82cede546542d3baba7fba0a89cd5932eeb00b4
Diffstat (limited to 'source/da')
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/da/helpcontent2/source/text/sbasic/shared.po b/source/da/helpcontent2/source/text/sbasic/shared.po
index 0b50b5a040b..62bd4d2fe37 100644
--- a/source/da/helpcontent2/source/text/sbasic/shared.po
+++ b/source/da/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ 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: 2017-12-06 15:59+0100\n"
-"PO-Revision-Date: 2017-12-10 07:13+0000\n"
+"PO-Revision-Date: 2017-12-11 20:59+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.8\n"
-"X-POOTLE-MTIME: 1512889997.000000\n"
+"X-POOTLE-MTIME: 1513025969.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -34470,7 +34470,7 @@ msgctxt ""
"par_id240720170117391741\n"
"help.text"
msgid "<emph>DateExpression</emph>: The date expression to be formatted."
-msgstr ""
+msgstr "<emph>DateExpression</emph>: Dato-udtrykket der skal formateres."
#: 03150000.xhp
msgctxt ""
@@ -34550,7 +34550,7 @@ msgctxt ""
"par_id841517137597989\n"
"help.text"
msgid "Display a time using the 24-hour format (hh:mm)."
-msgstr ""
+msgstr "Vis tiden ved brug af 24-timers format (hh:mm)."
#: 03150000.xhp
msgctxt ""
@@ -34654,7 +34654,7 @@ msgctxt ""
"hd_id521512154797683\n"
"help.text"
msgid "First day of Week:"
-msgstr ""
+msgstr "Første dag i ugen:"
#: 03150001.xhp
msgctxt ""
@@ -34846,7 +34846,7 @@ msgctxt ""
"par_id24072017011739895\n"
"help.text"
msgid "<emph>#</emph>: Optional."
-msgstr ""
+msgstr "<emph>#</emph>: Valgfri."
#: 03160000.xhp
msgctxt ""
-0'>libreoffice-4-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/inc/textanim.hxx
AgeCommit message (Expand)Author
2024-11-06loplugin:passstuffbyref in svxNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-05loplugin:constmethod in cuiNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2018-11-28drop some unnecessary includesCaolán McNamara
2018-11-26drop some unnecessary includesCaolán McNamara
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-05-03weld SvxTextTabDialogCaolán McNamara
2018-05-02weld SvxTextAnimationPageCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2017-07-27Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumerCaolán McNamara
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin