aboutsummaryrefslogtreecommitdiff
path: root/source/bg/basctl
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-27 13:41:26 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-05-27 13:51:17 +0200
commit13d55bb42d2f5617f568fd8b000e3d0c8bc4be6b (patch)
tree02b3b1e0eb9d8c674f39a80375f862a5565622ff /source/bg/basctl
parent3d85ba95fa37f794cb08d0c4adce45621c1d8a4d (diff)
update translations for 7.0.0 beta1 libreoffice-7-0-branch-point
and force-fix errors using pocheck Change-Id: I1adc224071cce4a7e0b21209890b3777f9e2539b
Diffstat (limited to 'source/bg/basctl')
-rw-r--r--source/bg/basctl/messages.po26
1 files changed, 10 insertions, 16 deletions
diff --git a/source/bg/basctl/messages.po b/source/bg/basctl/messages.po
index 50d4bd74b5f..450e6d836f9 100644
--- a/source/bg/basctl/messages.po
+++ b/source/bg/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: 2020-02-27 14:31+0100\n"
+"POT-Creation-Date: 2020-05-25 19:59+0200\n"
"PO-Revision-Date: 2020-03-04 14:15+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/basctlmessages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.10.3\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1554813050.000000\n"
#. fniWp
@@ -526,57 +526,51 @@ msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
msgstr "Каталог на обектите"
-#. 2AA4t
-#: basctl/inc/strings.hrc:106
-msgctxt "RID_STR_TLB_MACROS"
-msgid "Objects Tree"
-msgstr "Дърво на обектите"
-
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
-#: basctl/inc/strings.hrc:108
+#: basctl/inc/strings.hrc:107
msgctxt "RID_STR_BRWTITLE_PROPERTIES"
msgid "Properties: "
msgstr "Свойства: "
#. FnkAZ
-#: basctl/inc/strings.hrc:109
+#: basctl/inc/strings.hrc:108
msgctxt "RID_STR_BRWTITLE_NO_PROPERTIES"
msgid "No Control marked"
msgstr "Не е маркирана контрола"
#. aeAPC
-#: basctl/inc/strings.hrc:110
+#: basctl/inc/strings.hrc:109
msgctxt "RID_STR_BRWTITLE_MULTISELECT"
msgid "Multiselection"
msgstr "Групов избор"
#. GNZHF
-#: basctl/inc/strings.hrc:111
+#: basctl/inc/strings.hrc:110
msgctxt "RID_STR_DEF_LANG"
msgid "[Default Language]"
msgstr "[Подразбиран език]"
#. uf3Kt
-#: basctl/inc/strings.hrc:112
+#: basctl/inc/strings.hrc:111
msgctxt "RID_STR_CREATE_LANG"
msgid "<Press 'Add' to create language resources>"
msgstr "<Натиснете „Добавяне“ за създаване на езикови ресурси>"
#. jnJoF
-#: basctl/inc/strings.hrc:113
+#: basctl/inc/strings.hrc:112
msgctxt "RID_STR_EXPORTPACKAGE"
msgid "Export library as extension"
msgstr "Експортиране на библиотека като разширение"
#. SnKF3
-#: basctl/inc/strings.hrc:114
+#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_EXPORTBASIC"
msgid "Export as BASIC library"
msgstr "Експортиране като библиотека на BASIC"
#. G6SqW
-#: basctl/inc/strings.hrc:115
+#: basctl/inc/strings.hrc:114
msgctxt "RID_STR_PACKAGE_BUNDLE"
msgid "Extension"
msgstr "Разширение"
-4-3-4'>libreoffice-4-3-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/compare.cxx
AgeCommit message (Collapse)Author
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
See tdf#42949 for motivation Change-Id: Iaebddd648c52c175da17d2a55a1e8de82c213f4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127330 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-09-17rather return ref from GetTransliterationNoel Grandin
since we never return a nullptr. Also add a new utility method to simplify the call sites that need to pick the right collator Change-Id: I0ecf3ad32a0bf22d9e760620524f41bc18b54fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122238 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-09-17rather return ref from GetCollatorNoel Grandin
since we never return a nullptr. Also add a new utility method to simplify the call sites that need to pick the right collator Change-Id: I5deb009cb5144fd182bbc6470ae30ea05e6979c9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122237 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-09-17use optional for some fields in ScGlobalNoel Grandin
Change-Id: I715b771a9c09b7bcc536ce114080e27d75c2e91c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122230 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-09-13CompareOptions pDoc arg is never nullCaolán McNamara
Change-Id: I9b8822c5abef04cfeec7a80e82220f2638b77618 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102526 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-08-04fix more leaks in CppunitTest_sc_cache_testNoel Grandin
To be honest, I don't know why this fixes the leak, but it's generally good practice anyway to use unique_ptr. Change-Id: Ic5aa2a0c6ab092450e9eae96616a998c08e2e723 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100045 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
Change-Id: I76cbd5d3e65f0b392d713a51607f5c88dae79593 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95101 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
- make all calls look like `std::isfinite`. - change the comments referring `rtl::math::isFinite`. Change-Id: I0cde9ceb9f20150467b454cddde5e62003cfde1a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90234 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ide75232858599c275e023c2300201090acd22307 Reviewed-on: https://gerrit.libreoffice.org/63237 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
Found with bin/find-unneeded-includes These were quite a bit entangled with each other thus a lot of fallout management was necessary. Also try harder to use fw declarations in files already checked Change-Id: Ia69c3a0d66ec2763ac03094aaa1b646a290d3cfa Reviewed-on: https://gerrit.libreoffice.org/56361 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2018-01-12More loplugin:cstylecast: scStephan Bergmann
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I987ac3a6d062600a5e21c3462c70595dfaa51796
2017-12-07loplugin:constparamsNoel Grandin
Change-Id: Ia322ecf8f80b28c58ec33d17ca9607401a92534b Reviewed-on: https://gerrit.libreoffice.org/45959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: scStephan Bergmann
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
2017-08-23loplugin:constparam in sc part2Noel Grandin
Change-Id: I4fd18096d7d22d8c146a2437906187d5df1cb268 Reviewed-on: https://gerrit.libreoffice.org/41447 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>