aboutsummaryrefslogtreecommitdiff
path: root/source/da/uui/source.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/da/uui/source.po')
-rw-r--r--source/da/uui/source.po10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/da/uui/source.po b/source/da/uui/source.po
index c1eda7ff0ec..188610a2e26 100644
--- a/source/da/uui/source.po
+++ b/source/da/uui/source.po
@@ -4,8 +4,8 @@ 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: 2015-06-24 17:06+0200\n"
-"PO-Revision-Date: 2015-07-19 17:44+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-03-18 22:11+0000\n"
+"Last-Translator: Jesper Hertel <jesper.hertel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1437327886.000000\n"
+"X-POOTLE-MTIME: 1458339072.000000\n"
#: alreadyopen.src
msgctxt ""
@@ -35,9 +35,9 @@ msgid ""
"Open document read-only, or ignore own file locking and open the document for editing.\n"
"\n"
msgstr ""
-"Dokument filen '$(ARG1)' har været låst for redigering af dig selv på et andet system siden $(ARG2)\n"
+"Dokumentfilen '$(ARG1)' har været låst for redigering af dig selv på et andet system siden $(ARG2)\n"
"\n"
-"Åben dokumentet i skrivebeskyttet tilstand, eller ignorer din egen fillåsning og åben dokument for redigering.\n"
+"Åbn dokumentet i skrivebeskyttet tilstand, eller ignorer din egen fillåsning og åbn dokumentet for redigering.\n"
"\n"
#: alreadyopen.src
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/control/notebookbar.cxx
AgeCommit message (Expand)Author
2020-07-03notebookbar: allow to create multiple instances for onlineSzymon Kłos
2020-07-02notebookbar: build using weld::BuilderSzymon Kłos
2020-01-06Don't crash on exiting print preview with NotebookbarMike Kaganski
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann
2019-09-03Ensure that VCL builder entry points use proper function typeMike Kaganski
2019-07-28loplugin:oncevarNoel Grandin
2019-07-19Engine to add Extension inside extension tab in NotebookBarSumit Chauhan
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-21User directory path changedSumit Chauhan
2019-06-14Refactoring - Converting private methods to static non-member methodsSumit Chauhan
2019-06-04Rendering notebookbar*.ui file from user/share directorySumit Chauhan
2019-02-11loplugin:indentation in vclNoel Grandin
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-07-04Notebookbar:Context for printpreview is now workingKshitij Pathania
2018-05-30tdf#112034 , tdf#107266 label color on basis of persona and personaKshitij Pathania
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2017-10-18tdf#107224 use correct bg for notebookbarSzymon Kłos
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-21Notebookbar: multiple context containers supportSzymon Kłos
2017-03-16tdf#103235 Notebookbar: use persona themeSzymon Kłos
2017-03-15tdf#105040 Notebookbar: added shortcuts toolboxSzymon Kłos
2017-02-24Notebookbar: Better resize supportSzymon Kłos
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-05Improve last commitMaxim Monastirsky
2017-01-05tdf#102059 NotebookBar accessible using F6 keySzymon Kłos
2016-11-23loplugin:unnecessaryoverride (dtors) in vclStephan Bergmann
2016-10-01Notebookbar: fixed context handlingSzymon Kłos
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara
2016-07-22GSoC notebookbar: file menuSzymon Kłos
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-06-28loplugin:refcounting on NotebookBarNoel Grandin
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-03-30notebookbar: Rename NotebookBarWindow to NotebookBar, and move accordingly.Jan Holesovsky