aboutsummaryrefslogtreecommitdiff
path: root/source/bn-IN/uui/uiconfig/ui.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/bn-IN/uui/uiconfig/ui.po')
-rw-r--r--source/bn-IN/uui/uiconfig/ui.po19
1 files changed, 15 insertions, 4 deletions
diff --git a/source/bn-IN/uui/uiconfig/ui.po b/source/bn-IN/uui/uiconfig/ui.po
index 5d8c3f3a237..7804b2429e4 100644
--- a/source/bn-IN/uui/uiconfig/ui.po
+++ b/source/bn-IN/uui/uiconfig/ui.po
@@ -3,16 +3,18 @@ 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: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2015-06-24 17:06+0200\n"
+"PO-Revision-Date: 2015-04-23 23:06+0000\n"
+"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1429830374.000000\n"
#: authfallback.ui
msgctxt ""
@@ -174,6 +176,15 @@ msgstr ""
#: macrowarnmedium.ui
msgctxt ""
"macrowarnmedium.ui\n"
+"descr1aLabel\n"
+"label\n"
+"string.text"
+msgid "The document contains document macros."
+msgstr ""
+
+#: macrowarnmedium.ui
+msgctxt ""
+"macrowarnmedium.ui\n"
"viewSignsButton\n"
"label\n"
"string.text"
tion value='libreoffice-24-2'>libreoffice-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dbaccess/CppunitTest_dbaccess_tdf126268.mk
AgeCommit message (Collapse)Author
2022-08-17Missing test dependencyStephan Bergmann
> warn:vcl.builder:232474:232474:vcl/source/window/builder.cxx:480: DBG_UNHANDLED_EXCEPTION in VclBuilder > when: Unable to read .ui file exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/dbaccess/ui/appborderwindow.ui at xmlreader/source/xmlreader.cxx:67" > warn:dbaccess:232474:232474:dbaccess/source/filter/xml/dbloader2.cxx:460: DBG_UNHANDLED_EXCEPTION in load exception: com.sun.star.container.NoSuchElementException message: "file:///.../instdir/share/config/soffice.cfg/dbaccess/ui/appborderwindow.ui at xmlreader/source/xmlreader.cxx:67" > unotest/source/cpp/macros_test.cxx:73:Tdf126268Test::testNumbers > assertion failed > - Expression: xComponent.is() > - loading failed: file:///tmp/Tdf126268Test__testNumbers_2f43ug.tmp Change-Id: Ic8b530418319b56b3da824ebb66fc3bef6b7809e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138444 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-09-22don't link to vbahelper for --disable-scripting caseCaolán McNamara
Change-Id: I50dca4c11234677d2c6987d360b1317890b5484b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122427 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-01use officecfg for Experimental flagNoel Grandin
move IsShowOutlineContentVisibilityButton out of header to avoid having to add extra include paths to all the unit test makefiles. Change-Id: I2763390e07cd85b8f09b6f2ad7702039daecb22f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105100 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann
Same as 97b3e455802cfc08568ec5e8379c509efe3e47b1 "Fix some new dependencies on boost_headers" Change-Id: I0f10374650847f4c50a8cff530c15e65906865ad Reviewed-on: https://gerrit.libreoffice.org/84672 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-07-11tdf#126268: first byte is not used for the sign symbolXisco Fauli
This code is just broken, negative numbers and positive numbers above 25 are incorrectly migrated if using decimal. E.g: -1 -> 24,6 26 -> -6527'6 thus, delete it and pass the 8 bytes as they are to lcl_double_dabble. Note: this only fixes the positive numbers, -1 still returns 24,6 Code introduced in 6039d2463b4cc503b963811b3b1471de3291ee09 Change-Id: Id0e249e47a91b274a247fb7e8b71353114149650 Reviewed-on: https://gerrit.libreoffice.org/75375 Tested-by: Jenkins Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>