aboutsummaryrefslogtreecommitdiff
path: root/source/da/basctl/messages.po
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-23 11:50:50 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-23 12:11:07 +0200
commite33719de813bcef0fd2285ff6b6748f3513a3108 (patch)
treeef26a62b1faaf1d0a8168c843e352744bb3ee364 /source/da/basctl/messages.po
parent70836fdf7467a34f5a5ac03c576e9ebe535f5cde (diff)
update translations for master/6.1 beta1
Change-Id: Id00bd53ed610ba876b177611fec18813fe7f0e36
Diffstat (limited to 'source/da/basctl/messages.po')
-rw-r--r--source/da/basctl/messages.po6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/da/basctl/messages.po b/source/da/basctl/messages.po
index cad63008894..003aed844d2 100644
--- a/source/da/basctl/messages.po
+++ b/source/da/basctl/messages.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: 2018-04-23 18:11+0200\n"
+"POT-Creation-Date: 2018-05-16 16:54+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"
@@ -655,12 +655,12 @@ msgctxt "exportdialog|ExportDialog"
msgid "Export Basic library"
msgstr "Eksportér Basic-bibliotek"
-#: basctl/uiconfig/basicide/ui/exportdialog.ui:83
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:89
msgctxt "exportdialog|extension"
msgid "Export as _extension"
msgstr "Eksporter som udvidelse"
-#: basctl/uiconfig/basicide/ui/exportdialog.ui:100
+#: basctl/uiconfig/basicide/ui/exportdialog.ui:105
msgctxt "exportdialog|basic"
msgid "Export as BASIC library"
msgstr "Eksporter som BASIC-bibliotek"
-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.hxx
AgeCommit message (Collapse)Author
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
Also recheck vcl/source after recent reworks and f-u-i updates. Some new blacklist entries were needed for keeping existing fw declarations in headers. Add blacklist entries for removals causing no-pch build failures that were reverted in: a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f 75d924db95559cff5f699bad8fe34bb0aeac0ff6 b57052ec2bbe548ca495a32b4bfce1d1c71caf33 Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I71227806288b68ef2a2cd56244899fd56bd0db8d Reviewed-on: https://gerrit.libreoffice.org/81163 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2018-01-23Various loplugin in --enable-gtk3-kde5 codeStephan Bergmann
Change-Id: Ic12464f01950a5037bb6819a2722aba5a7e3e2e6
2018-01-23Introduce gtk3_kde5 vcl pluginMilian Wolff
This is a hybrid plugin which mostly wraps the GTK3 vclplug. Only the file and folder picker are replaced by KDE dialogs. This gives us a well-maintained GTK LO base with basic KDE integration with minimum effort. To prevent issues with nested event loops, the KDE dialogs are launched from a separate process, the new lo_kde5filepicker helper executable. A trivial stdin/stdout IPC mechanism transfers the data between LO and the Qt/KDE helper. The usage of an external process also allows us to copy'n'paste between LO and the KDE file dialog without freezing the UI, as would happen when one would do this in-process. This is in general also the architecture applied by the kmozillahelper, which is used to integrate KDE file dialogs into Firefox. While the KDE dialog is shown, the GTK3 main window is disabled and close requests are ignored. The KDE dialog in turn also sets the LO window as transient parent. Together, this makes the illusion perfect and the KDE dialog behaves like a modal dialog. This works properly also with multiple LO main windows, and only individual windows will get blocked as one would expect. Functionality wise, most of the features of the KDE4 dialog are supported. You can pick files and folders, and save files under a new name. Some custom checkbox widgets are supported, but lists, buttons and preview widgets are not yet implemented. Also, loading remote files via KIO is not possible yet. Change-Id: I1a97cf7c272307a19ace4222d5f12253bc722829 Reviewed-on: https://gerrit.libreoffice.org/47718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>