aboutsummaryrefslogtreecommitdiff
path: root/source/mk/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'source/mk/vcl')
-rw-r--r--source/mk/vcl/messages.po13
1 files changed, 9 insertions, 4 deletions
diff --git a/source/mk/vcl/messages.po b/source/mk/vcl/messages.po
index 65f5ba0eaad..e6ca14f267d 100644
--- a/source/mk/vcl/messages.po
+++ b/source/mk/vcl/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-12-17 16:29+0100\n"
+"POT-Creation-Date: 2019-05-02 15:46+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1281,22 +1281,27 @@ msgctxt "cupspassworddialog|CUPSPasswordDialog"
msgid "Authentication Request"
msgstr ""
-#: vcl/uiconfig/ui/cupspassworddialog.ui:72
+#: vcl/uiconfig/ui/cupspassworddialog.ui:75
msgctxt "cupspassworddialog|label1"
msgid "_User:"
msgstr ""
-#: vcl/uiconfig/ui/cupspassworddialog.ui:86
+#: vcl/uiconfig/ui/cupspassworddialog.ui:89
#, fuzzy
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
msgstr "Лозинка:"
-#: vcl/uiconfig/ui/cupspassworddialog.ui:100
+#: vcl/uiconfig/ui/cupspassworddialog.ui:103
msgctxt "cupspassworddialog|text"
msgid "Please enter your authentication data for server “%s”"
msgstr ""
+#: vcl/uiconfig/ui/cupspassworddialog.ui:145
+msgctxt "cupspassworddialog|label1"
+msgid "_Domain:"
+msgstr ""
+
#: vcl/uiconfig/ui/editmenu.ui:12
#, fuzzy
msgctxt "editmenu|undo"
pdater LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/SparklineDataRangeDialog.hxx
AgeCommit message (Collapse)Author
2022-05-20Document sparkline related classes, functions and structsTomaž Vajngerl
No functional change. Change-Id: I822c6a9d270dc582aaae2900f833843a0d6f8ddc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134651 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
This adds a "edit sparkline" action to the context menu and a dialog to change the data range of a sparkline. To change a sparkline using undo/redo, a new class UndoEditSparkline was added, which allows to change the attributes of a sparkline and revert back the old attributes when undoing. This is then used in the Dialog when setting the changed data range of a sparkline. To make sure that undo/redo works correctly, a simple unit tests was added. Change-Id: I08af1813fa288278bc0d33b0540660b325b17235 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132748 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>