aboutsummaryrefslogtreecommitdiff
path: root/source/brx/uui
diff options
context:
space:
mode:
Diffstat (limited to 'source/brx/uui')
-rw-r--r--source/brx/uui/messages.po34
1 files changed, 32 insertions, 2 deletions
diff --git a/source/brx/uui/messages.po b/source/brx/uui/messages.po
index d74227b4719..de1c0ede953 100644
--- a/source/brx/uui/messages.po
+++ b/source/brx/uui/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: 2020-08-21 18:00+0200\n"
+"POT-Creation-Date: 2020-08-25 16:10+0200\n"
"PO-Revision-Date: 2018-03-28 15:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -826,6 +826,12 @@ msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr "फिल्टार सायखनाय"
+#. HoJXz
+#: uui/uiconfig/ui/filterselect.ui:137
+msgctxt "filterselect|extended_tip|filters"
+msgid "Select the import filter for the file that you want to open."
+msgstr ""
+
#. 8o9Bq
#: uui/uiconfig/ui/logindialog.ui:8
msgctxt "logindialog|LoginDialog"
@@ -963,8 +969,14 @@ msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "गाहाय पासवर्ड"
+#. bRcP4
+#: uui/uiconfig/ui/masterpassworddlg.ui:109
+msgctxt "masterpassworddlg|extended_tip|password"
+msgid "Type a password. A password is case sensitive."
+msgstr ""
+
#. Twvfe
-#: uui/uiconfig/ui/masterpassworddlg.ui:133
+#: uui/uiconfig/ui/masterpassworddlg.ui:138
msgctxt "extended_tip|MasterPasswordDialog"
msgid "Enter the master password to continue."
msgstr ""
@@ -975,6 +987,18 @@ msgctxt "password|PasswordDialog"
msgid "Set Password"
msgstr ""
+#. XDzCT
+#: uui/uiconfig/ui/password.ui:117
+msgctxt "password|extended_tip|newpassEntry"
+msgid "Type a password. A password is case sensitive."
+msgstr ""
+
+#. QbKd2
+#: uui/uiconfig/ui/password.ui:135
+msgctxt "password|extended_tip|confirmpassEntry"
+msgid "Re-enter the password."
+msgstr ""
+
#. ioiyr
#: uui/uiconfig/ui/setmasterpassworddlg.ui:8
msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
@@ -1019,6 +1043,12 @@ msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
msgstr ""
+#. BHvee
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:200
+msgctxt "setmasterpassworddlg|extended_tip|SetMasterPasswordDialog"
+msgid "Assign a master password to protect the access to a saved password."
+msgstr ""
+
#. dAeLu
#: uui/uiconfig/ui/simplenameclash.ui:8
msgctxt "simplenameclash|SimpleNameClashDialog"
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/documentlinkmgr.hxx
diff options
context:
space:
mode:
authorWinfried Donkers <winfrieddonkers@libreoffice.org>2017-02-19 10:46:11 +0100
committerEike Rathke <erack@redhat.com>2017-02-20 17:04:04 +0000
commit3ee1c41ac72aaae9f364708b1c4df58d7643a341 (patch)
treec2727c64b4d063c1b7ba969667d2fa17aa3172e1 /sc/inc/documentlinkmgr.hxx
parent1c3a784d38fc5986c78bab8d283c4661347baf43 (diff)
tdf#105931 Add function ROUNDSIG to Calc.
SIGDIGITS rounds a value to a determined number of significant digits. Change-Id: I5dbfb638bf17ca109f9a14b3588d6d6c103edfa4 Reviewed-on: https://gerrit.libreoffice.org/34148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>