/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include #include #include #include #include #include #include #include #include #include "chartsh.hxx" #include "drwlayer.hxx" #include "sc.hrc" #include "viewdata.hxx" #include "document.hxx" #include "docpool.hxx" #include "drawview.hxx" #include "scresid.hxx" #define ScChartShell #include "scslots.hxx" using namespace css::uno; namespace drawing = com::sun::star::drawing; SFX_IMPL_INTERFACE(ScChartShell, ScDrawShell, ScResId(SCSTR_CHARTSHELL)) void ScChartShell::InitInterface_Impl() { GetStaticInterface()->RegisterObjectBar(SFX_OBJECTBAR_OBJECT | SFX_VISIBILITY_STANDARD | SFX_VISIBILITY_SERVER, ScResId(RID_DRAW_OBJECTBAR)); GetStaticInterface()->RegisterPopupMenu(ScResId(RID_POPUP_CHART)); } TYPEINIT1( ScChartShell, ScDrawShell ); ScChartShell::ScChartShell(ScViewData* pData) : ScDrawShell(pData) { SetHelpId( HID_SCSHELL_CHARTSH ); SetName( OUString("ChartObject") ); SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Context_Chart)); } ScChartShell::~ScChartShell() { } void ScChartShell::GetExportAsGraphicState( SfxItemSet& rSet ) { ScDrawView* pView = GetViewData()->GetScDrawView(); const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); bool bEnable = false; if( rMarkList.GetMarkCount() == 1 ) { SdrObject* pObj = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); if( pObj && pObj->ISA( SdrOle2Obj ) ) bEnable = true; } if( !bEnable ) rSet.DisableItem( SID_EXPORT_AS_GRAPHIC ); } void ScChartShell::ExecuteExportAsGraphic( SfxRequest& ) { ScDrawView* pView = GetViewData()->GetScDrawView(); const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); if( rMarkList.GetMarkCount() == 1 ) { SdrObject* pObject = rMarkList.GetMark( 0 )->GetMarkedSdrObj(); if( pObject && pObject->ISA( SdrOle2Obj ) ) { Reference< drawing::XShape > xSourceDoc = Reference< drawing::XShape >( pObject->getUnoShape(), UNO_QUERY_THROW ); GraphicHelper::SaveShapeAsGraphic( xSourceDoc ); } } Invalidate(); } void ScChartShell::HandleSelectionChange (void) { // Do not call the implementation in the base class. Let // Activate()/Deactivate() handle context switches. } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ffice-7-1 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-11-17 15:04:16 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-11-17 15:30:11 +0100
commit465f795ebd54ae65f2b2b844bb0cde8e99080e53 (patch)
tree5fca27fab83a315758659a5bcd4936d6e17adac4
parent46c2dbc56c98d8d5999c4302529b5154ec049ab8 (diff)
update translations for 7.2.3 rc2 libreoffice-7-2-3
and force-fix errors using pocheck Change-Id: I9831ca0a142e497522ca9235841fdfe83b0ac156 (cherry picked from commit 51986575f2cbca313f14375d2a4906612b0f6d34)
-rw-r--r--source/am/vcl/messages.po4
-rw-r--r--source/ast/cui/messages.po17
-rw-r--r--source/ast/editeng/messages.po8
-rw-r--r--source/ast/filter/source/config/fragments/filters.po4
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/ast/helpcontent2/source/text/shared/menu.po12
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/ast/sfx2/messages.po8
-rw-r--r--source/ast/svx/messages.po49
-rw-r--r--source/ast/sw/messages.po22
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/bn-IN/connectivity/messages.po14
-rw-r--r--source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po25
-rw-r--r--source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po23
-rw-r--r--source/bn-IN/desktop/messages.po14
-rw-r--r--source/bn-IN/dictionaries/ru_RU/dialog.po32
-rw-r--r--source/bn-IN/editeng/messages.po20
-rw-r--r--source/bn-IN/filter/source/config/fragments/types.po24
-rw-r--r--source/bn-IN/framework/messages.po14
-rw-r--r--source/bn-IN/helpcontent2/source/auxiliary.po122
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po85
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc.po42
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po18
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/menu.po28
-rw-r--r--source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/bn-IN/nlpsolver/src/locale.po17
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/bn-IN/readlicense_oo/docs.po22
-rw-r--r--source/bn-IN/reportdesign/messages.po22
-rw-r--r--source/bn-IN/sc/messages.po17
-rw-r--r--source/bn-IN/scp2/source/ooo.po16
-rw-r--r--source/bn-IN/scp2/source/writer.po49
-rw-r--r--source/bn-IN/sd/messages.po24
-rw-r--r--source/bn-IN/setup_native/source/mac.po15
-rw-r--r--source/bn-IN/sfx2/messages.po10
-rw-r--r--source/bn-IN/svtools/messages.po30
-rw-r--r--source/bn-IN/svx/messages.po22
-rw-r--r--source/bn-IN/sw/messages.po32
-rw-r--r--source/bn-IN/swext/mediawiki/help.po107
-rw-r--r--source/bn-IN/swext/mediawiki/src.po21
-rw-r--r--source/bn-IN/uui/messages.po13
-rw-r--r--source/ca/cui/messages.po22
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po4
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po11
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po12
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po36
-rw-r--r--source/ca/helpcontent2/source/text/simpress/02.po16
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po5
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/ca/sd/messages.po6
-rw-r--r--source/ca/svx/messages.po72
-rw-r--r--source/ca/sw/messages.po84
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/python.po4
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po416
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po52
-rw-r--r--source/cs/sd/messages.po12
-rw-r--r--source/cs/svx/messages.po8
-rw-r--r--source/cs/vcl/messages.po8
-rw-r--r--source/da/chart2/messages.po8
-rw-r--r--source/da/cui/messages.po10
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po50
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/da/sc/messages.po16
-rw-r--r--source/da/sd/messages.po8
-rw-r--r--source/da/svtools/messages.po8
-rw-r--r--source/da/sw/messages.po8
-rw-r--r--source/de/chart2/messages.po10
-rw-r--r--source/de/cui/messages.po22
-rw-r--r--source/de/filter/messages.po4
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po78
-rw-r--r--source/de/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po364
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po68
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po18
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po4
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/de/sc/messages.po30
-rw-r--r--source/de/sw/messages.po18
-rw-r--r--source/el/helpcontent2/source/text/sbasic/python.po30
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po16
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/03.po246
-rw-r--r--source/es/cui/messages.po8
-rw-r--r--source/es/filter/messages.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/es/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po6
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po8
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/es/readlicense_oo/docs.po8
-rw-r--r--source/es/sc/messages.po4
-rw-r--r--source/es/sfx2/messages.po6
-rw-r--r--source/es/svtools/messages.po6
-rw-r--r--source/es/svx/messages.po54
-rw-r--r--source/es/sw/messages.po6
-rw-r--r--source/eu/cui/messages.po4
-rw-r--r--source/eu/helpcontent2/source/text/scalc/04.po16
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/eu/svx/messages.po6
-rw-r--r--source/fi/cui/messages.po78
-rw-r--r--source/fi/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/fi/sc/messages.po6
-rw-r--r--source/fi/svtools/messages.po5
-rw-r--r--source/fi/svx/messages.po6
-rw-r--r--source/fi/sw/messages.po18
-rw-r--r--source/fi/wizards/source/resources.po8
-rw-r--r--source/fr/svtools/messages.po8
-rw-r--r--source/fy/cui/messages.po78
-rw-r--r--source/fy/sc/messages.po82
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/gug/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po4
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po6
-rw-r--r--source/gug/helpcontent2/source/text/simpress/guide.po8
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po12
-rw-r--r--source/id/basctl/messages.po10
-rw-r--r--source/id/cui/messages.po16
-rw-r--r--source/id/dbaccess/messages.po6
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/id/sc/messages.po16
-rw-r--r--source/id/sd/messages.po6
-rw-r--r--source/id/sfx2/messages.po10
-rw-r--r--source/id/svtools/messages.po10
-rw-r--r--source/id/svx/messages.po24
-rw-r--r--source/id/sw/messages.po58
-rw-r--r--source/id/uui/messages.po4
-rw-r--r--source/id/xmlsecurity/messages.po8
-rw-r--r--source/ja/basic/messages.po22
-rw-r--r--source/ja/chart2/messages.po12
-rw-r--r--source/ja/cui/messages.po10
-rw-r--r--source/ja/dictionaries/hu_HU/dialog.po45
-rw-r--r--source/ja/dictionaries/ru_RU/dialog.po10
-rw-r--r--source/ja/extensions/messages.po18
-rw-r--r--source/ja/filter/messages.po10
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po18
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/03.po26
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po14
-rw-r--r--source/ja/helpcontent2/source/text/scalc/02.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po22
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po42
-rw-r--r--source/ja/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po44
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po18
-rw-r--r--source/ja/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/ja/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po14
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po50
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po26
-rw-r--r--source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po36
-rw-r--r--source/ja/sc/messages.po12
-rw-r--r--source/ja/sfx2/messages.po10
-rw-r--r--source/ja/shell/source/win32/shlxthandler/res.po51
-rw-r--r--source/ja/starmath/messages.po10
-rw-r--r--source/ja/svtools/messages.po12
-rw-r--r--source/ja/sw/messages.po108
-rw-r--r--source/lt/cui/messages.po63
-rw-r--r--source/lt/dictionaries/sq_AL.po10
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/nb/accessibility/messages.po12
-rw-r--r--source/nb/connectivity/messages.po10
-rw-r--r--source/nb/dbaccess/messages.po14
-rw-r--r--source/nb/extensions/messages.po10
-rw-r--r--source/nb/filter/messages.po10
-rw-r--r--source/nb/helpcontent2/source/text/sdatabase.po84
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po300
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po211
-rw-r--r--source/nb/sw/messages.po10
-rw-r--r--source/nb/uui/messages.po14
-rw-r--r--source/nl/chart2/messages.po10
-rw-r--r--source/nl/cui/messages.po6
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/nl/sc/messages.po10
-rw-r--r--source/nl/sd/messages.po10
-rw-r--r--source/nl/sfx2/messages.po10
-rw-r--r--source/nl/svtools/messages.po6
-rw-r--r--source/nl/svx/messages.po8
-rw-r--r--source/nl/vcl/messages.po4
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po266
-rw-r--r--source/pa-IN/sw/messages.po181
-rw-r--r--source/pl/extras/source/autocorr/emoji.po8
-rw-r--r--source/pl/svx/messages.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po14
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/01.po38
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po12
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po22
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po26
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po28
-rw-r--r--source/pt/helpcontent2/source/text/swriter/librelogo.po10
-rw-r--r--source/sr/sc/messages.po528
-rw-r--r--source/sv/cui/messages.po8
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/sv/sfx2/classification.po12
-rw-r--r--source/sv/sfx2/messages.po40
-rw-r--r--source/sv/svtools/messages.po10
-rw-r--r--source/sv/sw/messages.po6
-rw-r--r--source/tr/cui/messages.po26
-rw-r--r--source/tr/dbaccess/messages.po8
-rw-r--r--source/tr/desktop/messages.po10
-rw-r--r--source/tr/extensions/messages.po10
-rw-r--r--source/tr/helpcontent2/source/auxiliary.po10
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/python.po24
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po12
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/02.po10
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/03.po8
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po16
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/tr/helpcontent2/source/text/scalc/02.po14
-rw-r--r--source/tr/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/tr/helpcontent2/source/text/scalc/05.po24
-rw-r--r--source/tr/helpcontent2/source/text/schart/00.po78
-rw-r--r--source/tr/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/tr/helpcontent2/source/text/sdatabase.po130
-rw-r--r--source/tr/helpcontent2/source/text/sdraw.po22
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/00.po24
-rw-r--r--source/tr/helpcontent2/source/text/sdraw/guide.po12
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po12
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po14
-rw-r--r--source/tr/helpcontent2/source/text/shared/02.po30
-rw-r--r--source/tr/helpcontent2/source/text/shared/04.po44
-rw-r--r--source/tr/helpcontent2/source/text/shared/05.po24
-rw-r--r--source/tr/helpcontent2/source/text/shared/06.po46
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/tr/helpcontent2/source/text/shared/help.po28
-rw-r--r--source/tr/helpcontent2/source/text/shared/menu.po16
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po14
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po8
-rw-r--r--source/tr/helpcontent2/source/text/simpress/04.po16
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/tr/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po76
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po46
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po28
-rw-r--r--source/tr/helpcontent2/source/text/swriter/menu.po18
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/tr/sc/messages.po8
-rw-r--r--source/tr/scp2/source/extensions.po30
-rw-r--r--source/tr/scp2/source/onlineupdate.po17
-rw-r--r--source/tr/sfx2/messages.po8
-rw-r--r--source/tr/svx/messages.po24
-rw-r--r--source/tr/sw/messages.po6
-rw-r--r--source/tr/uui/messages.po12
-rw-r--r--source/tr/wizards/messages.po8
-rw-r--r--source/tr/wizards/source/resources.po8
-rw-r--r--source/uk/cui/messages.po14
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po4
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po12
-rw-r--r--source/uk/svx/messages.po16
-rw-r--r--source/uk/sw/messages.po39
-rw-r--r--source/zh-CN/chart2/messages.po14
-rw-r--r--source/zh-CN/cui/messages.po32
-rw-r--r--source/zh-CN/dictionaries/en/dialog.po51
-rw-r--r--source/zh-CN/filter/messages.po44
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po12
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/zh-CN/sc/messages.po20
-rw-r--r--source/zh-CN/starmath/messages.po26
-rw-r--r--source/zh-CN/svx/messages.po16
-rw-r--r--source/zh-CN/vcl/messages.po38
-rw-r--r--source/zh-TW/sc/messages.po22
299 files changed, 4117 insertions, 4132 deletions
diff --git a/source/am/vcl/messages.po b/source/am/vcl/messages.po
index c99f50c5ee0..38915c0bdce 100644
--- a/source/am/vcl/messages.po
+++ b/source/am/vcl/messages.po
@@ -4,7 +4,7 @@ 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: 2021-06-04 13:11+0200\n"
-"PO-Revision-Date: 2021-09-12 16:36+0000\n"
+"PO-Revision-Date: 2021-11-08 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-7-2/vclmessages/am/>\n"
"Language: am\n"
@@ -1832,7 +1832,7 @@ msgstr "_ተጠቃሚ:"
#: vcl/uiconfig/ui/cupspassworddialog.ui:90
msgctxt "cupspassworddialog|label2"
msgid "_Password:"
-msgstr "_የ መግቢያ ቃል:"
+msgstr "የ _መግቢያ ቃል:"
#. tmXzc
#: vcl/uiconfig/ui/cupspassworddialog.ui:104
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 8fcdf760b01..63bded84cdf 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2021-07-08 10:35+0200\n"
-"PO-Revision-Date: 2021-10-17 18:31+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/cuimessages/ast/>\n"
"Language: ast\n"
@@ -1574,7 +1574,7 @@ msgstr "Ortografía"
#: cui/inc/strings.hrc:293
msgctxt "RID_SVXSTR_HYPH"
msgid "Hyphenation"
-msgstr "Dixebráu silábicu"
+msgstr "Guionáu"
#. XGkt6
#: cui/inc/strings.hrc:294
@@ -5835,7 +5835,7 @@ msgstr "Propiedaes"
#: cui/uiconfig/ui/breaknumberoption.ui:15
msgctxt "breaknumberoption|BreakNumberOption"
msgid "Hyphenation"
-msgstr "Dixebráu silábicu"
+msgstr "Guionáu"
#. kmYk5
#: cui/uiconfig/ui/breaknumberoption.ui:92
@@ -8883,7 +8883,7 @@ msgstr ""
#: cui/uiconfig/ui/effectspage.ui:498
msgctxt "effectspage|individualwordscb"
msgid "_Individual words"
-msgstr ""
+msgstr "Pallabres _individuales"
#. AP5Gy
#: cui/uiconfig/ui/effectspage.ui:506
@@ -11211,19 +11211,19 @@ msgstr ""
#: cui/uiconfig/ui/hyphenate.ui:18
msgctxt "hyphenate|HyphenateDialog"
msgid "Hyphenation"
-msgstr "Dixebráu silábicu"
+msgstr "Guionáu"
#. N4zDD
#: cui/uiconfig/ui/hyphenate.ui:50
msgctxt "hyphenate|hyphall"
msgid "Hyphenate All"
-msgstr "Separtar en sílabes too"
+msgstr "Guionalo too"
#. TraEA
#: cui/uiconfig/ui/hyphenate.ui:101
msgctxt "hyphenate|ok"
msgid "Hyphenate"
-msgstr "Separtar en sílabes"
+msgstr "Guionar"
#. 843cx
#: cui/uiconfig/ui/hyphenate.ui:109
@@ -11320,10 +11320,9 @@ msgstr ""
#. 46d7Z
#: cui/uiconfig/ui/iconselectordialog.ui:181
-#, fuzzy
msgctxt "iconselectordialog|deleteButton"
msgid "_Delete..."
-msgstr "Desaniciar..."
+msgstr "_Desaniciar..."
#. MEMzu
#: cui/uiconfig/ui/iconselectordialog.ui:188
diff --git a/source/ast/editeng/messages.po b/source/ast/editeng/messages.po
index 1ae379e18ed..49a815e7be2 100644
--- a/source/ast/editeng/messages.po
+++ b/source/ast/editeng/messages.po
@@ -4,7 +4,7 @@ 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: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2021-09-29 14:36+0000\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/editengmessages/ast/>\n"
"Language: ast\n"
@@ -1114,7 +1114,7 @@ msgstr "Tresparente"
#: include/editeng/editrids.hrc:198
msgctxt "RID_SVXITEMS_TRANSPARENT_FALSE"
msgid "Not Transparent"
-msgstr "Non Tresparente"
+msgstr "Non tresparente"
#. 2DCGC
#: include/editeng/editrids.hrc:199
@@ -1144,13 +1144,13 @@ msgstr "Ensin fin de páxina"
#: include/editeng/editrids.hrc:203
msgctxt "RID_SVXITEMS_SIZE_WIDTH"
msgid "Width: "
-msgstr "Anchu: "
+msgstr "Anchor: "
#. A6LqG
#: include/editeng/editrids.hrc:204
msgctxt "RID_SVXITEMS_SIZE_HEIGHT"
msgid "Height: "
-msgstr "Altu: "
+msgstr "Altor: "
#. EhDVf
#: include/editeng/editrids.hrc:205
diff --git a/source/ast/filter/source/config/fragments/filters.po b/source/ast/filter/source/config/fragments/filters.po
index 77f0dbf48e0..2fa4ea44308 100644
--- a/source/ast/filter/source/config/fragments/filters.po
+++ b/source/ast/filter/source/config/fragments/filters.po
@@ -4,7 +4,7 @@ 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-04-27 15:54+0200\n"
-"PO-Revision-Date: 2021-10-25 17:20+0000\n"
+"PO-Revision-Date: 2021-11-17 12:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/filtersourceconfigfragmentsfilters/ast/>\n"
"Language: ast\n"
@@ -24,7 +24,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "ADO Rowset XML"
-msgstr ""
+msgstr "XML de conxuntu de fileres ADO"
#. bjvBT
#: AbiWord.xcu
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index c0acbf6591f..871c3b00e81 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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: 2021-06-11 17:09+0200\n"
-"PO-Revision-Date: 2021-10-23 14:36+0000\n"
+"PO-Revision-Date: 2021-11-11 01:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-2/textshared01/ast/>\n"
"Language: ast\n"
@@ -9932,7 +9932,7 @@ msgctxt ""
"hd_id3147259\n"
"help.text"
msgid "Individual Words"
-msgstr ""
+msgstr "Pallabres individuales"
#. QSGAD
#: 02100200.xhp
@@ -16088,7 +16088,7 @@ msgctxt ""
"hd_id3153104\n"
"help.text"
msgid "Individual words"
-msgstr ""
+msgstr "Pallabres individuales"
#. LifTi
#: 05020200.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index 7e355b6c440..eff7e3fa3dc 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -4,16 +4,16 @@ 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: 2021-06-11 23:57+0200\n"
-"PO-Revision-Date: 2021-06-11 15:18+0000\n"
+"PO-Revision-Date: 2021-11-08 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-2/textsharedguide/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542196271.000000\n"
#. iharT
@@ -3911,7 +3911,7 @@ msgctxt ""
"FilterName_HTML__StarWriter_\n"
"help.text"
msgid "HTML Document (Writer)"
-msgstr ""
+msgstr "Documentu HTML (Writer)"
#. n9LGr
#: convertfilters.xhp
@@ -4118,7 +4118,7 @@ msgctxt ""
"FilterName_Text\n"
"help.text"
msgid "Text"
-msgstr ""
+msgstr "Testu"
#. mCyqh
#: convertfilters.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/menu.po b/source/ast/helpcontent2/source/text/shared/menu.po
index 660b5da00dd..b6963948d07 100644
--- a/source/ast/helpcontent2/source/text/shared/menu.po
+++ b/source/ast/helpcontent2/source/text/shared/menu.po
@@ -4,16 +4,16 @@ 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: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2019-11-08 18:45+0000\n"
+"PO-Revision-Date: 2021-11-08 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://vm137.documentfoundation.org/projects/libo_help-master/textsharedmenu/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-7-2/textsharedmenu/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1464059254.000000\n"
#. EEMss
@@ -77,7 +77,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Shape"
-msgstr ""
+msgstr "Forma"
#. MHwAt
#: insert_shape.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"hd_id030420161043484643\n"
"help.text"
msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/menu/insert_shape.xhp\">Forma</link>"
#. 9QTsN
#: insert_shape.xhp
@@ -149,7 +149,7 @@ msgctxt ""
"par_id030720160629547675\n"
"help.text"
msgid "Symbol"
-msgstr ""
+msgstr "Símbolu"
#. GCKeF
#: insert_shape.xhp
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office.po b/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 260905acb38..c0e708ff0ee 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office.po
@@ -4,16 +4,16 @@ 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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-05-28 21:15+0000\n"
+"PO-Revision-Date: 2021-11-17 12:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/officecfgregistrydataorgopenofficeoffice/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. HhMVS
@@ -125,7 +125,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~Text Document"
-msgstr "Documentu de ~Testu"
+msgstr "Documentu de ~testu"
#. FUrRQ
#: Common.xcu
@@ -235,7 +235,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Templates..."
-msgstr ""
+msgstr "Plantíes..."
#. BdL9G
#: Common.xcu
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 36944485e3b..7272de6e8e7 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ 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: 2021-07-01 17:54+0200\n"
-"PO-Revision-Date: 2021-10-23 04:36+0000\n"
+"PO-Revision-Date: 2021-11-16 01:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -20065,7 +20065,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Dimen~sions..."
-msgstr ""
+msgstr "Acotacione~s..."
#. TgPVp
#: GenericCommands.xcu
@@ -20075,7 +20075,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Language Status"
-msgstr "Estatus d'idioma"
+msgstr "Estáu de la llingua"
#. A3gYL
#: GenericCommands.xcu
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 97f55f5a32e..d57c77a95ba 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -4,7 +4,7 @@ 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: 2021-11-03 12:47+0100\n"
-"PO-Revision-Date: 2021-10-12 01:36+0000\n"
+"PO-Revision-Date: 2021-11-07 09:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/sfx2messages/ast/>\n"
"Language: ast\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: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1540149375.000000\n"
#. bHbFE
@@ -4922,7 +4922,7 @@ msgstr ""
#: sfx2/uiconfig/ui/templatedlg.ui:257
msgctxt "templatedlg|filter_application|tooltip_text"
msgid "Filter by Application"
-msgstr ""
+msgstr "Peñerar por aplicación"
#. tqVhJ
#: sfx2/uiconfig/ui/templatedlg.ui:259
@@ -4934,7 +4934,7 @@ msgstr "Toles aplicaciones"
#: sfx2/uiconfig/ui/templatedlg.ui:260
msgctxt "templatedlg|applist"
msgid "Text Documents"
-msgstr ""
+msgstr "Documentos de testu"
#. eECt7
#: sfx2/uiconfig/ui/templatedlg.ui:261
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 84f6f9189fc..18a3e6bf6c1 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -4,7 +4,7 @@ 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: 2021-11-03 12:47+0100\n"
-"PO-Revision-Date: 2021-09-22 20:36+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/svxmessages/ast/>\n"
"Language: ast\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: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022499.000000\n"
#. 3GkZj
@@ -2747,7 +2747,7 @@ msgstr "Puntu de referencia 2 Y"
#: include/svx/strings.hrc:481
msgctxt "SIP_EE_PARA_HYPHENATE"
msgid "Hyphenation"
-msgstr "Separtación silábica"
+msgstr "Guionáu"
#. HMmA6
#: include/svx/strings.hrc:482
@@ -10319,13 +10319,13 @@ msgstr "Saltu de páxina"
#: include/svx/svxitems.hrc:57
msgctxt "RID_ATTR_NAMES"
msgid "Hyphenation"
-msgstr "Separtación silábica"
+msgstr "Guionáu"
#. ZCVVC
#: include/svx/svxitems.hrc:58
msgctxt "RID_ATTR_NAMES"
msgid "Do not split paragraph"
-msgstr "Non dixebrar párrafu"
+msgstr "Nun dixebrar el párrafu"
#. XpVud
#: include/svx/svxitems.hrc:59
@@ -11123,98 +11123,86 @@ msgstr "Numberación nativa"
#. yLB7R
#. CHARS_CYRILLIC_UPPER_LETTER_BG
#: svx/inc/numberingtype.hrc:45
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Bulgarian)"
-msgstr "А, Б, .., Аа, Аб, ... (Búlgaru)"
+msgstr "А, Б, .., Аа, Аб, ... (búlgaru)"
#. JHskj
#. CHARS_CYRILLIC_LOWER_LETTER_BG
#: svx/inc/numberingtype.hrc:46
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Bulgarian)"
-msgstr "а, б, .., аа, аб, ... (Búlgaru)"
+msgstr "а, б, .., аа, аб, ... (búlgaru)"
#. sqKyt
#. CHARS_CYRILLIC_UPPER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:47
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Bulgarian)"
-msgstr "А, Б, .., Аа, Бб, ... (Búlgaru)"
+msgstr "А, Б, .., Аа, Бб, ... (búlgaru)"
#. QtcCE
#. CHARS_CYRILLIC_LOWER_LETTER_N_BG
#: svx/inc/numberingtype.hrc:48
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Bulgarian)"
-msgstr "а, б, .., аа, бб, ... (Búlgaru)"
+msgstr "а, б, .., аа, бб, ... (búlgaru)"
#. DeUDb
#. CHARS_CYRILLIC_UPPER_LETTER_RU
#: svx/inc/numberingtype.hrc:49
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Russian)"
-msgstr "А, Б, .., Аа, Аб, ... (Rusu)"
+msgstr "А, Б, .., Аа, Аб, ... (rusu)"
#. kAHJb
#. CHARS_CYRILLIC_LOWER_LETTER_RU
#: svx/inc/numberingtype.hrc:50
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Russian)"
-msgstr "а, б, .., аа, аб, ... (Rusu)"
+msgstr "а, б, .., аа, аб, ... (rusu)"
#. kHAr7
#. CHARS_CYRILLIC_UPPER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:51
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Russian)"
-msgstr "А, Б, .., Аа, Бб, ... (Rusu)"
+msgstr "А, Б, .., Аа, Бб, ... (rusu)"
#. Dkve7
#. CHARS_CYRILLIC_LOWER_LETTER_N_RU
#: svx/inc/numberingtype.hrc:52
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Russian)"
-msgstr "а, б, .., аа, бб, ... (Rusu)"
+msgstr "а, б, .., аа, бб, ... (rusu)"
#. EdfYn
#. CHARS_CYRILLIC_UPPER_LETTER_SR
#: svx/inc/numberingtype.hrc:53
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Serbian)"
-msgstr "А, Б, .., Аа, Аб, ... (Serbiu)"
+msgstr "А, Б, .., Аа, Аб, ... (serbiu)"
#. oFJkn
#. CHARS_CYRILLIC_LOWER_LETTER_SR
#: svx/inc/numberingtype.hrc:54
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Serbian)"
-msgstr "а, б, .., аа, аб, ... (Serbiu)"
+msgstr "а, б, .., аа, аб, ... (serbiu)"
#. oA7CM
#. CHARS_CYRILLIC_UPPER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:55
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Serbian)"
-msgstr "А, Б, .., Аа, Бб, ... (Serbiu)"
+msgstr "А, Б, .., Аа, Бб, ... (serbiu)"
#. Eom7M
#. CHARS_CYRILLIC_LOWER_LETTER_N_SR
#: svx/inc/numberingtype.hrc:56
-#, fuzzy
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Serbian)"
-msgstr "а, б, .., аа, бб, ... (Serbiu)"
+msgstr "а, б, .., аа, бб, ... (serbiu)"
#. p4hKs
#. CHARS_GREEK_UPPER_LETTER
@@ -11306,10 +11294,9 @@ msgstr "Primer páxina"
#. MHuCA
#: svx/inc/samecontent.hrc:20
-#, fuzzy
msgctxt "RID_SVXSTRARY_SAMECONTENT"
msgid "Left and Right Pages"
-msgstr "Flecha izquierda y drecha"
+msgstr "Páxines izquierdes y dereches"
#. XH8p4
#: svx/inc/samecontent.hrc:21
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index be5e747ee8c..cccbda68f6b 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -4,7 +4,7 @@ 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: 2021-11-03 12:48+0100\n"
-"PO-Revision-Date: 2021-11-03 11:58+0000\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-7-2/swmessages/ast/>\n"
"Language: ast\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: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. v3oJv
@@ -4450,19 +4450,19 @@ msgstr ""
#: sw/inc/strings.hrc:406
msgctxt "STR_HYPH_TITLE"
msgid "Hyphenation"
-msgstr "Separtación silábica"
+msgstr "Guionáu"
#. EDxsk
#: sw/inc/strings.hrc:407
msgctxt "STR_HYPH_MISSING"
msgid "Missing hyphenation data"
-msgstr ""
+msgstr "Nun hai datos de guionáu"
#. TEP66
#: sw/inc/strings.hrc:408
msgctxt "STR_HYPH_MISSING"
msgid "Please install the hyphenation package for locale “%1”."
-msgstr ""
+msgstr "Instala'l paquete de guionáu pa la llingua y rexón «%1»."
#. bJFYS
#: sw/inc/strings.hrc:409
@@ -9258,7 +9258,7 @@ msgstr "Esta versión del ficheru d'imaxe nun tien encontu"
#: sw/inc/strings.hrc:1266
msgctxt "STR_GRFILTER_FILTERERROR"
msgid "Image filter not found"
-msgstr "El filtru d'imaxe nun s'alcontró"
+msgstr "Nun s'alcontró'l filtru d'imaxe"
#. tEqyq
#: sw/inc/strings.hrc:1267
@@ -9295,13 +9295,13 @@ msgstr "Desaniciu"
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_AUTOFMT"
msgid "AutoCorrect"
-msgstr "AutoCorreición"
+msgstr "Correición automática"
#. YRAQL
#: sw/inc/strings.hrc:1273
msgctxt "STR_REDLINE_FORMATTED"
msgid "Formats"
-msgstr ""
+msgstr "Formatos"
#. ELCVU
#: sw/inc/strings.hrc:1274
@@ -9325,19 +9325,19 @@ msgstr "Páxina "
#: sw/inc/strings.hrc:1277
msgctxt "STR_PAGE_COUNT"
msgid "Page %1 of %2"
-msgstr ""
+msgstr "Páxina %1 de %2"
#. HSbzS
#: sw/inc/strings.hrc:1278
msgctxt "STR_PAGE_COUNT_CUSTOM"
msgid "Page %1 of %2 (Page %3)"
-msgstr ""
+msgstr "Páxina %1 de %2 (p. %3)"
#. a7tDc
#: sw/inc/strings.hrc:1279
msgctxt "STR_PAGE_COUNT_PRINTED"
msgid "Page %1 of %2 (Page %3 of %4 to print)"
-msgstr ""
+msgstr "Páxina %1 de %2 (p. %3 de %4 pa impr.)"
#. KjML8
#. Strings for gallery/background
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 2b0a481f657..b6bddbf66ff 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -4,16 +4,16 @@ 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: 2021-06-24 12:51+0200\n"
-"PO-Revision-Date: 2021-07-01 16:20+0000\n"
+"PO-Revision-Date: 2021-11-07 16:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
-"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
+"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-7-2/textswriter01/bg/>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.6.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562351067.000000\n"
@@ -25206,7 +25206,7 @@ msgctxt ""
"par_id3149297\n"
"help.text"
msgid "Alphabetical numbering with lowercase letters. After the first 26 entries, the numbering restarts at \"aa\"."
-msgstr "Азбучно номериране с големи букви. След първите 26 записа номерирането продължава с \"aa\"."
+msgstr "Азбучно номериране с малки букви. След първите 26 записа номерирането продължава с \"aa\"."
#. QiWFL
#: 06080100.xhp
@@ -25341,7 +25341,7 @@ msgctxt ""
"par_id334242345\n"
"help.text"
msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline> to open <emph>Styles</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes."
-msgstr "По подразбиране номерата на бележки под линия се подравняват наляво в областта за бележки. За подравнени надясно номера първо редактирайте стила на абзац <emph>Бележка под линия</emph>. Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>, за да отворите диалога <emph>Стилове</emph> и изберете <emph>Бележка под линия</emph>в списъка със стилове на абзаци. Отворете контекстното меню с десния бутон на мишката и изберете <emph>Промяна</emph>. В раздела <emph>Отстъпи и разредка</emph> задайте отстъп 0 от двете страни на абзаца, включително за първия ред. В раздела <emph>Табулатори</emph> създайте един подравнен отдясно табулатор на 12пкт и един подравнен отляво на 14пкт. После в диалога <emph>Настройки на бележки под линия/в края</emph> въведете <item type=\"input\">\\t</item> в текстовите полета <emph>Преди</emph> и <emph>След</emph>."
+msgstr "По подразбиране номерата на бележки под линия се подравняват наляво в областта за бележки. За подравнени надясно номера първо редактирайте стила на абзац <emph>Бележка под линия</emph>. Натиснете <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline>, за да отворите диалога <emph>Стилове</emph> и изберете <emph>Бележка под линия</emph> в списъка със стилове на абзаци. Отворете контекстното меню с десния бутон на мишката и изберете <emph>Промяна</emph>. В раздела <emph>Отстъпи и разредка</emph> задайте отстъп 0 от двете страни на абзаца, включително за първия ред. В раздела <emph>Табулатори</emph> създайте един подравнен отдясно табулатор на 12пкт и един подравнен отляво на 14пкт. После в диалога <emph>Настройки на бележки под линия/в края</emph> въведете <item type=\"input\">\\t</item> в текстовите полета <emph>Преди</emph> и <emph>След</emph>."
#. s8xS8
#: 06080100.xhp
diff --git a/source/bn-IN/connectivity/messages.po b/source/bn-IN/connectivity/messages.po
index cf01ee1234b..643771a5b96 100644
--- a/source/bn-IN/connectivity/messages.po
+++ b/source/bn-IN/connectivity/messages.po
@@ -4,16 +4,16 @@ 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: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2018-11-11 07:26+0000\n"
-"Last-Translator: Debraj <debrajdey.1999@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/connectivitymessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541921196.000000\n"
#. 9KHB8
@@ -21,7 +21,7 @@ msgstr ""
#: connectivity/inc/strings.hrc:25
msgctxt "STR_NO_CONNECTION_GIVEN"
msgid "No connection to the database exists."
-msgstr ""
+msgstr "ডাটাবেসের সাথে কোনো সংযোগ বিদ্যমান নেই।"
#. 5BYEX
#: connectivity/inc/strings.hrc:26
diff --git a/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
index d50801a3eee..56fb4785b48 100644
--- a/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po
@@ -3,19 +3,20 @@ 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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-09-07 15:05+0000\n"
-"Last-Translator: runab <runa.misc@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-14 20:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/connectivityregistryevoab2orgopenofficeofficedataaccess/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1347030304.0\n"
+"X-Generator: Weblate 4.8.1\n"
+"X-POOTLE-MTIME: 1369348376.000000\n"
+#. vCwUq
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -23,8 +24,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Evolution Local"
-msgstr "Evolution Local"
+msgstr "ইভোল্যুশন স্থানীয়"
+#. xjZD3
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -32,8 +34,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Evolution LDAP"
-msgstr "Evolution LDAP"
+msgstr "ইভোল্যুশন এলড্যাপ"
+#. Edqng
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -41,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "Groupwise"
-msgstr "Groupwise"
+msgstr "গ্রুপওয়াইজ"
diff --git a/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po b/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
index 2c7258c5739..8a513624616 100644
--- a/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
@@ -3,19 +3,20 @@ 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-10-21 20:58+0200\n"
-"PO-Revision-Date: 2018-11-04 06:18+0000\n"
-"Last-Translator: SHUBHRANIL NAG <nagshubhranil96@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-14 20:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/connectivityregistrymysql_jdbcorgopenofficeofficedataaccess/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541312307.000000\n"
+#. ny8vx
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -23,8 +24,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (JDBC)"
-msgstr "MySQL (JDBC)"
+msgstr "মাইএসকিউএল (জেডিবিসি)"
+#. F637n
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -32,8 +34,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (ODBC)"
-msgstr "MySQL (ODBC)"
+msgstr "মাইএসকিউএল (ওডিবিসি)"
+#. rcnrk
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -41,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (Native)"
-msgstr "MySQL (Native)"
+msgstr "মাইএসকিউএল প্রকৃতজ (নেটিভ)"
diff --git a/source/bn-IN/desktop/messages.po b/source/bn-IN/desktop/messages.po
index d4759fe477f..fc1cde007a2 100644
--- a/source/bn-IN/desktop/messages.po
+++ b/source/bn-IN/desktop/messages.po
@@ -4,16 +4,16 @@ 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: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2018-11-11 05:32+0000\n"
-"Last-Translator: sayantan <sayantandatta97@yahoo.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/desktopmessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541914352.000000\n"
#. v2iwK
@@ -104,7 +104,7 @@ msgstr "কনফিগারেশন ডাটা"
#: desktop/inc/strings.hrc:41
msgctxt "RID_STR_BASIC_LIB"
msgid "Basic Library"
-msgstr ""
+msgstr "মৌলিক লাইব্রেরি"
#. Tnphj
#: desktop/inc/strings.hrc:42
diff --git a/source/bn-IN/dictionaries/ru_RU/dialog.po b/source/bn-IN/dictionaries/ru_RU/dialog.po
index 18b14b62929..c333a00858c 100644
--- a/source/bn-IN/dictionaries/ru_RU/dialog.po
+++ b/source/bn-IN/dictionaries/ru_RU/dialog.po
@@ -3,19 +3,20 @@ 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-11-05 17:38+0100\n"
-"PO-Revision-Date: 2013-05-23 22:33+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/dictionariesru_rudialog/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369348438.000000\n"
+"X-Generator: Weblate 4.8.1\n"
+"X-POOTLE-MTIME: 1542022643.000000\n"
+#. iXbyq
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "Abbreviation"
msgstr "শব্দের সংক্ষিপ্ত রূপ"
+#. VdQup
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "Grammar"
msgstr "ব্যকরণ"
+#. FxusD
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -40,6 +43,7 @@ msgctxt ""
msgid "Compound words with hyphen"
msgstr "হাইফেন সহ কম্পাউন্ড শব্দ"
+#. bDa2k
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -48,6 +52,7 @@ msgctxt ""
msgid "Comma usage"
msgstr "কমা চিহ্নের ব্যবহার"
+#. MArab
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "General error"
msgstr "সাধারণ ত্রুটি"
+#. gFrYp
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "Multiword expressions"
msgstr "একাধিক শব্দ বিশিষ্ট এক্সপ্রেশন"
+#. CSQye
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "Together/separately"
msgstr "একসাথে/পৃথকভাবে"
+#. kFDBx
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "Proofreading"
msgstr "প্রুফ পরীক্ষা"
+#. 8oHz8
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -88,14 +97,16 @@ msgctxt ""
msgid "Space mistake"
msgstr "শূণ্যস্থানের ত্রুটি"
+#. RqxE9
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
"typographica\n"
"property.text"
msgid "Typographical"
-msgstr ""
+msgstr "মুদ্রণবিদ্যা সংক্রান্ত"
+#. FCFDQ
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "Word duplication"
msgstr "শব্দের প্রতিলিপি"
+#. 3ygV9
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "Others"
msgstr "অন্যান্য"
+#. m7eFp
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "Separation of large numbers (ISO)"
msgstr "বৃহৎ সংখ্যার ক্ষেত্রে বিভাজন (ISO)"
+#. XLh5S
#: ru_RU_en_US.properties
msgctxt ""
"ru_RU_en_US.properties\n"
diff --git a/source/bn-IN/editeng/messages.po b/source/bn-IN/editeng/messages.po
index a30b3fab913..2b4067f5598 100644
--- a/source/bn-IN/editeng/messages.po
+++ b/source/bn-IN/editeng/messages.po
@@ -4,16 +4,16 @@ 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: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2018-11-11 07:30+0000\n"
-"Last-Translator: biraj <brnet00@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/editengmessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541921444.000000\n"
#. BHYB4
@@ -45,7 +45,7 @@ msgstr "ডান প্রান্তিককরণ"
#: editeng/inc/strings.hrc:21
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify horizontally"
-msgstr ""
+msgstr "অনুভূমিকভাবে জাস্টিফাই করা"
#. DVmUh
#: editeng/inc/strings.hrc:22
@@ -82,20 +82,20 @@ msgstr "নিম্নে প্রান্তিক করুন"
#: editeng/inc/strings.hrc:32
msgctxt "RID_SVXITEMS_HORJUST_BLOCK"
msgid "Justify vertically"
-msgstr ""
+msgstr "উল্লম্বভাবে জাস্টিফাই"
#. WQZvF
#. enum SvxCellJustifyMethod ----------------------------------------------------
#: editeng/inc/strings.hrc:38
msgctxt "RID_SVXITEMS_JUSTMETHOD_AUTO"
msgid "Automatic Justify"
-msgstr ""
+msgstr "স্বয়ংক্রিয় জাস্টিফাই"
#. o9aJe
#: editeng/inc/strings.hrc:39
msgctxt "RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE"
msgid "Distributed Justify"
-msgstr ""
+msgstr "বিতরিত জাস্টিফাই"
#. wH3TZ
msgctxt "stock"
diff --git a/source/bn-IN/filter/source/config/fragments/types.po b/source/bn-IN/filter/source/config/fragments/types.po
index 1205bb9e5be..b34091475bc 100644
--- a/source/bn-IN/filter/source/config/fragments/types.po
+++ b/source/bn-IN/filter/source/config/fragments/types.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2021-04-22 09:37+0000\n"
+"PO-Revision-Date: 2021-11-17 12:43+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentstypes/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/filtersourceconfigfragmentstypes/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1528120782.000000\n"
#. VQegi
@@ -34,7 +34,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Microsoft Excel 2007–365 VBA XML"
-msgstr ""
+msgstr "মাইক্রোসফট এক্সেল ২০০৭-৩৬৫ ভিবিএ এক্সএমএল"
#. wZRKn
#: MS_Excel_2007_XML.xcu
@@ -44,7 +44,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Excel 2007–365"
-msgstr ""
+msgstr "এক্সেল ২০০৭-৩৬৫"
#. gE2YN
#: MS_Excel_2007_XML_Template.xcu
@@ -54,7 +54,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Excel 2007–365 Template"
-msgstr ""
+msgstr "এক্সেল ২০০৭-৩৬৫ নিয়ামক (টেম্পলেট)"
#. GGcpF
#: MS_PowerPoint_2007_XML.xcu
@@ -64,7 +64,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PowerPoint 2007–365"
-msgstr ""
+msgstr "পাওয়ারপয়েন্ট ২০০৭-৩৬৫"
#. RvEK3
#: MS_PowerPoint_2007_XML_AutoPlay.xcu
@@ -74,7 +74,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PowerPoint 2007–365"
-msgstr ""
+msgstr "পাওয়ারপয়েন্ট 2007–365"
#. 6sRkN
#: MS_PowerPoint_2007_XML_Template.xcu
@@ -84,7 +84,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PowerPoint 2007–365 Template"
-msgstr ""
+msgstr "পাওয়ারপয়েন্ট ২০০৭-৩৬৫ নিয়ামক (টেমপ্লেট)"
#. fALRm
#: MS_PowerPoint_2007_XML_VBA.xcu
@@ -94,7 +94,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PowerPoint 2007–365 VBA"
-msgstr ""
+msgstr "পাওয়ারপয়েন্ট 2007–365 ভিবিএ"
#. DPhAF
#: StarBase.xcu
@@ -154,7 +154,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "ADO Rowset XML"
-msgstr ""
+msgstr "এডিও পংতিশ্রেণী (রোসেট) এক্সএমএল"
#. jreBU
#: calc_Gnumeric.xcu
@@ -164,7 +164,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Gnumeric Spreadsheet"
-msgstr ""
+msgstr "জিনিউমেরিক স্প্রেডশীট"
#. XrFYG
#: calc_MS_Excel_2003_XML.xcu
diff --git a/source/bn-IN/framework/messages.po b/source/bn-IN/framework/messages.po
index 83073df5300..7e4d7826dbd 100644
--- a/source/bn-IN/framework/messages.po
+++ b/source/bn-IN/framework/messages.po
@@ -4,16 +4,16 @@ 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: 2021-06-11 17:08+0200\n"
-"PO-Revision-Date: 2018-11-11 05:27+0000\n"
-"Last-Translator: biraj <brnet00@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/frameworkmessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541914067.000000\n"
#. 5dTDC
@@ -50,7 +50,7 @@ msgstr "টুলবার কাস্টমাইজ করুন... (~C)"
#: framework/inc/strings.hrc:29
msgctxt "STR_TOOLBAR_UNDOCK_TOOLBAR"
msgid "U~ndock Toolbar"
-msgstr ""
+msgstr "ইউ-এন্ডক টুলবার"
#. 7GcGg
#: framework/inc/strings.hrc:30
diff --git a/source/bn-IN/helpcontent2/source/auxiliary.po b/source/bn-IN/helpcontent2/source/auxiliary.po
index f16e60e9021..c2a1b6129ce 100644
--- a/source/bn-IN/helpcontent2/source/auxiliary.po
+++ b/source/bn-IN/helpcontent2/source/auxiliary.po
@@ -4,16 +4,16 @@ 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: 2021-06-24 12:51+0200\n"
-"PO-Revision-Date: 2021-08-16 16:51+0000\n"
+"PO-Revision-Date: 2021-11-14 22:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/auxiliary/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-7-2/auxiliary/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.6.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1532004366.000000\n"
#. fEEXD
@@ -500,7 +500,7 @@ msgctxt ""
"1004\n"
"node.text"
msgid "%PRODUCTNAME Options"
-msgstr ""
+msgstr "%PRODUCTNAME বিকল্প"
#. d4gAD
#: shared.tree
@@ -509,7 +509,7 @@ msgctxt ""
"1005\n"
"node.text"
msgid "Wizards"
-msgstr ""
+msgstr "উইজার্ডস"
#. aXMeh
#: shared.tree
@@ -545,7 +545,7 @@ msgctxt ""
"100506\n"
"node.text"
msgid "HTML Export Wizard"
-msgstr ""
+msgstr "এইচটিএমএল এক্সপোর্ট উইজার্ড"
#. 8tHJK
#: shared.tree
@@ -554,7 +554,7 @@ msgctxt ""
"100510\n"
"node.text"
msgid "Document Converter Wizard"
-msgstr ""
+msgstr "নথি রূপান্তর উইজার্ড"
#. zhnAF
#: shared.tree
@@ -563,7 +563,7 @@ msgctxt ""
"1006\n"
"node.text"
msgid "Configuring %PRODUCTNAME"
-msgstr ""
+msgstr "%PRODUCTNAME সজ্জিতকরণ"
#. 2rp8T
#: shared.tree
@@ -572,7 +572,7 @@ msgctxt ""
"1007\n"
"node.text"
msgid "Working with the User Interface"
-msgstr ""
+msgstr "ব্যবহারকারীর ইন্টারফেসের সাথে কাজ করা"
#. mFuDH
#: shared.tree
@@ -581,7 +581,7 @@ msgctxt ""
"10071\n"
"node.text"
msgid "Digital Signatures"
-msgstr ""
+msgstr "ডিজিটাল স্বাক্ষর"
#. drtXn
#: shared.tree
@@ -590,7 +590,7 @@ msgctxt ""
"1008\n"
"node.text"
msgid "Printing, Faxing, Sending"
-msgstr ""
+msgstr "মুদ্রণ, ফ্যাক্সিং, প্রেরণ"
#. ZJbym
#: shared.tree
@@ -599,7 +599,7 @@ msgctxt ""
"1009\n"
"node.text"
msgid "Drag & Drop"
-msgstr ""
+msgstr "টেনে আনুন"
#. DFzj6
#: shared.tree
@@ -608,7 +608,7 @@ msgctxt ""
"1010\n"
"node.text"
msgid "Copy and Paste"
-msgstr ""
+msgstr "কপি এবং পেস্ট"
#. hQXmX
#: shared.tree
@@ -617,7 +617,7 @@ msgctxt ""
"1012\n"
"node.text"
msgid "Charts and Diagrams"
-msgstr ""
+msgstr "চার্ট এবং নকশা"
#. GVohQ
#: shared.tree
@@ -626,7 +626,7 @@ msgctxt ""
"1013\n"
"node.text"
msgid "Load, Save, Import, Export, PDF"
-msgstr ""
+msgstr "ভরণ, সংরক্ষণ, ইম্পোর্ট, এক্সপোর্ট, পিডিএফ"
#. Ty8Du
#: shared.tree
@@ -635,7 +635,7 @@ msgctxt ""
"1014\n"
"node.text"
msgid "Links and References"
-msgstr ""
+msgstr "লিংক এবং তথ্যসূত্র"
#. nDFsH
#: shared.tree
@@ -644,7 +644,7 @@ msgctxt ""
"1015\n"
"node.text"
msgid "Document Version Tracking"
-msgstr ""
+msgstr "নথি সংস্করণ অনুসরণ"
#. AnvYc
#: shared.tree
@@ -653,7 +653,7 @@ msgctxt ""
"1016\n"
"node.text"
msgid "Labels and Business Cards"
-msgstr ""
+msgstr "লেবেল এবং পেশা-কার্ড"
#. tEYBw
#: shared.tree
@@ -662,7 +662,7 @@ msgctxt ""
"1018\n"
"node.text"
msgid "Inserting External Data"
-msgstr ""
+msgstr "বহিরাগত তথ্য সন্নিবেশ"
#. X2KH4
#: shared.tree
@@ -671,7 +671,7 @@ msgctxt ""
"1019\n"
"node.text"
msgid "Automatic Functions"
-msgstr ""
+msgstr "স্বয়ংচালিত কাজ"
#. EGqAp
#: shared.tree
@@ -680,7 +680,7 @@ msgctxt ""
"1020\n"
"node.text"
msgid "Searching and Replacing"
-msgstr ""
+msgstr "অনুসন্ধান এবং প্রতিস্থাপন"
#. 4GGhC
#: shared.tree
@@ -689,7 +689,7 @@ msgctxt ""
"1021\n"
"node.text"
msgid "Guides"
-msgstr ""
+msgstr "পথনির্দেশ"
#. BjDNf
#: simpress.tree
@@ -698,7 +698,7 @@ msgctxt ""
"04\n"
"help_section.text"
msgid "Presentations (Impress)"
-msgstr ""
+msgstr "উপস্থাপনা (ইমপ্রেস)"
#. hBFX8
#: simpress.tree
@@ -707,7 +707,7 @@ msgctxt ""
"0401\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "সাধারণ অবগতি এবং ব্যবহারকারী ইন্টারফেসের ব্যবহার"
#. XaGTA
#: simpress.tree
@@ -716,7 +716,7 @@ msgctxt ""
"0402\n"
"node.text"
msgid "Command and Menu Reference"
-msgstr ""
+msgstr "আদেশ এবং তালিকা বিজ্ঞপ্তি"
#. ADAgH
#: simpress.tree
@@ -743,7 +743,7 @@ msgctxt ""
"0403\n"
"node.text"
msgid "Loading, Saving, Importing, Exporting and Redacting"
-msgstr ""
+msgstr "ভরণ, সংরক্ষণ, ইমপোর্টিং, এক্সপোরটিং এবং সংশোধন"
#. jMBsp
#: simpress.tree
@@ -779,7 +779,7 @@ msgctxt ""
"0407\n"
"node.text"
msgid "Objects, Graphics, and Bitmaps"
-msgstr ""
+msgstr "অবজেক্ট, ছবি (রৈখিক) এবং বিটম্যাপ"
#. aDbFG
#: simpress.tree
@@ -788,7 +788,7 @@ msgctxt ""
"0409\n"
"node.text"
msgid "Text in Presentations"
-msgstr ""
+msgstr "উপস্থাপনায় পাঠ্যাংশ"
#. s8GCo
#: simpress.tree
@@ -797,7 +797,7 @@ msgctxt ""
"0410\n"
"node.text"
msgid "Viewing"
-msgstr ""
+msgstr "দর্শন"
#. Lo4YZ
#: simpress.tree
@@ -806,7 +806,7 @@ msgctxt ""
"0411\n"
"node.text"
msgid "Slide Shows"
-msgstr ""
+msgstr "স্লাইড প্রদর্শনী"
#. m5CkC
#: smath.tree
@@ -815,7 +815,7 @@ msgctxt ""
"03\n"
"help_section.text"
msgid "Formulas (Math)"
-msgstr ""
+msgstr "সূত্র (গণিত)"
#. kAkAL
#: smath.tree
@@ -824,7 +824,7 @@ msgctxt ""
"0301\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "সাধারণ অবগতি এবং ব্যবহারকারী ইন্টারফেসের ব্যবহার"
#. 3BZ8j
#: smath.tree
@@ -833,7 +833,7 @@ msgctxt ""
"030101\n"
"node.text"
msgid "%PRODUCTNAME Formula Elements"
-msgstr ""
+msgstr "%PRODUCTNAME সূত্র উপাদানসমূহ"
#. V99im
#: smath.tree
@@ -842,7 +842,7 @@ msgctxt ""
"0302\n"
"node.text"
msgid "Command and Menu Reference"
-msgstr ""
+msgstr "আদেশ এবং তালিকা বিজ্ঞপ্তি"
#. CGoih
#: smath.tree
@@ -851,7 +851,7 @@ msgctxt ""
"0303\n"
"node.text"
msgid "Working with Formulas"
-msgstr ""
+msgstr "সূত্রের ব্যবহারবিধি"
#. FxCSV
#: swriter.tree
@@ -860,7 +860,7 @@ msgctxt ""
"02\n"
"help_section.text"
msgid "Text Documents (Writer)"
-msgstr ""
+msgstr "পাঠ্য নথি (ডকুমেন্টস)"
#. jWyEV
#: swriter.tree
@@ -869,7 +869,7 @@ msgctxt ""
"0201\n"
"node.text"
msgid "General Information and User Interface Usage"
-msgstr ""
+msgstr "সাধারণ অবগতি এবং ব্যবহারকারী ইন্টারফেসের ব্যবহার"
#. mT2iu
#: swriter.tree
@@ -878,7 +878,7 @@ msgctxt ""
"0202\n"
"node.text"
msgid "Command and Menu Reference"
-msgstr ""
+msgstr "আদেশ এবং তালিকা বিজ্ঞপ্তি"
#. 4RREa
#: swriter.tree
@@ -887,7 +887,7 @@ msgctxt ""
"020201\n"
"node.text"
msgid "Menus"
-msgstr "মেনু"
+msgstr "তালিকা"
#. SQkvD
#: swriter.tree
@@ -905,7 +905,7 @@ msgctxt ""
"0203\n"
"node.text"
msgid "Creating Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথি বানানো"
#. 7BQES
#: swriter.tree
@@ -914,7 +914,7 @@ msgctxt ""
"0204\n"
"node.text"
msgid "Graphics in Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে ছবি"
#. QsiTB
#: swriter.tree
@@ -923,7 +923,7 @@ msgctxt ""
"0205\n"
"node.text"
msgid "Tables in Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে ছক"
#. Xx5Fp
#: swriter.tree
@@ -932,7 +932,7 @@ msgctxt ""
"0206\n"
"node.text"
msgid "Objects in Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে অবজেক্ট"
#. 47SjN
#: swriter.tree
@@ -941,7 +941,7 @@ msgctxt ""
"0207\n"
"node.text"
msgid "Sections and Frames in Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে অধ্যায় ও ফ্রেম"
#. E2N9E
#: swriter.tree
@@ -950,7 +950,7 @@ msgctxt ""
"0208\n"
"node.text"
msgid "Tables of Contents and Indexes"
-msgstr ""
+msgstr "সূচিপত্র ও বর্ণানুক্রমিক সূচি"
#. yi6ro
#: swriter.tree
@@ -959,7 +959,7 @@ msgctxt ""
"0209\n"
"node.text"
msgid "Fields in Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে ফিল্ড"
#. AExWW
#: swriter.tree
@@ -968,7 +968,7 @@ msgctxt ""
"0210\n"
"node.text"
msgid "Navigating Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথিতে চলাচল করা"
#. ZgfjA
#: swriter.tree
@@ -977,7 +977,7 @@ msgctxt ""
"0211\n"
"node.text"
msgid "Calculating in Text Documents"
-msgstr "নথি গণনা করা হচ্ছে"
+msgstr "পাঠ্য নথিতে গণনা করা"
#. hjKKD
#: swriter.tree
@@ -986,7 +986,7 @@ msgctxt ""
"0212\n"
"node.text"
msgid "Formatting Text Documents"
-msgstr ""
+msgstr "পাঠ্য নথির বিন্যাসকরণ"
#. 6gFto
#: swriter.tree
@@ -995,7 +995,7 @@ msgctxt ""
"021201\n"
"node.text"
msgid "Templates and Styles"
-msgstr "ফর্মা এবং শৈলী"
+msgstr "ছাঁদ এবং শৈলী"
#. wVGdF
#: swriter.tree
@@ -1004,7 +1004,7 @@ msgctxt ""
"0213\n"
"node.text"
msgid "Special Text Elements"
-msgstr ""
+msgstr "বিশেষ তথ্য উপাদান"
#. FxdVR
#: swriter.tree
@@ -1013,7 +1013,7 @@ msgctxt ""
"0214\n"
"node.text"
msgid "Automatic Functions"
-msgstr ""
+msgstr "স্বয়ংক্রিয় কাজ"
#. hi36Q
#: swriter.tree
@@ -1022,7 +1022,7 @@ msgctxt ""
"0215\n"
"node.text"
msgid "Numbering and Lists"
-msgstr ""
+msgstr "সংখ্যায়ন এবং তালিকা"
#. 2FPcB
#: swriter.tree
@@ -1031,7 +1031,7 @@ msgctxt ""
"0216\n"
"node.text"
msgid "Spellchecking, Thesaurus, and Languages"
-msgstr ""
+msgstr "বানান যাচাই, প্রতিশব্দ এবং ভাষা"
#. vDffD
#: swriter.tree
@@ -1040,7 +1040,7 @@ msgctxt ""
"0218\n"
"node.text"
msgid "Troubleshooting Tips"
-msgstr ""
+msgstr "সমস্যা সমাধানে পরামর্শ"
#. qLMLk
#: swriter.tree
@@ -1049,7 +1049,7 @@ msgctxt ""
"0219\n"
"node.text"
msgid "Loading, Saving, Importing, Exporting and Redacting"
-msgstr ""
+msgstr "ভরণ, সংরক্ষণ, ইমপোর্টিং, এক্সপোরটিং এবং সংশোধন"
#. 8GC4J
#: swriter.tree
@@ -1058,7 +1058,7 @@ msgctxt ""
"0220\n"
"node.text"
msgid "Master Documents"
-msgstr ""
+msgstr "মূল নথি"
#. wbJh4
#: swriter.tree
@@ -1067,7 +1067,7 @@ msgctxt ""
"0221\n"
"node.text"
msgid "Links and References"
-msgstr ""
+msgstr "লিংক এবং তথ্যসূত্র"
#. vHzyn
#: swriter.tree
@@ -1076,7 +1076,7 @@ msgctxt ""
"0222\n"
"node.text"
msgid "Printing"
-msgstr "মুদ্রণ করছে"
+msgstr "মুদ্রিত হচ্ছে"
#. F4LCk
#: swriter.tree
@@ -1085,7 +1085,7 @@ msgctxt ""
"0223\n"
"node.text"
msgid "Searching and Replacing"
-msgstr ""
+msgstr "অনুসন্ধান এবং প্রতিস্থাপন"
#. CYQr2
#: swriter.tree
@@ -1094,4 +1094,4 @@ msgctxt ""
"06\n"
"help_section.text"
msgid "HTML Documents (Writer Web)"
-msgstr ""
+msgstr "এইচটিএমএল নথি (রাইটার ওয়েব)"
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
index 2cb22e95ce1..4c6dc1c341d 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po
@@ -3,19 +3,20 @@ 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-11-14 12:22+0100\n"
-"PO-Revision-Date: 2018-11-14 11:52+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-7-2/textsbasicshared01/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542196330.000000\n"
+#. arCRB
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "Macro"
msgstr "ম্যাক্রো"
+#. yo43H
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
msgstr "<bookmark_value>macros; Basic IDE</bookmark_value><bookmark_value>Basic IDE; macros</bookmark_value>"
+#. YAAFo
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -40,14 +43,16 @@ msgctxt ""
msgid "Macro"
msgstr "ম্যাক্রো"
+#. Knnfd
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
"par_id3152886\n"
"help.text"
msgid "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\">Opens the <emph>Macro</emph> dialog, where you can create, edit, organize, and run $[officename] Basic macros.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"makro\"><ahelp hid=\".uno:ChooseMacro\"> <emph>ম্যাক্রো</emph> dডায়লগ খুলুন, যেখানে আপনি $[officename] সাধারণ ম্যাক্রো তৈরি, পরিবর্তন, সংগঠন বা চালনা করতে পারবেন।</ahelp></variable>"
+#. YFNsk
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -56,14 +61,16 @@ msgctxt ""
msgid "Macro name"
msgstr "ম্যাক্রো নাম"
+#. oAFgs
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
"par_id3151116\n"
"help.text"
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/macronameedit\"> নির্বাচিত ম্যাক্রোর নাম। ম্যাক্রোর নতুন নাম দিতে বা পরিবর্তন করতে এখানে নাম লিখুন।</ahelp>"
+#. bAnLi
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "Macro from / Save macro in"
msgstr "থেকে ম্যাক্রো / এতে ম্যাক্রো সংরক্ষণ করা হবে"
+#. VGm8h
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/libraries\">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</ahelp>"
msgstr "<ahelp hid=\"HID_BASICIDE_LIBS\">আপনি যে লাইব্রেরি এবং মডিউলে ম্যাক্রোসমূহ খুলতে এবং সংরক্ষণ করতে পারেন সেগুলোকে তালিকাবদ্ধ করুন। একটি ম্যাক্রোকে নির্দিষ্ট নথিতে সংরক্ষণ করতে, নথিটি খোলে এই ডায়ালগটি খুলুন। </ahelp>"
+#. DS2rV
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -88,6 +97,7 @@ msgctxt ""
msgid "Run / Save"
msgstr "চালানো / সংরক্ষণ"
+#. FNpEE
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -96,6 +106,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/ok\">Runs or saves the current macro.</ahelp>"
msgstr ""
+#. q8TCE
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "Assign"
msgstr "ধার্য"
+#. oo9tG
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/assign\">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</ahelp>"
msgstr ""
+#. FPBtn
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "Edit"
msgstr "সম্পাদনা"
+#. FRwKP
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -128,6 +142,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/edit\">Starts the $[officename] Basic editor and opens the selected macro for editing.</ahelp>"
msgstr ""
+#. RbUsU
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -136,6 +151,7 @@ msgctxt ""
msgid "New/Delete"
msgstr "নতুন/মুছে ফেলা"
+#. 3eRrt
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -144,6 +160,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/delete\">Creates a new macro, or deletes the selected macro.</ahelp>"
msgstr ""
+#. XzjjH
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -152,6 +169,7 @@ msgctxt ""
msgid "To create a new macro, select the \"Standard\" module in the <emph>Macro from</emph> list, and then click <emph>New</emph>."
msgstr "একটি নতুন ম্যাক্রো তৈরি করতে, <emph>ম্যাক্রো হতে</emph> তালিকাতে বিদ্যমান \"আদর্শ\" মডিউল নির্বাচন করুন এবং <emph>নতুন</emph> ক্লিক করুন।"
+#. Bpdkd
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -160,6 +178,7 @@ msgctxt ""
msgid "To delete a macro, select it, and then click <emph>Delete</emph>."
msgstr "একটি ম্যাক্রো মুছে ফেলতে, একে নির্বাচন করে <emph>মুছে ফেলা</emph> ক্লিক করুন।"
+#. caLtQ
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -168,6 +187,7 @@ msgctxt ""
msgid "Organizer"
msgstr "সংগঠক"
+#. upvjA
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -176,6 +196,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/basicmacrodialog/organize\">Opens the <emph>Macro Organizer</emph> dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</ahelp>"
msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\"><emph>ম্যাক্রো সংগঠক</emph> ডায়ালগটি খোলা হয়, যেখানে আপনি উপস্থিত ম্যাক্রো ডায়ালগ, মডিউল, লাইব্রেরি যোগ, সম্পাদনা অথবা মুছে ফেলতে পারেন। </ahelp>"
+#. Ps6dk
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -184,6 +205,7 @@ msgctxt ""
msgid "Module/Dialog"
msgstr "মডিউল/ডায়ালগ"
+#. 98PeZ
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">Lists the existing macros and dialogs.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/library\">উপস্থিত ম্যাক্রো এবং ডায়ালগ তালিকাবদ্ধ করে।</ahelp>"
+#. F4DZ9
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "You can drag-and-drop a module or a dialog between libraries."
msgstr "আপনি লাইব্রেরির মধ্যে একটি ডায়ালগ অথবা মডিউলকে টেনে এনে ফেলতে পারেন।"
+#. nrET3
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "To copy a dialog or a module, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while you drag-and-drop."
msgstr "একটি ডায়ালগ অথবা মডিউলের অনুলিপি করতে, টেনে এনে ফেলার সময় <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline> <defaultinline>Ctrl</defaultinline></switchinline> কী চেপে ধরে রাখুন।"
+#. JXD8N
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "Edit"
msgstr "সম্পাদনা"
+#. 2fib2
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">Opens the selected macro or dialog for editing.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/edit\">সম্পাদনার জন্য নির্বাচিত ম্যাক্রো বা ডায়ালগ খোলে।</ahelp>"
+#. ZkR28
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -232,6 +259,7 @@ msgctxt ""
msgid "New"
msgstr "নতুন"
+#. vhX73
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -240,6 +268,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">Creates a new module.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newmodule\">নতুন মডিউল তৈরি করা হয়।</ahelp>"
+#. ztEAp
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -248,6 +277,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Creates a new dialog.</ahelp>"
msgstr ""
+#. 3hGbj
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -256,6 +286,7 @@ msgctxt ""
msgid "Libraries tab page"
msgstr "লাইব্রেরি ট্যাব পৃষ্ঠা"
+#. moZ4B
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -264,6 +295,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/modulepage/newdialog\">Lets you manage the macro libraries.</ahelp>"
msgstr ""
+#. KFVdv
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -272,6 +304,7 @@ msgctxt ""
msgid "Location"
msgstr "অবস্থান"
+#. 7LWSS
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -280,6 +313,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">Select the location containing the macro libraries that you want to organize.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/location\">ম্যাক্রো লাইব্রেরি ধারণকারী অবস্থান নির্বাচন করুন, যা সংগঠিত করতে চান।</ahelp>"
+#. hCRD2
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -288,6 +322,7 @@ msgctxt ""
msgid "Library"
msgstr "লাইব্রেরি"
+#. rFEdG
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -296,6 +331,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">Lists the macro libraries in the chosen location.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/library\">পছন্দকৃত অবস্থানে ম্যাক্রো লাইব্রেরিসমূহ তালিকাবদ্ধ করা হয়।</ahelp>"
+#. aB2et
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -304,6 +340,7 @@ msgctxt ""
msgid "Edit"
msgstr "সম্পাদনা"
+#. 9AugT
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -312,6 +349,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/edit\">$[officename] Basic সম্পাদক খোলে ফলে আপনি নির্বাচিত লাইব্রেরী পরিবর্তন করতে পরেন।</ahelp>"
+#. tSCY9
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -320,6 +358,7 @@ msgctxt ""
msgid "Password"
msgstr "পাসওয়ার্ড"
+#. FBAaE
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -328,6 +367,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">Assigns or edits the <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">password</link> for the selected library. \"Standard\" libraries cannot have a password.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/password\">নির্বাচিত লাইব্রেরির জন্য <link href=\"text/sbasic/shared/01/06130100.xhp\" name=\"password\">পাসওয়ার্ড</link> ধার্য অথবা সম্পাদনা করুন। \"আদর্শ\" লাইব্রেরির পাসওয়ার্ড থাকে না।</ahelp>"
+#. pGEKe
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -336,6 +376,7 @@ msgctxt ""
msgid "New"
msgstr "নতুন"
+#. dwNDg
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -344,6 +385,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">Creates a new library.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/libpage/new\">একটি নতুন লাইব্রেরী তৈরি করে।</ahelp>"
+#. GsfAY
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -352,6 +394,7 @@ msgctxt ""
msgid "Name"
msgstr "নাম"
+#. bfokw
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -360,6 +403,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">Enter a name for the new module, dialog, or library.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/newlibdialog/NewLibDialog\">নতুন মডিউল, ডায়ালগ অথবা লাইব্রেরির জন্য একটি নাম সন্নিবেশ করান।</ahelp>"
+#. wHUF6
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -368,6 +412,7 @@ msgctxt ""
msgid "Append"
msgstr "পরিশেষে যোগ"
+#. fE5qD
#: 06130000.xhp
msgctxt ""
"06130000.xhp\n"
@@ -376,6 +421,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/libpage/import\">Locate that $[officename] Basic library that you want to add to the current list, and then click <emph>Open</emph>.</ahelp>"
msgstr ""
+#. tBtMd
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -384,6 +430,7 @@ msgctxt ""
msgid "Change Password"
msgstr "পাসওয়ার্ড পরিবর্তন"
+#. PESmH
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -392,6 +439,7 @@ msgctxt ""
msgid "Change Password"
msgstr "পাসওয়ার্ড পরিবর্তন"
+#. 3tBDD
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -400,6 +448,7 @@ msgctxt ""
msgid "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">Protects the selected library with a password.</ahelp> You can enter a new password, or change the current password."
msgstr "<ahelp hid=\"svx/ui/passwd/PasswordDialog\">গুপ্তসঙ্কেত দ্বারা নির্বাচিত লাইব্রেরী রক্ষা করে। </ahelp>আপনি নতুন গুপ্তসঙ্কেত সন্নিবেশ করাতে পারেন, বা বর্তমান গুপ্তসঙ্কেত পরিবর্তন করতে পারেন।"
+#. iWG6y
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -408,6 +457,7 @@ msgctxt ""
msgid "Old password"
msgstr "পুরনো পাসওয়ার্ড"
+#. k6nT2
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -416,6 +466,7 @@ msgctxt ""
msgid "Password"
msgstr "পাসওয়ার্ড"
+#. dfHfJ
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -424,6 +475,7 @@ msgctxt ""
msgid "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">Enter the current password for the selected library.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/passwd/oldpassEntry\">নির্বাচিত লাইব্রেরীর জন্য বর্তমান পাসওয়ার্ড সন্নিবেশ করে।</ahelp>"
+#. SNztA
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -432,6 +484,7 @@ msgctxt ""
msgid "New password"
msgstr "নতুন পাসওয়ার্ড"
+#. HJt2y
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -440,6 +493,7 @@ msgctxt ""
msgid "Password"
msgstr "পাসওয়ার্ড"
+#. ArwCv
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -448,6 +502,7 @@ msgctxt ""
msgid "<ahelp hid=\"svx/ui/passwd/newpassEntry\">Enter a new password for the selected library.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/passwd/newpassEntry\">নির্বাচিত লাইব্রেরীর জন্য নতুন পাসওয়ার্ড সন্নিবেশ করে।</ahelp>"
+#. zVSGA
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -456,6 +511,7 @@ msgctxt ""
msgid "Confirm"
msgstr "নিশ্চিত"
+#. bhiTx
#: 06130100.xhp
msgctxt ""
"06130100.xhp\n"
@@ -464,6 +520,7 @@ msgctxt ""
msgid "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">Repeat the new password for the selected library.</ahelp>"
msgstr "<ahelp hid=\"svx/ui/passwd/confirmpassEntry\">নির্বাচিত লাইব্রেরিটির জন্য নতুন পাসওয়ার্ডটি পুনরায় লিখুন।</ahelp>"
+#. UkFBg
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -472,6 +529,7 @@ msgctxt ""
msgid "Append libraries"
msgstr "লাইব্রেরি পরিশেষে যোগ করুন"
+#. Su8Ye
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -480,6 +538,7 @@ msgctxt ""
msgid "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
msgstr "<bookmark_value>libraries; adding</bookmark_value><bookmark_value>inserting;Basic libraries</bookmark_value>"
+#. oiuro
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -488,6 +547,7 @@ msgctxt ""
msgid "Append libraries"
msgstr "লাইব্রেরি পরিশেষে যোগ করুন"
+#. NxEyN
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -496,6 +556,7 @@ msgctxt ""
msgid "Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click <emph>Open</emph>."
msgstr ""
+#. oHdrZ
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -504,6 +565,7 @@ msgctxt ""
msgid "File name:"
msgstr "ফাইলের নাম:"
+#. F59VP
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -512,6 +574,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">Enter a name or the path to the library that you want to append.</ahelp> You can also select a library from the list."
msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ImportLibDialog\">লাইব্রেরির পরিশেষে যোগ করতে চান এমন একটি নাম অথবা পাথ সন্নিবেশ করান।</ahelp> আপনি তালিকা থেকেও একটি লাইব্রেরি নির্বাচন করতে পারেন।"
+#. E4gQf
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -520,6 +583,7 @@ msgctxt ""
msgid "Options"
msgstr "অপশন"
+#. m2569
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -528,6 +592,7 @@ msgctxt ""
msgid "Insert as reference (read-only)"
msgstr "রেফারেন্স হিসেবে সন্নিবেশ করান (শুধুমাত্র পাঠযোগ্য)"
+#. q3kaa
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -536,6 +601,7 @@ msgctxt ""
msgid "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
msgstr "<ahelp hid=\"modules/BasicIDE/ui/importlibdialog/ref\">নির্বাচিত লাইব্রেরী শুধুমাত্র-পাঠযোগ্য ফাইল হিসেবে যুক্ত করে। প্রতিবার <item type=\"productname\">%PRODUCTNAME</item> চালু করলে লাইব্রেরী পুনঃলোড হয়।</ahelp>"
+#. kuDaX
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
@@ -544,6 +610,7 @@ msgctxt ""
msgid "Replace existing libraries"
msgstr "বিদ্যমান লাইব্রেরিসমূহ প্রতিস্থাপন করা হবে"
+#. iBdnG
#: 06130500.xhp
msgctxt ""
"06130500.xhp\n"
diff --git a/source/bn-IN/helpcontent2/source/text/scalc.po b/source/bn-IN/helpcontent2/source/text/scalc.po
index cd53ca85f9c..1998273fb37 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc.po
@@ -4,16 +4,16 @@ 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: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2017-05-09 16:58+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-14 22:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-7-2/textscalc/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1494349085.000000\n"
#. ZxQeC
@@ -212,7 +212,7 @@ msgctxt ""
"hd_id102720151109097115\n"
"help.text"
msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">খুলুন</link>"
+msgstr "<link href=\"text/scalc/01/03100000.xhp\">পৃষ্ঠা বিরতি</link>"
#. Hr8bk
#: main0103.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id102720151147483554\n"
"help.text"
msgid "Toggle the visibility of grid lines for the current sheet."
-msgstr ""
+msgstr "বর্তমান পাতার গ্রিড লাইনের দৃশ্যতা পরিবর্তন."
#. ZPjKe
#: main0103.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"hd_id033020170228348624\n"
"help.text"
msgid "Show Formula"
-msgstr ""
+msgstr "সূত্র প্রদর্শন"
#. KRDBb
#: main0103.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id03302017024610704\n"
"help.text"
msgid "Display the cell formula expression instead of the calculated result."
-msgstr ""
+msgstr "কোষে গণনা করা ফলের পরিবর্তে সূত্র প্রদর্শন"
#. 95G2n
#: main0103.xhp
@@ -257,7 +257,7 @@ msgctxt ""
"hd_id102720150908397549\n"
"help.text"
msgid "<link href=\"text/shared/01/gallery.xhp\">Gallery</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/gallery.xhp\">গ্যালারি</link>"
#. 8MsyZ
#: main0103.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3153896\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Insert</emph> menu contains commands for inserting new elements, such as images, text boxes, object, media, cell names and much more into the current sheet.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"><emph>সন্নিবেশ</emph> তালিকাতে বর্তমান পাতায় নতুন উপাদান যেমন ছবি, টেক্সটবক্স, অবজেক্ট, মিডিয়া, কোষের নাম এবং আরো অনেক কিছু সন্নিবেশের আদেশ আছে।</ahelp>"
#. ZmgWG
#: main0104.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"hd_id761577295440343\n"
"help.text"
msgid "Date"
-msgstr ""
+msgstr "তারিখ"
#. kzxk7
#: main0104.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id11577295470732\n"
"help.text"
msgid "Inserts the current date in the cell."
-msgstr ""
+msgstr "কোষে আজকের তারিখ সন্নিবেশ"
#. hvV2C
#: main0104.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"hd_id131577295445736\n"
"help.text"
msgid "Time"
-msgstr ""
+msgstr "সময়"
#. jTQVa
#: main0104.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"par_id91577295463980\n"
"help.text"
msgid "Inserts the current time in the cell."
-msgstr ""
+msgstr "কোষে বর্তমান সময় সন্নিবেশ"
#. CzRJY
#: main0104.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"hd_id621577296064493\n"
"help.text"
msgid "Field"
-msgstr ""
+msgstr "ফিল্ড"
#. 3EmAu
#: main0104.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"par_id391577296078546\n"
"help.text"
msgid "Opens a submenu for selecting the date, sheet name or document title in the cell."
-msgstr ""
+msgstr "একটি উপ তালিকা খোলে যা থেকে বর্তমান কোষে তারিখ, পাতার নাম বা নথির নাম চয়ন করা যায়"
#. JP4tR
#: main0105.xhp
@@ -527,7 +527,7 @@ msgctxt ""
"par_id3150440\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Tools</emph> menu contains commands to check spelling, to trace sheet references, to find mistakes and to define scenarios.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\"> <emph>টুলস</emph> তালিকাতে বানান যাচাই, পাতার উল্লেখ পরীক্ষা, ভুল পরীক্ষা ও দৃশ্যকল্প সংজ্ঞায়িত করার আদেশ আছে।</ahelp>"
#. NkvRH
#: main0106.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"par_id3156444\n"
"help.text"
msgid "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios."
-msgstr "An interesting feature is to be able to immediately view the results of changes made to one factor of calculations that are composed of several factors. For instance, you can see how changing the time period in a loan calculation affects the interest rates or repayment amounts. Furthermore, you can manage larger tables by using different predefined scenarios."
+msgstr "একটি আকর্ষণীয় বৈশিষ্ট হল একটি উপাদানের পরিবর্তন করে একটি বহু উৎপাদনযুক্ত গণনার পরিবর্তিত ফল তৎক্ষণাৎ দেখা। যেমন, আপনি দেখতে পারেন ঋণের সময়কাল পরিবর্তন করলে সুদের হার এবং পরিশোধ রাশি কি ভাবে পরিবর্তিত হয়। এছাড়াও, আপনি বিভিন্ন পুনর্নির্ধারিত দৃশ্যকল্পের ওপর ভিত্তি করে বড় বড় ছক (সারণি / টেবিল) চালনা করতে পারেন।"
#. JRYyA
#: main0503.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"par_id3154490\n"
"help.text"
msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
-msgstr "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
+msgstr "শুধুমাত্র কিছু মাউস ক্লীকার মাধ্যমে আপনি কিছু তথ্য পরিসীমা লুকোতে বা দেখতে পারেন, বা বিশেষ শর্তের ভিত্তিতে তথ্য পরিসীমার বিন্যাস করতে পারেন বা দ্রুত উপ-মোট বা মোট (টোটাল / সাব-টোটাল) গণনা করতে পারেন।"
#. JBCHF
#: main0503.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index a50ae32a0ad..29d30bf8a75 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -4,16 +4,16 @@ 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: 2021-06-11 17:09+0200\n"
-"PO-Revision-Date: 2018-11-14 11:52+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-7-2/textshared01/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542196336.000000\n"
#. 3u8hR
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "New"
-msgstr ""
+msgstr "নতুন"
#. vrUzp
#: 01010000.xhp
@@ -32,7 +32,7 @@ msgctxt ""
"hd_id3154788\n"
"help.text"
msgid "<link href=\"text/shared/01/01010000.xhp\" name=\"New\">New</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01010000.xhp\" name=\"New\">নতুন</link>"
#. nGQS8
#: 01010000.xhp
@@ -41,7 +41,7 @@ msgctxt ""
"par_id3145669\n"
"help.text"
msgid "<ahelp hid=\".uno:AddDirect\">Creates a new $[officename] document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:AddDirect\">একটি নতুন $[officename] নথি তৈরি করুন</ahelp>"
#. EjWWb
#: 01010000.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/menu.po b/source/bn-IN/helpcontent2/source/text/shared/menu.po
index a96debe5041..abdfc9ca58e 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/menu.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/menu.po
@@ -4,16 +4,16 @@ 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: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2016-05-24 03:07+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-14 22:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-7-2/textsharedmenu/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1464059260.000000\n"
#. EEMss
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Chart"
-msgstr ""
+msgstr "লেখচিত্র"
#. 7XEBK
#: insert_chart.xhp
@@ -32,7 +32,7 @@ msgctxt ""
"hd_id030420160945436725\n"
"help.text"
msgid "<link href=\"text/shared/menu/insert_chart.xhp\">Chart</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/menu/insert_chart.xhp\">লেখচিত্র</link>"
#. UMRau
#: insert_chart.xhp
@@ -41,7 +41,7 @@ msgctxt ""
"par_id030420160947559665\n"
"help.text"
msgid "<ahelp hid=\".\">Inserts a chart based on data from a cell or table range or with default data.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">একটি কোষ বা ছক (সারণি) বা সাধারণ তথ্য দিয়ে লেখচিত্র সন্নিবেশ</ahelp>"
#. kbBmz
#: insert_form_control.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Form Control Menu"
-msgstr ""
+msgstr "ফর্ম নিয়ন্ত্রণ তালিকা"
#. fxAGy
#: insert_form_control.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"hd_id030720160611303537\n"
"help.text"
msgid "<link href=\"text/shared/menu/insert_form_control.xhp\">Form Control</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/menu/insert_form_control.xhp\">ফর্ম নিয়ন্ত্রণ</link>"
#. exnvH
#: insert_form_control.xhp
@@ -68,7 +68,7 @@ msgctxt ""
"par_id03072016061205929\n"
"help.text"
msgid "<ahelp hid=\".\">This submenu contains form controls like a textbox, checkbox, option button, and listbox that can be inserted into the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">এই উপতালিকায় টেক্সটবক্স, চেকবক্স, অপশনবক্স, লিস্টবক্স জাতীয় ফর্ম নিয়ন্ত্রক আছে যা নথিতে প্রতিস্থাপিত করা যাবে.</ahelp>"
#. qHWBR
#: insert_shape.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Shape"
-msgstr ""
+msgstr "আকার"
#. MHwAt
#: insert_shape.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"hd_id030420161043484643\n"
"help.text"
msgid "<link href=\"text/shared/menu/insert_shape.xhp\">Shape</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/menu/insert_shape.xhp\">আকার</link>"
#. 9QTsN
#: insert_shape.xhp
diff --git a/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 651f926a03f..aa3da55009a 100644
--- a/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-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-03-31 10:35+0200\n"
-"PO-Revision-Date: 2021-05-27 15:37+0000\n"
+"PO-Revision-Date: 2021-11-14 20:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/instsetoo_nativeinc_openofficewindowsmsi_languages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542090266.000000\n"
#. tBfTE
@@ -1382,7 +1382,7 @@ msgctxt ""
"OOO_CONTROL_41\n"
"LngText.text"
msgid "{\\DialogDefault}{50}"
-msgstr ""
+msgstr "{\\DialogDefault}{50}"
#. QLsAy
#: Control.ulf
diff --git a/source/bn-IN/nlpsolver/src/locale.po b/source/bn-IN/nlpsolver/src/locale.po
index 1d284f18058..ecf691bcb17 100644
--- a/source/bn-IN/nlpsolver/src/locale.po
+++ b/source/bn-IN/nlpsolver/src/locale.po
@@ -4,16 +4,16 @@ 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: 2019-08-21 21:37+0200\n"
-"PO-Revision-Date: 2013-05-23 22:34+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/nlpsolversrclocale/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1369348469.000000\n"
#. sv3GB
@@ -131,7 +131,7 @@ msgctxt ""
"NLPSolverCommon.Properties.DEFactorMin\n"
"property.text"
msgid "DE: Min Scaling Factor (0-1.2)"
-msgstr ""
+msgstr "ডিই: ন্যূনতম স্কেলিং গুণক (০-১.২)"
#. 3DGzp
#: NLPSolverCommon_en_US.properties
@@ -140,7 +140,7 @@ msgctxt ""
"NLPSolverCommon.Properties.DEFactorMax\n"
"property.text"
msgid "DE: Max Scaling Factor (0-1.2)"
-msgstr ""
+msgstr "ডিই: সর্বাধিক স্কেলিং গুণক (০-১.২)"
#. VF6Xw
#: NLPSolverCommon_en_US.properties
@@ -393,4 +393,3 @@ msgctxt ""
"property.text"
msgid "Days"
msgstr "দিন"
-
diff --git a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
index 67897e44941..cb9ed6085ac 100644
--- a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,21 +4,20 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-07-01 17:54+0200\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2021-11-17 12:43+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/officecfgregistrydataorgopenofficeofficeui/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.6.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022645.000000\n"
#. W5ukN
#: BaseWindowState.xcu
-#, fuzzy
msgctxt ""
"BaseWindowState.xcu\n"
"..BaseWindowState.UIElements.States.private:resource/popupmenu/edit\n"
@@ -85,7 +84,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Go to Line..."
-msgstr ""
+msgstr "পংক্তিতে যান..."
#. zBWhV
#: BasicIDECommands.xcu
@@ -95,7 +94,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Repeat Search"
-msgstr ""
+msgstr "পুনঃ অনুসন্ধান"
#. Q9cEF
#: BasicIDECommands.xcu
@@ -165,7 +164,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Form Horizontal Scroll Bar"
-msgstr ""
+msgstr "অনুভূমিক স্ক্রলবার গঠন"
#. 6X6F7
#: BasicIDECommands.xcu
@@ -179,14 +178,13 @@ msgstr "ফর্ম স্পিন বোতাম"
#. Hw5Uq
#: BasicIDECommands.xcu
-#, fuzzy
msgctxt ""
"BasicIDECommands.xcu\n"
"..BasicIDECommands.UserInterface.Commands..uno:NewModule\n"
"Label\n"
"value.text"
msgid "BASIC Module"
-msgstr "BASIC মডিউল"
+msgstr "বেসিক (BASIC) মডিউল"
#. iPA78
#: BasicIDECommands.xcu
diff --git a/source/bn-IN/readlicense_oo/docs.po b/source/bn-IN/readlicense_oo/docs.po
index af7febd3055..607f76eecd8 100644
--- a/source/bn-IN/readlicense_oo/docs.po
+++ b/source/bn-IN/readlicense_oo/docs.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-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-10-27 12:31+0100\n"
-"PO-Revision-Date: 2018-11-12 11:37+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/readlicense_oodocs/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022646.000000\n"
#. q6Gg3
@@ -32,7 +32,7 @@ msgctxt ""
"LatestUpdates\n"
"readmeitem.text"
msgid "For the latest updates to this readme file, see <a href=\"https://git.libreoffice.org/core/tree/master/README.md\">https://git.libreoffice.org/core/tree/master/README.md</a>"
-msgstr ""
+msgstr "এই রীডমি নথিতে সাম্প্রতিকতম সংযোজনের জন্যে দেখুন <a href=\"https://git.libreoffice.org/core/tree/master/README.md\">https://git.libreoffice.org/core/tree/master/README.md</a>"
#. PUvpE
#: readme.xrm
@@ -50,7 +50,7 @@ msgctxt ""
"A7\n"
"readmeitem.text"
msgid "The ${PRODUCTNAME} community is responsible for the development of this product, and invites you to consider participating as a community member. If you are a new user, you can visit the ${PRODUCTNAME} site, where you will find lots of information about the ${PRODUCTNAME} project and the communities that exist around it. Go to <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
-msgstr ""
+msgstr "${PRODUCTNAME} পণ্যটি উন্নতির জন্য সম্প্রদায় দায়গ্রস্ত এবং আপনাকে এই সম্প্রদায়ে অংশগ্রহণ বিবেচনা করতে আবেদন জানায়। আপনি যদি নতুন ব্যবহারকারী হন, তাহলে আপনি ${PRODUCTNAME} সাইট-এ যেতে পারেন, যেখানে আপনি ${PRODUCTNAME} প্রকল্প সম্পর্কে অনেক তথ্য এবং এর সংক্রান্ত সম্প্রদায়গুলির সম্পর্কে জানতে পারবেন। যান - <a href=\"https://www.libreoffice.org/\">https://www.libreoffice.org/</a>."
#. EVaKB
#: readme.xrm
@@ -95,7 +95,7 @@ msgctxt ""
"A13b\n"
"readmeitem.text"
msgid "If you appreciate their efforts, and would like to ensure that ${PRODUCTNAME} continues to be available far into the future, please consider contributing to the project - see <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> for details. Everyone can make a contribution of some kind."
-msgstr ""
+msgstr "আপনি যদি এই প্রকল্পের সমাদর করেন এবং নিশ্চিত করতে চান যে ${PRODUCTNAME} সুদূর ভবিষ্যতেও উপলব্ধ থাকুক, অনুগ্রহ করে এই প্রকল্পে অবদান করুন - দেখুন <a href=\"https://www.documentfoundation.org/contribution/\">https://www.documentfoundation.org/contribution/</a> বিশদভাবে জানতে, সবাই কোনো না কোনো ভাবে অবদান রাখতে পারেন।"
#. B8wNY
#: readme.xrm
@@ -131,7 +131,7 @@ msgctxt ""
"macxiOSX\n"
"readmeitem.text"
msgid "macOS 10.10 (Yosemite) or higher"
-msgstr ""
+msgstr "ম্যাক ওএস ১০.১০ (য়োসেমিট) বা তদুর্ধ"
#. zfLqy
#: readme.xrm
@@ -140,7 +140,7 @@ msgctxt ""
"s2s3sdf21\n"
"readmeitem.text"
msgid "Microsoft Windows 7 SP1, 8, 8.1 Update (S14) or 10"
-msgstr ""
+msgstr "মাইক্রোসফট উইন্ডোস ৭ এস পি ১, ৮, ৮.১ আপডেট(এস১৪) বা ১০"
#. kaNFX
#: readme.xrm
diff --git a/source/bn-IN/reportdesign/messages.po b/source/bn-IN/reportdesign/messages.po
index 4985509fc30..740ec769ce2 100644
--- a/source/bn-IN/reportdesign/messages.po
+++ b/source/bn-IN/reportdesign/messages.po
@@ -4,16 +4,16 @@ 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: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2018-11-08 15:20+0000\n"
-"Last-Translator: SHUBHRANIL NAG <nagshubhranil96@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/reportdesignmessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541690458.000000\n"
#. FBVr9
@@ -48,7 +48,6 @@ msgstr "প্রতি পৃষ্ঠায়"
#. zemtQ
#: reportdesign/inc/stringarray.hrc:27
-#, fuzzy
msgctxt "RID_STR_GROUPKEEPTOGETHER_CONST"
msgid "Per Column"
msgstr "প্রতি কলামে"
@@ -61,24 +60,21 @@ msgstr "সকল পৃষ্ঠা"
#. GvoGV
#: reportdesign/inc/stringarray.hrc:34
-#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header"
-msgstr "প্রতিবেদনের শীর্ষচরণ/পাদচরণ সন্নিবেশ"
+msgstr "প্রতিবেদনের শিরোনামের সাথে নয়"
#. wchYh
#: reportdesign/inc/stringarray.hrc:35
-#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Footer"
-msgstr "প্রতিবেদনের শীর্ষচরণ/পাদচরণ সন্নিবেশ"
+msgstr "প্রতিবেদনের পদচরনের সাথে নয়"
#. uvfAP
#: reportdesign/inc/stringarray.hrc:36
-#, fuzzy
msgctxt "RID_STR_REPORTPRINTOPTION_CONST"
msgid "Not With Report Header/Footer"
-msgstr "প্রতিবেদনের শীর্ষচরণ/পাদচরণ সন্নিবেশ"
+msgstr "প্রতিবেদনের শীর্ষচরণ/পাদচরণের সহিত নয়"
#. ZC2oS
#: reportdesign/inc/stringarray.hrc:42
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index d873ed98d85..cdce4bbcb9c 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/sc/messages.po
@@ -4,16 +4,16 @@ 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: 2021-08-30 15:19+0200\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/scmessages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022648.000000\n"
#. kBovX
@@ -24,14 +24,12 @@ msgstr "ডাটাবেস"
#. eDPDn
#: sc/inc/compiler.hrc:27
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Date&Time"
msgstr "সময় ও তারিখ"
#. BbnPT
#: sc/inc/compiler.hrc:28
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Financial"
msgstr "আর্থিক"
@@ -44,31 +42,27 @@ msgstr "তথ্য"
#. 7bP4A
#: sc/inc/compiler.hrc:30
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Logical"
msgstr "যৌক্তিক"
#. XBcXD
#: sc/inc/compiler.hrc:31
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Mathematical"
msgstr "গাণিতিক"
#. iLDXL
#: sc/inc/compiler.hrc:32
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Array"
-msgstr "Array"
+msgstr "অ্যারে"
#. GzHHA
#: sc/inc/compiler.hrc:33
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Statistical"
-msgstr "পরিসংখ্যান"
+msgstr "পরিসংখ্যানগত"
#. vYqjB
#: sc/inc/compiler.hrc:34
@@ -78,7 +72,6 @@ msgstr "স্প্রেডশীট"
#. ZUnEM
#: sc/inc/compiler.hrc:35
-#, fuzzy
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
msgstr "পাঠ্য"
diff --git a/source/bn-IN/scp2/source/ooo.po b/source/bn-IN/scp2/source/ooo.po
index f42c64fa9af..2460223c444 100644
--- a/source/bn-IN/scp2/source/ooo.po
+++ b/source/bn-IN/scp2/source/ooo.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-05-05 17:16+0200\n"
-"PO-Revision-Date: 2018-11-12 11:37+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-16 01:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/scp2sourceooo/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Language: bn_BD\n"
"X-POOTLE-MTIME: 1542022649.000000\n"
@@ -42,7 +42,7 @@ msgctxt ""
"STR_FI_NAME_SAFEMODE\n"
"LngText.text"
msgid "%PRODUCTNAME (Safe Mode)"
-msgstr ""
+msgstr "%PRODUCTNAME (নিরাপদ দশা)"
#. sRSeW
#: folderitem_ooo.ulf
@@ -51,7 +51,7 @@ msgctxt ""
"STR_FI_TOOLTIP_SOFFICE\n"
"LngText.text"
msgid "LibreOffice, the office productivity suite provided by The Document Foundation. See https://www.documentfoundation.org"
-msgstr ""
+msgstr "দ ডকুমেন্ট ফাউন্ডেশন লিব্রেঅফিস পণ্যটি সরবরাহ করে। দেখুন https://www.documentfoundation.org"
#. Bf97K
#: module_helppack.ulf
diff --git a/source/bn-IN/scp2/source/writer.po b/source/bn-IN/scp2/source/writer.po
index 975586af08a..00482a989dd 100644
--- a/source/bn-IN/scp2/source/writer.po
+++ b/source/bn-IN/scp2/source/writer.po
@@ -3,19 +3,20 @@ 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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-17 08:33+0000\n"
-"Last-Translator: Saibal <sray@redhat.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-14 20:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/scp2sourcewriter/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1418805232.000000\n"
+#. V3iDr
#: folderitem_writer.ulf
msgctxt ""
"folderitem_writer.ulf\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "HTML Document"
msgstr "HTML নথি"
+#. SL8qT
#: folderitem_writer.ulf
msgctxt ""
"folderitem_writer.ulf\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "Text Document"
msgstr "পাঠ্য নথি"
+#. QEKcn
#: folderitem_writer.ulf
msgctxt ""
"folderitem_writer.ulf\n"
@@ -40,14 +43,16 @@ msgctxt ""
msgid "Create and edit text and images in letters, reports, documents and Web pages by using Writer."
msgstr "রাইটার ব্যবহার করে চিঠিপত্র, রিপোর্ট, নথি এবং ওয়েবপেজের লেখা ও ছবি তৈরি এবং সম্পাদনা করুন।"
+#. 3iX4u
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
"STR_NAME_MODULE_PRG_WRT\n"
"LngText.text"
msgid "%PRODUCTNAME Writer"
-msgstr "%PRODUCTNAME Writer"
+msgstr "%PRODUCTNAME লেখক"
+#. FEGQU
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "Create and edit text and images in letters, reports, documents and Web pages by using %PRODUCTNAME Writer."
msgstr "%PRODUCTNAME Writer ব্যবহার করে চিঠি, প্রতিবেদনে, নথি এবং ওয়েব পেজের লেখা এবং ছবি তৈরি ও সম্পাদনা করুন।"
+#. GCUDe
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "Program Module"
msgstr "প্রোগ্রাম মডিউল"
+#. CzaW6
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
@@ -72,22 +79,25 @@ msgctxt ""
msgid "The application %PRODUCTNAME Writer"
msgstr "%PRODUCTNAME Writer অ্যাপ্লিকেশন"
+#. zYAFQ
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
"STR_NAME_MODULE_PRG_WRT_HELP\n"
"LngText.text"
msgid "%PRODUCTNAME Writer Help"
-msgstr "%PRODUCTNAME Writer সহায়তা"
+msgstr "%PRODUCTNAME Writer সহায়িকা"
+#. j3zwV
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
"STR_DESC_MODULE_PRG_WRT_HELP\n"
"LngText.text"
msgid "Help about %PRODUCTNAME Writer"
-msgstr "%PRODUCTNAME Writer সম্পর্কিত সহায়তা"
+msgstr "%PRODUCTNAME Writer সম্পর্কিত সহায়িকা"
+#. 5BavU
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
@@ -96,14 +106,16 @@ msgctxt ""
msgid "LaTeX Export"
msgstr "LaTeX এক্সপোর্ট"
+#. YN2aC
#: module_writer.ulf
msgctxt ""
"module_writer.ulf\n"
"STR_DESC_MODULE_PRG_WRT_WRITER2LATEX\n"
"LngText.text"
msgid "LaTeX export filter for Writer documents."
-msgstr "Writer নথির জন্য LaTeX এক্সপোর্ট পরিশোধক।"
+msgstr "Writer নথির জন্য ল্যাটেক্স এক্সপোর্ট পরিশোধক।"
+#. 9mhd6
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "&New"
msgstr "নতুন (&N)"
+#. GaQQD
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "%SXWFORMATNAME %SXWFORMATVERSION Text Document"
msgstr "%SXWFORMATNAME %SXWFORMATVERSION পাঠ্য নথি"
+#. dG5h9
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -128,6 +142,7 @@ msgctxt ""
msgid "%SXWFORMATNAME %SXWFORMATVERSION Master Document"
msgstr "%SXWFORMATNAME %SXWFORMATVERSION মাস্টার নথি"
+#. iZ8qv
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -136,6 +151,7 @@ msgctxt ""
msgid "%SXWFORMATNAME %SXWFORMATVERSION Text Document Template"
msgstr "%SXWFORMATNAME %SXWFORMATVERSION পাঠ্য নথির ফর্মা"
+#. Xd6BL
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -144,6 +160,7 @@ msgctxt ""
msgid "OpenDocument Text"
msgstr "OpenDocument লেখ"
+#. HACXx
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -152,6 +169,7 @@ msgctxt ""
msgid "OpenDocument Text Template"
msgstr "OpenDocument লেখ ফর্মা"
+#. LNxi7
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -160,6 +178,7 @@ msgctxt ""
msgid "OpenDocument Master Document"
msgstr "OpenDocument মাস্টার নথি"
+#. 9pRkz
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -168,6 +187,7 @@ msgctxt ""
msgid "HTML Document Template"
msgstr "HTML নথির ফর্মা"
+#. 9LaGH
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -176,6 +196,7 @@ msgctxt ""
msgid "Microsoft Word 97-2003 Document"
msgstr "Microsoft Word ৯৭-২০০৩ নথি"
+#. S7R4Z
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -184,6 +205,7 @@ msgctxt ""
msgid "Microsoft Word Document"
msgstr "Microsoft Word নথি"
+#. uEDNQ
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "Microsoft Word 97-2003 Template"
msgstr "Microsoft Word ৯৭-২০০৩ ফর্মা"
+#. kzVhN
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "Microsoft Word Template"
msgstr "Microsoft Word ফর্মা"
+#. wyEB5
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "Rich Text Document"
msgstr "রিচ টেক্সট ডকুমেন্ট"
+#. 2xDoA
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "Uniform Office Format Text Document"
msgstr "ইউনিফর্ম অফিস ফর্ম্যাট টেক্সট ডকুমেন্ট"
+#. jaoyB
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "Lotus Word Pro Document"
msgstr "লোটাস ওয়ার্ড প্রো ডকুমেন্ট"
+#. B4Fya
#: registryitem_writer.ulf
msgctxt ""
"registryitem_writer.ulf\n"
diff --git a/source/bn-IN/sd/messages.po b/source/bn-IN/sd/messages.po
index 723075fb9a7..c3189c24194 100644
--- a/source/bn-IN/sd/messages.po
+++ b/source/bn-IN/sd/messages.po
@@ -4,16 +4,16 @@ 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: 2021-08-30 15:20+0200\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/sdmessages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022649.000000\n"
#. WDjkB
@@ -44,43 +44,43 @@ msgstr "রূপরেখা"
#: sd/inc/DocumentRenderer.hrc:34
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "According to layout"
-msgstr ""
+msgstr "বিন্যাস অনুসরণ করে"
#. FBUYC
#: sd/inc/DocumentRenderer.hrc:35
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "1"
-msgstr ""
+msgstr "১"
#. EHHWd
#: sd/inc/DocumentRenderer.hrc:36
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "2"
-msgstr ""
+msgstr "২"
#. UF5Xv
#: sd/inc/DocumentRenderer.hrc:37
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "3"
-msgstr ""
+msgstr "৩"
#. 2VEN3
#: sd/inc/DocumentRenderer.hrc:38
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "4"
-msgstr ""
+msgstr "৪"
#. fZdRe
#: sd/inc/DocumentRenderer.hrc:39
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "6"
-msgstr ""
+msgstr "৬"
#. NjtiN
#: sd/inc/DocumentRenderer.hrc:40
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE_CHOICES"
msgid "9"
-msgstr ""
+msgstr "৯"
#. rEFBA
#: sd/inc/DocumentRenderer.hrc:45
@@ -90,17 +90,15 @@ msgstr "বাম থেকে ডানে, এরপর নিচে"
#. 2ZwsC
#: sd/inc/DocumentRenderer.hrc:46
-#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_ORDER_CHOICES"
msgid "Top to bottom, then right"
msgstr "উপর থেকে নিচে, এরপর ডানে"
#. peBEn
#: sd/inc/DocumentRenderer.hrc:51
-#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY_CHOICES"
msgid "Original colors"
-msgstr "আসল রং"
+msgstr "মূল রং"
#. hoEiK
#: sd/inc/DocumentRenderer.hrc:52
diff --git a/source/bn-IN/setup_native/source/mac.po b/source/bn-IN/setup_native/source/mac.po
index b2bf91e1cd8..89b88e44458 100644
--- a/source/bn-IN/setup_native/source/mac.po
+++ b/source/bn-IN/setup_native/source/mac.po
@@ -4,16 +4,16 @@ 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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2018-11-04 06:35+0000\n"
-"Last-Translator: AparnaKarmakar <aparnakarnakar@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/setup_nativesourcemac/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541313350.000000\n"
#. HQKCW
@@ -23,7 +23,7 @@ msgctxt ""
"OKLabel\n"
"LngText.text"
msgid "OK"
-msgstr ""
+msgstr "ঠিক"
#. 4PBRu
#: macinstall.ulf
@@ -222,4 +222,3 @@ msgctxt ""
"LngText.text"
msgid "Installation of [FULLPRODUCTNAME] completed"
msgstr "[FULLPRODUCTNAME] এর ইনস্টলেশন সম্পূর্ণ"
-
diff --git a/source/bn-IN/sfx2/messages.po b/source/bn-IN/sfx2/messages.po
index 38c08d29976..f9b687db358 100644
--- a/source/bn-IN/sfx2/messages.po
+++ b/source/bn-IN/sfx2/messages.po
@@ -4,16 +4,16 @@ 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: 2021-11-03 12:47+0100\n"
-"PO-Revision-Date: 2021-08-25 05:04+0000\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/sfx2messages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1541922641.000000\n"
#. bHbFE
@@ -62,7 +62,7 @@ msgstr "সম্পাদনা"
#: include/sfx2/strings.hrc:32
msgctxt "STR_DEFAULT_TEMPLATE"
msgid "Set as Default"
-msgstr ""
+msgstr "সাধারণ হিসাবে সংরক্ষণ"
#. kZmDk
#: include/sfx2/strings.hrc:33
@@ -80,7 +80,7 @@ msgstr "মুছে ফেলুন"
#: include/sfx2/strings.hrc:35
msgctxt "STR_SFX_RENAME"
msgid "Rename"
-msgstr ""
+msgstr "নাম পরিবর্তন"
#. C2ngg
#: include/sfx2/strings.hrc:36
diff --git a/source/bn-IN/svtools/messages.po b/source/bn-IN/svtools/messages.po
index b52393af2aa..5b489570107 100644
--- a/source/bn-IN/svtools/messages.po
+++ b/source/bn-IN/svtools/messages.po
@@ -4,16 +4,16 @@ 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: 2021-11-03 12:47+0100\n"
-"PO-Revision-Date: 2018-11-14 11:34+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn_IN\n"
+"PO-Revision-Date: 2021-11-17 02:37+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/svtoolsmessages/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542195261.000000\n"
#. fLdeV
@@ -28,7 +28,7 @@ msgstr "পূর্বাবস্থায় ফিরিয়ে আনা:
#: include/svtools/strings.hrc:27
msgctxt "STR_REDO"
msgid "Redo: "
-msgstr ""
+msgstr "পুনরায় করুন: "
#. 2utVD
#: include/svtools/strings.hrc:28
@@ -46,43 +46,43 @@ msgstr "অবিন্যাসিত লেখ"
#: include/svtools/strings.hrc:31
msgctxt "STR_FORMAT_ID_STRING_TSVC"
msgid "Unformatted text (TSV-Calc)"
-msgstr ""
+msgstr "বিন্যাসহীন পাঠ্য (টিএসভি-ক্যাল্ক)"
#. U29gL
#: include/svtools/strings.hrc:32
msgctxt "STR_FORMAT_BITMAP"
msgid "Bitmap Image (BMP)"
-msgstr ""
+msgstr "বিটম্যাপ চিত্র (বিএমপি)"
#. vnBpN
#: include/svtools/strings.hrc:33
msgctxt "STR_FORMAT_GDIMETAFILE"
msgid "Graphics Device Interface metafile (GDI)"
-msgstr ""
+msgstr "চিত্রলেখ যন্ত্র ইন্টারফেস মেটাফাইল (জিডিআই)"
#. xt4VZ
#: include/svtools/strings.hrc:34
msgctxt "STR_FORMAT_RTF"
msgid "Rich text formatting (RTF)"
-msgstr ""
+msgstr "রিচ টেক্সট বিন্যাস (আরটিএফ)"
#. wwEZs
#: include/svtools/strings.hrc:35
msgctxt "STR_FORMAT_ID_RICHTEXT"
msgid "Rich text formatting (Richtext)"
-msgstr ""
+msgstr "রিচ টেক্সট বিন্যাস (রিচটেক্সট)"
#. oZgfj
#: include/svtools/strings.hrc:36
msgctxt "STR_FORMAT_ID_DRAWING"
msgid "%PRODUCTNAME drawing format"
-msgstr ""
+msgstr "%PRODUCTNAME অঙ্কন বিন্যাস"
#. 84ABF
#: include/svtools/strings.hrc:37
msgctxt "STR_FORMAT_ID_SVXB"
msgid "StarView bitmap/animation (SVXB)"
-msgstr ""
+msgstr "স্টারভিউ বিটম্যাপ/অ্যানিমেশন (এসভিএক্সবি)"
#. CCGwi
#: include/svtools/strings.hrc:38
@@ -94,7 +94,7 @@ msgstr "Svx অভ্যন্তরীণ সংযোগের অবস্থ
#: include/svtools/strings.hrc:39
msgctxt "STR_FORMAT_ID_SOLK"
msgid "%PRODUCTNAME Link (SOLK)"
-msgstr ""
+msgstr "%PRODUCTNAME সংযোগ / লিংক (এসওএলকে)"
#. CdJBD
#: include/svtools/strings.hrc:40
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index 0cb38753b37..f039ca551ab 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/messages.po
@@ -4,21 +4,20 @@ 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: 2021-11-03 12:47+0100\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/svxmessages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022652.000000\n"
#. 3GkZj
#: include/svx/strings.hrc:25
-#, fuzzy
msgctxt "STR_ObjNameSingulNONE"
msgid "Drawing object"
msgstr "অঙ্কন বস্তু"
@@ -31,24 +30,21 @@ msgstr "অঙ্কন বস্তু"
#. MLbZt
#: include/svx/strings.hrc:27
-#, fuzzy
msgctxt "STR_ObjNameSingulGRUP"
msgid "Group object"
-msgstr "গ্রুপ বস্তু"
+msgstr "গোষ্ঠীভূত বস্তু (অবজেক্ট)"
#. tC4qm
#: include/svx/strings.hrc:28
-#, fuzzy
msgctxt "STR_ObjNamePluralGRUP"
msgid "Group objects"
-msgstr "গ্রুপ বস্তুসমূহ"
+msgstr "গোষ্ঠীভুক্ত বস্তুসমূহ (অবজেক্ট)"
#. piV8E
#: include/svx/strings.hrc:29
-#, fuzzy
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
-msgstr "ফাঁকা গ্রুপ বস্তুসমূহ"
+msgstr "খালি গোষ্ঠীভুক্ত বস্তুসমূহ (অবজেক্ট)"
#. BBEPU
#: include/svx/strings.hrc:30
@@ -64,10 +60,9 @@ msgstr "লাইন"
#. SD2Wy
#: include/svx/strings.hrc:32
-#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Hori"
msgid "Horizontal line"
-msgstr "অনুভূমিক লাইন"
+msgstr "অনুভূমিক পংক্তি"
#. 3dPEH
#: include/svx/strings.hrc:33
@@ -77,10 +72,9 @@ msgstr "উল্লম্ব লাইন"
#. JzFtj
#: include/svx/strings.hrc:34
-#, fuzzy
msgctxt "STR_ObjNameSingulLINE_Diag"
msgid "Diagonal line"
-msgstr "কৌণিক লাইন"
+msgstr "তির্যক রেখা"
#. YPAoe
#: include/svx/strings.hrc:35
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index f1d2191c740..c5135882b5d 100644
--- a/source/bn-IN/sw/messages.po
+++ b/source/bn-IN/sw/messages.po
@@ -4,77 +4,77 @@ 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: 2021-11-03 12:48+0100\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/swmessages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542195261.000000\n"
#. v3oJv
#: sw/inc/AccessibilityCheckStrings.hrc:16
msgctxt "STR_NO_ALT"
msgid "No alt text for graphic '%OBJECT_NAME%'"
-msgstr ""
+msgstr "'%OBJECT_NAME%' ছবির জন্যে বিকল্প পাঠ্য উপলব্ধ নেই"
#. 3CdQr
#: sw/inc/AccessibilityCheckStrings.hrc:17
msgctxt "STR_TABLE_MERGE_SPLIT"
msgid "Table '%OBJECT_NAME%' contains merges or splits"
-msgstr ""
+msgstr "'%OBJECT_NAME%' ছকে একত্রকরণ বা বিভক্তকরণ বর্তমান"
#. idEDM
#: sw/inc/AccessibilityCheckStrings.hrc:18
msgctxt "STR_FAKE_NUMBERING"
msgid "Fake numbering '%NUMBERING%'"
-msgstr ""
+msgstr "নকল সংখ্যায়ন '%NUMBERING%'"
#. zE4PU
#: sw/inc/AccessibilityCheckStrings.hrc:19
msgctxt "STR_HYPERLINK_TEXT_IS_LINK"
msgid "Hyperlink text is the same as the link address '%LINK%'"
-msgstr ""
+msgstr "হাইপারলিংক পাঠ্য এবং লিংকের ঠিকানা '%LINK%' একই"
#. xYUv3
#: sw/inc/AccessibilityCheckStrings.hrc:20
msgctxt "STR_TEXT_CONTRAST"
msgid "Text contrast is too low."
-msgstr ""
+msgstr "পাঠ্যের তুলনামূলক বৈশাদৃশ্য খুব কম"
#. m5DEP
#: sw/inc/AccessibilityCheckStrings.hrc:21
msgctxt "STR_TEXT_BLINKING"
msgid "Blinking text."
-msgstr ""
+msgstr "মিটমিট করা পাঠ্য।"
#. CQviA
#: sw/inc/AccessibilityCheckStrings.hrc:22
msgctxt "STR_AVOID_FOOTNOTES"
msgid "Avoid footnotes."
-msgstr ""
+msgstr "পাদটীকা এড়ান।"
#. sg2MT
#: sw/inc/AccessibilityCheckStrings.hrc:23
msgctxt "STR_AVOID_ENDNOTES"
msgid "Avoid endnotes."
-msgstr ""
+msgstr "শেষ নোট এড়ান"
#. qhNEG
#: sw/inc/AccessibilityCheckStrings.hrc:24
msgctxt "STR_HEADINGS_NOT_IN_ORDER"
msgid "Headings not in order."
-msgstr ""
+msgstr "শিরোনাম গুলি ক্রমানুসারে নাই"
#. Ryz5w
#: sw/inc/AccessibilityCheckStrings.hrc:25
msgctxt "STR_TEXT_FORMATTING_CONVEYS_MEANING"
msgid "The text formatting conveys additional meaning."
-msgstr ""
+msgstr "পাঠ্যের বিন্যাস অতিরিক্ত অর্থ বহন করে"
#. MXVBm
#: sw/inc/AccessibilityCheckStrings.hrc:26
@@ -110,19 +110,19 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:32
msgctxt "STR_DOCUMENT_DEFAULT_LANGUAGE"
msgid "Document default language is not set"
-msgstr ""
+msgstr "নথির নিয়মানুসার (ডিফল্ট) ভাষা স্থির করা নেই"
#. CgEBJ
#: sw/inc/AccessibilityCheckStrings.hrc:33
msgctxt "STR_STYLE_NO_LANGUAGE"
msgid "Style '%STYLE_NAME%' has no language set"
-msgstr ""
+msgstr "'%STYLE_NAME%' শৈলীর কোনো ভাষা স্থির করা নেই"
#. FG4Vn
#: sw/inc/AccessibilityCheckStrings.hrc:34
msgctxt "STR_DOCUMENT_TITLE"
msgid "Document title is not set"
-msgstr ""
+msgstr "নথির শীর্ষক স্থির করা নেই"
#. wH3TZ
msgctxt "stock"
diff --git a/source/bn-IN/swext/mediawiki/help.po b/source/bn-IN/swext/mediawiki/help.po
index 706b58068f9..c3bb8190ab5 100644
--- a/source/bn-IN/swext/mediawiki/help.po
+++ b/source/bn-IN/swext/mediawiki/help.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-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-11-15 13:53+0100\n"
-"PO-Revision-Date: 2018-11-12 11:37+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
-"Language: bn_IN\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-17 12:43+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/swextmediawikihelp/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1542022654.000000\n"
+#. 7EFBE
#: help.tree
msgctxt ""
"help.tree\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "MediaWiki"
msgstr "মিডিয়া উইকি"
+#. E2gyu
#: help.tree
msgctxt ""
"help.tree\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "MediaWiki"
msgstr "মিডিয়া উইকি"
+#. qUKTw
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -40,6 +43,7 @@ msgctxt ""
msgid "Wiki Publisher"
msgstr "Wiki Publisher"
+#. FJwZh
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -48,6 +52,7 @@ msgctxt ""
msgid "<bookmark_value>Wiki;Wiki Publisher</bookmark_value><bookmark_value>Wiki Publisher</bookmark_value><bookmark_value>extensions;MediaWiki</bookmark_value>"
msgstr "<bookmark_value>Wiki;Wiki Publisher</bookmark_value><bookmark_value>Wiki Publisher</bookmark_value><bookmark_value>extensions;MediaWiki</bookmark_value>"
+#. AQP9D
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "Wiki Publisher"
msgstr "Wiki Publisher"
+#. Cn2Za
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">By using the Wiki Publisher you can upload your current Writer text document to a MediaWiki server. After uploading, all wiki users can read your document on the wiki.</ahelp>"
msgstr "<ahelp hid=\".\">Wiki Publisher ব্যবহার করে, আপনার বর্তমান Writer নথি MediaWiki সার্ভারে আপলোড করতে পারবেন। আপলোড করার পরে, সকল Wiki ব্যবহারকারী আপনার Wiki নথি পড়তে পারবে।</ahelp>"
+#. CJbT6
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">Choose <item type=\"menuitem\">File - Send - To MediaWiki</item> to upload the current Writer document to a MediaWiki server.</ahelp>"
msgstr "<ahelp hid=\".\">মিডিয়া উইকি সার্ভারে বর্তমান রাইটার নথি আপলোড করতে, <item type=\"menuitem\">ফাইল - পাঠান- মিডিয়া উইকিতে</item> নির্বাচন করুন।</ahelp>"
+#. GWuG5
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "System Requirements"
msgstr "সিস্টেমের প্রয়োজনীয়তা"
+#. Qu7zC
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -88,14 +97,16 @@ msgctxt ""
msgid "Java Runtime Environment"
msgstr "জাভা রানটাইম এনভায়রনমেন্ট"
+#. TpDDo
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
"par_id7387615\n"
"help.text"
msgid "A wiki account on a supported <link href=\"https://www.mediawiki.org/wiki/MediaWiki\">MediaWiki</link> server"
-msgstr ""
+msgstr "একটি উইকি খাতা (একাউন্ট) <link href=\"https://www.mediawiki.org/wiki/MediaWiki\">মিডিয়াউইকিi</link> অনুমোদিত সার্ভারে"
+#. XCFLj
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "Installing Wiki Publisher"
msgstr "Wiki Publisher ইনস্টল হচ্ছে"
+#. a43c7
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "Before you use the Wiki Publisher, ensure that %PRODUCTNAME uses a Java Runtime Environment (JRE). To check the status of the JRE, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Advanced</item>. Ensure that “Use a Java runtime environment” is checked and that a Java runtime folder is selected in the big listbox. If no JRE was activated, then activate a JRE of version 1.4 or later and restart %PRODUCTNAME."
msgstr "Wiki Publisher ব্যবহার করার পূর্বে নিশ্চিত করুন %PRODUCTNAME-এ Java Runtime Environment (JRE) ব্যবহার করা হচ্ছে। JRE-র অবস্থা দেখার জন্য, <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Java</item> নির্বাচন করুন। \"Use a Java runtime environment\" বিকল্পটি নির্বাচিত রয়েছে কি না ও বড় লিস্ট-বক্সের মধ্যে Java রান-টাইম ফোল্ডার নির্বাচিত রয়েছে কি না তা নিশ্চিত করুন। JRE সক্রিয় না করা থাকলে JRE 1.4 অথবা ঊর্ধ্বতন সংস্করণ সক্রিয় করে %PRODUCTNAME পুনরায় আরম্ভ করুন।"
+#. AgmN5
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "To Connect to a Wiki"
msgstr "উইকিতে সংযুক্ত করতে"
+#. v3JN9
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -128,6 +142,7 @@ msgctxt ""
msgid "Note: You can store your user name and password for all respective dialogs inside %PRODUCTNAME. The password will be stored in a secure way, where access is maintained by a master password. To enable the master password, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Security</item>."
msgstr "নোট: আপনি %PRODUCTNAME এর মধ্যে সংশ্লিষ্ট সকল ডায়ালগের জন্য ব্যবহারকারীর নাম এবং পাসওয়ার্ড সংরক্ষণ করুন। পাসওয়ার্ডটি সুরক্ষিতভাবে সংরক্ষণ করা হবে, যেখানে সন্নিবেশযোগ্যতা মাস্টার পাসওশার্ডের সাহায্যে নিয়ন্ত্রণ করা হয়। মাস্টার পাসওয়ার্ড সক্রিয় করতে, <item type=\"menuitem\">টুল - অপশন - %PRODUCTNAME - নিরাপত্তা</item> নির্বাচন করুন।"
+#. 5xi4b
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -136,6 +151,7 @@ msgctxt ""
msgid "Note: If you connect to the web using a proxy server, enter the proxy information to <item type=\"menuitem\">Tools - Options - Internet - Proxy</item>, and restart the software."
msgstr "নোট: আপনি যদি কোনো প্রক্সি সার্ভার ব্যবহার করে ওয়েবে সংযুক্ত হন, <item type=\"menuitem\">টুল - অপশন - ইন্টারনেট - প্রক্সি</item> এ প্রক্সির তথ্য সন্নিবেশ করান, এবং সফটওয়্যারটি পুনরায় চালু করুন।"
+#. CCnbF
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -144,14 +160,16 @@ msgctxt ""
msgid "Open a Writer document, and choose <item type=\"menuitem\">Tools - Options - Internet - MediaWiki</item>."
msgstr "Writer নথি খুলুন, এবং <item type=\"menuitem\">টুল - অপশন - ইন্টারনেট - MediaWiki</item> নির্বাচন করুন।"
+#. fGcyZ
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
"par_id368968\n"
"help.text"
msgid "In the <link href=\"com.sun.wiki-publisher/wikisettings.xhp\"><emph>Options</emph></link> dialog, click <emph>Add</emph>."
-msgstr ""
+msgstr "<link href=\"com.sun.wiki-publisher/wikisettings.xhp\"><emph>বিকল্প</emph></link> ডায়ালগে <emph>যোগ-এ</emph> ক্লিক করুন।"
+#. pkAFV
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -160,6 +178,7 @@ msgctxt ""
msgid "In the <link href=\"com.sun.wiki-publisher/wikiaccount.xhp\"><emph>MediaWiki</emph></link> dialog, enter the account information for the wiki."
msgstr ""
+#. L5NjG
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -168,6 +187,7 @@ msgctxt ""
msgid "In the <emph>URL</emph> text box, enter the address of a wiki that you want to connect to."
msgstr ""
+#. xc4AX
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -176,6 +196,7 @@ msgctxt ""
msgid "You can copy the URL from a web browser and paste it into the textbox."
msgstr "আপনি ওয়েব ব্রাউজার থেকে URL অনুলিপি করতে পারেন এবং তা টেক্সট-বাক্সে প্রতিলেপন করতে পারেন।"
+#. HKsED
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -184,6 +205,7 @@ msgctxt ""
msgid "In the <emph>Username</emph> box, enter your user ID for your wiki account."
msgstr ""
+#. RRpwP
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "If the wiki allows anonymous write access, you can leave the Username and Password boxes empty."
msgstr "উইকি যদি অজ্ঞাত যে কাউকে লেখার অনুমতি দেয়, তবে আপনি ব্যবহারকারীর-নাম এবং পাসওয়ার্ড বাক্স ফাঁকা রাখতে পারেন।"
+#. JvYgU
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "In the Password box, enter the password for your wiki account, then click <emph>OK</emph>."
msgstr ""
+#. 5c9bL
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "Optionally enable “Save password” to save the password between sessions. A master password is used to maintain access to all saved passwords. Choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Security</item> to enable the master password. “Save password” is unavailable when the master password is not enabled."
msgstr "সেশনের মধ্যে পাসওয়ার্ড সংরক্ষণ করার জন্য ঐচ্ছিকভাবে \"পাসওয়ার্ড সংরক্ষণ\" সক্রিয় করুন। সংরক্ষিত সকল পাসওয়ার্ডের মধ্যে সন্নিবেশযোগ্যতা নিয়ন্ত্রণ করার জন্য একটি মাস্টার পাসওয়ার্ড ব্যবহার করা হয়। মাস্টার পাসওয়ার্ড সংরক্ষণ করার জন্য <item type=\"menuitem\">টুলস - অপশনস - %PRODUCTNAME - নিরাপত্তা</item> নির্বাচন করুন। মাস্টার পাসওয়ার্ড সক্রিয় না থাকলে \"পাসওয়ার্ড সংরক্ষণ\" পাওয়া যায় না।"
+#. Afp56
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "To Create a New Wiki Page"
msgstr "নতুন উইকি পৃষ্ঠা তৈরি করতে"
+#. rWxKE
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "Open a Writer document."
msgstr "রাইটার নথি খুলুন।"
+#. VNAGB
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -232,6 +259,7 @@ msgctxt ""
msgid "Write the content of the wiki page. You can use formatting such as text formats, headings, footnotes, and more. See the <link href=\"com.sun.wiki-publisher/wikiformats.xhp\">list of supported formats</link>."
msgstr "Wiki পৃষ্ঠার বিষয় বস্তু লিখুন। টেক্সট ফরম্যাট, হেডিং, ফুটনোট ইত্যাদি ফরম্যাট ব্যবহার করা যাবে। <link href=\"com.sun.wiki-publisher/wikiformats.xhp\">সমর্থিত ফরম্যাটের তালিকা</link> দেখুন।"
+#. sqvcC
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -240,6 +268,7 @@ msgctxt ""
msgid "Choose <item type=\"menuitem\">File - Send - To MediaWiki</item>."
msgstr "<item type=\"menuitem\">ফাইল - পাঠান - মিডিয়া উইকিতে</item> নির্বাচন করুন।"
+#. 6jREj
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -248,6 +277,7 @@ msgctxt ""
msgid "In the <link href=\"com.sun.wiki-publisher/wikisend.xhp\"><emph>Send to MediaWiki</emph></link> dialog, specify the settings for your entry."
msgstr ""
+#. i7MPF
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -256,6 +286,7 @@ msgctxt ""
msgid "<emph>MediaWiki server</emph>: Select the wiki."
msgstr "<emph>মিডিয়া উইকি সার্ভার</emph>: উইকি নির্বাচন করুন।"
+#. Vghfw
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -264,6 +295,7 @@ msgctxt ""
msgid "<emph>Title</emph>: Type the title of your page. Type the title of an existing page to overwrite the page with your current text document. Type a new title to create a new page on the wiki."
msgstr "<emph>শিরোনাম</emph>: আপনার পৃষ্ঠার শিরোনাম লিখুন। পৃষ্ঠাটি বর্তমান টেক্সট নথির সাথে প্রতিস্থাপন করতে, বিদ্যমান পৃষ্ঠার শিরোনাম লিখুন। উইকিতে একটি নতুন পৃষ্ঠা তৈরি করতে, নতুন শিরোনাম লিখুন।"
+#. AAS4F
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -272,6 +304,7 @@ msgctxt ""
msgid "<emph>Summary</emph>: Enter an optional short summary of your page."
msgstr "<emph>সারসংক্ষেপ</emph>: ইচ্ছে করলে, আপনার পৃষ্ঠার ছোট সারসংক্ষেপ লিখুন।"
+#. QidFi
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -280,6 +313,7 @@ msgctxt ""
msgid "<emph>This is a minor edit</emph>: Check this box to mark the uploaded page as a minor edit of the already existing page with the same title."
msgstr "<emph>এটি সামান্য পরিবর্তন</emph>: ইতোমধ্যে বিদ্যমান পৃষ্ঠার আপলোডকৃত পৃষ্ঠা, \"সামান্য পরিবর্তন\" হিসেবে একই শিরোনামে চিহ্নিত করতে, এই বাক্সটি নির্বাচন করুন।"
+#. 6qSqt
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -288,6 +322,7 @@ msgctxt ""
msgid "<emph>Show in web browser</emph>: Check this box to open your system web browser and show the uploaded wiki page."
msgstr "<emph>ওয়েব ব্রাউজারে প্রদর্শন</emph>: আপনার সিস্টেমের ওয়েব ব্রাউজার খুলতে এবং আপলোডকৃথ উইকি পৃষ্ঠা দেখার জন্য, এই বাক্সটি নির্বাচন করুন।"
+#. Ehnz2
#: wiki.xhp
msgctxt ""
"wiki.xhp\n"
@@ -296,6 +331,7 @@ msgctxt ""
msgid "Click <emph>Send</emph>."
msgstr "<emph>পাঠান</emph> তে টিপুন"
+#. JoNcG
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -304,6 +340,7 @@ msgctxt ""
msgid "MediaWiki"
msgstr "মিডিয়া উইকি"
+#. MQ3NB
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -312,6 +349,7 @@ msgctxt ""
msgid "MediaWiki"
msgstr "মিডিয়া উইকি"
+#. kXBwS
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -320,6 +358,7 @@ msgctxt ""
msgid "Use the <emph>MediaWiki</emph> dialog to add or edit your MediaWiki account settings."
msgstr ""
+#. F32QW
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -328,6 +367,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the URL of a MediaWiki server, starting with \"https://\".</ahelp>"
msgstr ""
+#. PiGDX
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -336,6 +376,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your user name on the MediaWiki server. Leave empty for anonymous access.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">MediaWiki সার্ভারে আপনার ব্যবহারকারী নাম সন্নিবেশ করান। অজ্ঞাত যেকোনো ব্যবহারকারীর জন্য ফাঁকা রেখে দিন।</ahelp>"
+#. FSKfy
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -344,6 +385,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your password on the MediaWiki server. Leave empty for anonymous access.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">MediaWiki সার্ভারে আপনার পাসওয়ার্ড সন্নিবেশ করান। অজ্ঞাত যেকোনো ব্যবহারকারীর জন্য ফাঁকা রেখে দিন।</ahelp>"
+#. zLCx7
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -352,6 +394,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable to store your password between sessions. The master password must be enabled; see <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Security</item>.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">সেশনের মধ্যে আপনার পাসওয়ার্ড সংরক্ষণ করার জন্য সক্রিয় করুন। মাস্টার পাসওয়ার্ডটি অবশ্যই সক্রিয় করতে হবে, <item type=\"menuitem\">টুলস - অপশনস - %PRODUCTNAME - নিরাপত্তা</item> দেখুন।</ahelp>"
+#. EDeV9
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -360,6 +403,7 @@ msgctxt ""
msgid "Enter the Internet address of a wiki server in a format like “https://wiki.documentfoundation.org” or copy the URL from a web browser."
msgstr ""
+#. boKaA
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -368,6 +412,7 @@ msgctxt ""
msgid "If the wiki allows anonymous access, you can leave the account text boxes empty. Else enter your user name and password."
msgstr "উইকি যদি যেকোনো অজ্ঞাত ব্যবহারকারীকে প্রবেশের অনুমতি দেয়, আপনি অ্যাকাউন্টের টেক্সট বাক্সগুলি ফাঁকা রাখতে পারেন। এছাড়া আপনার ব্যবহারকারী নাম এবং পাসওয়ার্ড সন্নিবেশ করান।"
+#. M6uYF
#: wikiaccount.xhp
msgctxt ""
"wikiaccount.xhp\n"
@@ -376,6 +421,7 @@ msgctxt ""
msgid "If you have enabled the master password feature on the <emph>Security</emph> tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the <emph>Save password</emph> checkbox to store your password."
msgstr ""
+#. TpaPN
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -384,6 +430,7 @@ msgctxt ""
msgid "MediaWiki Formats"
msgstr "মিডিয়া-উইকি বিন্যাস"
+#. C6oUL
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -392,6 +439,7 @@ msgctxt ""
msgid "MediaWiki Formats"
msgstr "মিডিয়া-উইকি বিন্যাস"
+#. sKvY6
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -400,6 +448,7 @@ msgctxt ""
msgid "The following list gives an overview of the text formats that the Wiki Publisher can upload to the wiki server."
msgstr "নিম্নের তালিকাটি টেক্সট ফরম্যাটের সারসংক্ষেপ উপস্থাপন করছে, যা Wiki Publisher উইকি সার্ভারে আপলোড করতে পারে।"
+#. wC6T7
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -408,6 +457,7 @@ msgctxt ""
msgid "The OpenDocument format used by Writer and the MediaWiki format are quite different. Only a subset of all features can be transformed from one format to the other."
msgstr "Writer এবং উইকি-মিডিয়া ফরম্যাট দ্বারা ব্যবহৃত ওপেন-ডকুমেন্ট ফরম্যাট কিছুটা ভিন্ন। সকল বৈশিষ্ট্যের শুধুমাত্র একটি উপসেট এক ফরম্যাট থেকে অন্য ফরম্যাটে রূপান্তর করা যাবে।"
+#. R74Ai
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -416,6 +466,7 @@ msgctxt ""
msgid "Headings"
msgstr "শিরোনাম"
+#. 5nuqC
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -424,6 +475,7 @@ msgctxt ""
msgid "Apply a heading paragraph style to the headings in your Writer document. The wiki will show the heading styles of the same outline level, formatted as defined by the wiki engine."
msgstr "আপনার Writer নথির শিরোনামে, শিরোনাম অনুচ্ছেদ শৈলী প্রয়োগ করুন। উইকি, একই রূপরেখা স্তরের শিরোনাম শৈলী প্রদর্শন করবে, যা উইকি ইনজিন দ্বারা বিন্যাসিত।"
+#. YAjYW
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -432,6 +484,7 @@ msgctxt ""
msgid "Hyperlinks"
msgstr "হাইপারলিংক"
+#. u3Gky
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -440,6 +493,7 @@ msgctxt ""
msgid "Native OpenDocument hyperlinks are transformed into “external” wiki links. Therefore, the built-in linking facility of OpenDocument should only be used to create links that point to other sites outside the wiki web. For creating wiki links that point to other subjects of the same wiki domain, use wiki links."
msgstr "স্থানীয় ওপেন-ডকুমেন্ট-এর হাইপারলিংকগুলো \"বহিস্থঃ\" উইকি লিংকে রূপান্তর করা হয়। সুতরাং, ওপেন-ডকুমেন্ট-এর বিল্টইন লিংককরণ সুবিধা শুধুমাত্র লিংক তৈরি করতে ব্যবহার করা হবে, যা উইকি ওয়েবের বাইরের সাইটকে নির্দেশ করে। উইকি লিংক, যা একই উইকি ডোমেইনের অন্যান্য বিষয়কে নির্দেশ করে, তা তৈরি করার জন্য উইকি লিংক ব্যবহার করুন।"
+#. ULYGr
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -448,6 +502,7 @@ msgctxt ""
msgid "Lists"
msgstr "তালিকা"
+#. Cah9p
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -456,6 +511,7 @@ msgctxt ""
msgid "Lists can be exported reliably when the whole list uses a consistent list style. Use the Numbering or Bullets icon to generate a list in Writer. If you need a list without numbering or bullets, use <emph>Format - Bullets and Numbering</emph> to define and apply the respective list style."
msgstr "যখন পুরো তালিকা একটি অভিন্ন তালিকা শৈলী ব্যবহার করে, তালিকাটি যথাযথভাবে এক্সপোর্ট করা যাবে। Writer এ একটি তালিকা তৈরি করতে, সংখ্যায়ন বা বুলেট আইকন ব্যবহার করুন। আপনার যদি সংখ্যায়ন বা বুলেট ব্যতীত একটি তালিকার প্রয়োজন হয়, যার যার তালিকা শৈলী নির্ধারণ এবং প্রয়োগ করতে <emph>বিন্যাস - বুলেট ও সংখ্যায়ন</emph> ব্যবহার করুন।"
+#. GJaHG
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -464,6 +520,7 @@ msgctxt ""
msgid "Paragraphs"
msgstr "অনুচ্ছেদ"
+#. LBFtS
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -472,6 +529,7 @@ msgctxt ""
msgid "Alignment"
msgstr "প্রান্তিককরণ"
+#. Gdu22
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -480,6 +538,7 @@ msgctxt ""
msgid "Explicit text alignment should not be used in wiki articles. Nevertheless, text alignment is supported for left, centered, and right alignment of text."
msgstr "উইকি নিবন্ধে সুনির্দিষ্ট টেক্সট প্রান্তিককরণ ব্যবহার করা উচিত নয়। তা সত্ত্বেও টেক্সটের বাম, কেন্দ্রস্থিত, এবং ডান প্রান্তিককরণের জন্য টেক্সট প্রান্তিককরণ সমর্থিত।"
+#. gUGmf
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -488,6 +547,7 @@ msgctxt ""
msgid "Pre-formatted text"
msgstr "পূর্ব-বিন্যাসিত টেক্সট"
+#. Luezz
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -496,6 +556,7 @@ msgctxt ""
msgid "A paragraph style with a fixed-width font is transformed as pre-formatted text. Pre-formatted text is shown on the wiki with a border around the text."
msgstr "নির্দিষ্ট-প্রস্থের ফন্ট যুক্ত অনুচ্ছেদ শৈলী, পূর্ব-বিন্যাসিত টেক্সটে রূপান্তর করা হয়। পূর্ব-বিন্যাসিত টেক্সটের চতুর্দিকে সীমানা সহ, উইকিতে টেক্সট প্রদর্শন করা হয়।"
+#. 22nLD
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -504,6 +565,7 @@ msgctxt ""
msgid "Character styles"
msgstr "অক্ষর শৈলী"
+#. fvYKL
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -512,6 +574,7 @@ msgctxt ""
msgid "Character styles modify the appearance of parts of a paragraph. The transformation supports bold, italics, bold/italics, subscript and superscript. All fixed-width fonts are transformed into the wiki typewriter style."
msgstr "অক্ষর শৈলী অনুচ্ছেদের কোনো অংশের উপস্থিতিকে পরিবর্তন করে। রূপান্তরণ গাঢ়, ইতালীক, গাঢ়/ইতালীক, ঊর্ধ্বলিপি এবং নিম্নলিপি সমর্থন করে। সকল নির্দি‌ষ্ট প্রস্থের ফন্ট উইকি টাইপরাইটার শৈলীতে রূপান্তর করা হয়।"
+#. uhHcL
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -520,6 +583,7 @@ msgctxt ""
msgid "Images"
msgstr "চিত্র"
+#. G3qA6
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -528,6 +592,7 @@ msgctxt ""
msgid "Images cannot be exported by a transformation producing a single file of wiki text. However, if the image is already uploaded to the target wiki domain (e. g., Wikimedia Commons), then the transformation produces a valid image tag that includes the image. Image captions are also supported."
msgstr "চিত্রসমূহ, উইকি লেখের একটি একক ফাইলের রূপান্তর করার মাধ্যমে এক্সপোর্ট করা যায় না। তবে, চিত্রটি যদি ইতোমধ্যে গন্তব্য উইকি ডোমেইনে (যেমন, উইকিমিডিয়া কামন্জ়) আপলোড করা হয়ে থাকে, তাহলে রূপান্তর প্রক্রিয়া একটি বৈধ চিত্র ট্যাগ তৈরি করে, যা চিত্রটি অন্তর্ভুক্ত করে। চিত্রের ক্যাপশনও সমর্থিত।"
+#. nGuGG
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -536,6 +601,7 @@ msgctxt ""
msgid "Tables"
msgstr "সারণি"
+#. w8BUf
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -544,6 +610,7 @@ msgctxt ""
msgid "Simple tables are supported well. Table headers are translated into corresponding wiki-style table headers. However, custom formatting of table borders, column sizes and background colors is ignored."
msgstr "সহজ সারণি ভালো সমর্থন করে। সারণির শিরোনাম সংশ্লিষ্ট উইকি শৈলীর সারণি শিরোনামে অনুবাদ করা হয়। তবে, সারণির সীমানা, কলামের আকার এবং পটভূমির রঙের স্বনির্বাচিত বিন্যাস উপেক্ষা করা হয়।"
+#. DF3o9
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -552,6 +619,7 @@ msgctxt ""
msgid "Joined Cells"
msgstr "সংযুক্ত ঘর"
+#. b3CZe
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -560,6 +628,7 @@ msgctxt ""
msgid "OpenDocument and especially LibreOffice represent tables that have joined cells that span rows as tables with nested tables. In contrast, the wiki model of table is to declare column and row spans for such joined cells."
msgstr "OpenDocument বিশেষত LibreOffice-র ক্ষেত্রে একত্রিত সারিগুলি নেস্টেড টেবিলসহ টেবিল রূপে স্থাপন করা হয়। কিন্তু, wiki বিন্যাসে এই ধরনের একত্রিত সেলের ক্ষেত্রে কলাম ও সারি পৃথকভাবে উল্লেখ করা আবশ্যক "
+#. vn3bR
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -568,6 +637,7 @@ msgctxt ""
msgid "If only columns of the same row are joined, the result of the transformation resembles the source document very well."
msgstr "যদি শুধুমাত্র একই সারির কলাম সংযুক্ত থাকে, তবে রূপান্তরের ফলাফল উৎস নথির সাথে খুব সুন্দরভাবে মিলে যায়।"
+#. DCjAG
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -576,6 +646,7 @@ msgctxt ""
msgid "Borders"
msgstr "সীমানা"
+#. GXBsK
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -584,6 +655,7 @@ msgctxt ""
msgid "Irrespective of custom table styles for border and background, a table is always exported as “prettytable,” which renders in the wiki engine with simple borders and bold header."
msgstr "প্রান্ত ও পটভূমির ক্ষেত্রে স্বনির্ধারিত টেবিল বিন্যাস নির্বিশেষে, সব ক্ষেত্রেই টেবিলগুলি \"prettytable,\" রূপে এক্সপোর্ট করা হবে। Wiki এনঞ্জিনের মধ্যে তা পরে সাধারণ প্রান্ত ও গাঢ় শিরোনাম সহ প্রদর্শিত হবে।"
+#. kDcRS
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -592,6 +664,7 @@ msgctxt ""
msgid "Character set and special characters"
msgstr "অক্ষর-সমষ্টি এবং বিশেষ অক্ষর"
+#. zv83m
#: wikiformats.xhp
msgctxt ""
"wikiformats.xhp\n"
@@ -600,6 +673,7 @@ msgctxt ""
msgid "The character set of the transformation result is fixed to UTF-8. Depending on your system, this might not be the default character set. This might cause “special characters” to look broken when viewed with default settings. However, you can switch your editor to UTF-8 encoding to fix this. If your editor does not support switching the encoding, you can display the result of the transformation in the Firefox browser and switch the encoding to UTF-8 there. Now, you can copy and paste the transformation result to your program of choice."
msgstr "রূপান্তর ফলাফলের অক্ষর-সমষ্টি UTF-8 এ নির্ধারিত। আপনার সিস্টেমের উপর নির্ভর করে, এটি পূর্বনির্ধারিত অক্ষর-সমষ্টি নাও হতে পারে। পূর্বনির্ধারিত সেটিং প্রদর্শন করার সময়, এটার কারণে \"বিশেষ অক্ষরসমূহ\" ভাঙ্গা অবস্থায় দেখা যেতে পারে। তবে, এটা ঠিক করতে, আপনার সম্পাদককে UTF-8 এনকোডিংয়ে পরিবর্তন করতে পারেন। যদি আপনার সম্পাদক এনকোডিং পরিবর্তনকরণ সমর্থন না করে, তবে আপনি রূপান্তরের ফলাফল ফায়ারফক্স ব্রাউজারে প্রদর্শন করতে পারেন এবং এনকোডিংটি সেখানকার UTF-8 এ পরিবর্তন করতে পারেন। এখন, আপনার পছন্দের প্রোগ্রামে, আপনি রূপান্তরের ফলাফল কাটতে এবং প্রতিলেপন করতে পারেন।"
+#. CTEdB
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -608,6 +682,7 @@ msgctxt ""
msgid "Send to MediaWiki"
msgstr "মিডিয়াউইকিতে পাঠান"
+#. Uomdh
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -616,6 +691,7 @@ msgctxt ""
msgid "Send to MediaWiki"
msgstr "মিডিয়াউইকিতে পাঠান"
+#. F4YJF
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -624,6 +700,7 @@ msgctxt ""
msgid "In the <emph>Send to MediaWiki</emph> dialog, specify the settings for your current wiki upload."
msgstr ""
+#. KmSsg
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -632,6 +709,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select the MediaWiki server where you want to publish your document. Click <emph>Add</emph> to add a new server to the list.</ahelp>"
msgstr ""
+#. D9EhE
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -640,6 +718,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">Enter the title of your wiki entry. This is the top heading of your wiki entry. For a new entry, the title must be unique on this wiki. If you enter an existing title, your upload will overwrite the existing wiki entry.</ahelp>"
msgstr "<ahelp hid=\".\">আপনার উইকি এন্ট্রির শিরোনাম সন্নিবেশ করান। এটা আপনার উইকির এন্ট্রির সবচেয়ে উপরের শিরোনাম। একটি নতুন এন্ট্রির জন্য, এই উইকিতে শিরোনামটি অবশ্যই অনন্য হতে হবে। আপনি যদি একটি বিদ্যমান শিরোনাম সন্নিবেশ করান, আপনার আপলোড বিদ্যমান উইকি এন্ট্রিকে উপরিলিখন করে।</ahelp>"
+#. ACh6X
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -648,6 +727,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">Enter an optional short summary or comment.</ahelp> See <link href=\"https://meta.wikimedia.org/wiki/Help:Edit_summary\"><emph>https://meta.wikimedia.org/wiki/Help:Edit_summary</emph></link>."
msgstr ""
+#. 6dCeT
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -656,6 +736,7 @@ msgctxt ""
msgid "<emph>This is a minor edit</emph>: <ahelp hid=\".\">Check this box to mark the uploaded page as a minor edit of the already existing page with the same title.</ahelp>"
msgstr "<emph>এটি একটি ছোট সম্পাদনা</emph>: <ahelp hid=\".\">একই শিরোনাম যুক্ত ইতোমধ্যে বিদ্যমান পৃষ্ঠার গৌণ সম্পাদনা হিসেবে, আপলোডকৃত পৃষ্ঠা চিহ্নিত করতে এই বক্সে টিক দিন।</ahelp>"
+#. KF3qq
#: wikisend.xhp
msgctxt ""
"wikisend.xhp\n"
@@ -664,6 +745,7 @@ msgctxt ""
msgid "<emph>Show in web browser</emph>: <ahelp hid=\".\">Check this box to open your system web browser and show the uploaded wiki page.</ahelp>"
msgstr "<emph>ওয়েব ব্রাউজারে প্রদর্শন</emph>: <ahelp hid=\".\">আপনার সিস্টেমের ওয়েব ব্রাউজার খুলতে, এই বাক্সে টিক দিন এবং আপলোডকৃত উইকি পৃষ্ঠা প্রদর্শন করুন।</ahelp>"
+#. rt8Df
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -672,6 +754,7 @@ msgctxt ""
msgid "MediaWiki Options"
msgstr "মিডিয়াউইকি অপশন"
+#. R7RVE
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -680,6 +763,7 @@ msgctxt ""
msgid "MediaWiki Options"
msgstr "মিডিয়াউইকি অপশন"
+#. 39jox
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -688,6 +772,7 @@ msgctxt ""
msgid "You can add, edit and remove MediaWiki servers. Open the options dialog by going to <item type=\"menuitem\">Tools - Options - Internet - MediaWiki</item>."
msgstr "আপনি মিডিয়াউইকি সার্ভার যুক্ত, সম্পাদনা এবং অপসারণ করতে পারেন।বিকল্প ডায়লগ খোলার জন্য <item type=\"menuitem\">টুলস-অপশন্‌স-ইন্টারনেট-মিডিয়াউইকি</item>-এ যান।"
+#. 44myu
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -696,6 +781,7 @@ msgctxt ""
msgid "<ahelp hid=\".\">Click Add to add a new wiki server.<br/>Select an entry and click Edit to edit the account settings.<br/>Select an entry and click Remove to remove the entry from the list.</ahelp>"
msgstr "<ahelp hid=\".\">একটি নতুন উইকি সার্ভার যোগ করার জন্য \"যোগ করুন\" ক্লিক করুন।<br/> একটি ভুক্তি নির্বাচন করুন এবং অ্যাকাউন্ট সেটিং সম্পাদনা করার জন্য \"সম্পাদনা\" ক্লিক করুন।<br/> একটি ভুক্তি নির্বাচন করুন এবং তালিকা থেকে ভুক্তি অপসারণ করতে \"অপসারণ\" ক্লিক করুন।</ahelp>"
+#. 5JhsD
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -704,6 +790,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the MediaWiki dialog to add a new entry to the list.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকাতে একটি নতুন ভুক্তি যোগ করতে, মিডিয়াউইকি ডায়লগ উন্মুক্ত করে।</ahelp>"
+#. Q2kSq
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -712,6 +799,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the MediaWiki dialog to edit the selected entry.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">নির্বাচিত ভুক্তি সম্পাদনা করতে, মিডিয়াউইকি ডায়লগ উন্মুক্ত করে।</ahelp>"
+#. GCH8n
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
@@ -720,6 +808,7 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the list.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">তালিকা থেকে নির্বাচিত ভুক্তি অপসারণ করে।</ahelp>"
+#. mi2NR
#: wikisettings.xhp
msgctxt ""
"wikisettings.xhp\n"
diff --git a/source/bn-IN/swext/mediawiki/src.po b/source/bn-IN/swext/mediawiki/src.po
index 10ef8da63b0..f9b53c83939 100644
--- a/source/bn-IN/swext/mediawiki/src.po
+++ b/source/bn-IN/swext/mediawiki/src.po
@@ -2,28 +2,31 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
-"PO-Revision-Date: 2012-06-13 21:04+0530\n"
-"Last-Translator: Sayak Sarkar <sayak.bugsmith@gmail.com>\n"
-"Language-Team: Bengali <anubad@lists.ankur.org.in>\n"
-"Language: bn_IN\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-11-14 20:36+0000\n"
+"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/swextmediawikisrc/bn_IN/>\n"
+"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Language: bn_BD\n"
+"X-POOTLE-MTIME: 1369348757.000000\n"
+#. MzinF
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Wiki Publisher"
-msgstr "Wiki Publisher"
+msgstr "উইকি প্রকাশক"
+#. MgWcV
#: description.xml
msgctxt ""
"description.xml\n"
diff --git a/source/bn-IN/uui/messages.po b/source/bn-IN/uui/messages.po
index 969bcec5da0..16155ecfc12 100644
--- a/source/bn-IN/uui/messages.po
+++ b/source/bn-IN/uui/messages.po
@@ -4,16 +4,16 @@ 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: 2021-05-31 15:16+0200\n"
-"PO-Revision-Date: 2021-04-22 09:37+0000\n"
+"PO-Revision-Date: 2021-11-16 01:36+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
-"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/bn_IN/>\n"
+"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-7-2/uuimessages/bn_IN/>\n"
"Language: bn-IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1522251479.000000\n"
#. DLY8p
@@ -64,6 +64,13 @@ msgid ""
"\n"
"Are you certain that this file is a legacy document created many years ago?"
msgstr ""
+"সাবধান!\n"
+"\n"
+"আপনি একটি খুব অস্বাভাবিক ধরণের নথি(ফাইল) ($(ARG2)) খুলতে চলেছেন। ইউআরএল:\n"
+"\n"
+"$(ARG1)\n"
+"\n"
+"আপনি কি নিশ্চিত যে এই পুরাতন প্রকৃতির নথি (ফাইল) টি বহু বছর পূর্বে তৈরি করা হয়েছিল?"
#. v6bPE
#: uui/inc/ids.hrc:44
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index c0dc134c60a..9fc4e18fe20 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/messages.po
@@ -4,7 +4,7 @@ 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: 2021-07-08 10:35+0200\n"
-"PO-Revision-Date: 2021-10-21 11:21+0000\n"
+"PO-Revision-Date: 2021-11-17 02:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-7-2/cuimessages/ca/>\n"
"Language: ca\n"
@@ -1935,7 +1935,7 @@ msgstr "Connector"
#: cui/inc/strings.hrc:354
msgctxt "RID_SVXSTR_DIMENSION_LINE"
msgid "Dimension line"
-msgstr "Línia de dimensió"
+msgstr "Línia de cota"
#. Mxt3D
#: cui/inc/strings.hrc:355
@@ -8237,7 +8237,7 @@ msgstr "Inverteix les propietats que s'han definit a l'àrea Línia."
#: cui/uiconfig/ui/dimensionlinestabpage.ui:186
msgctxt "dimensionlinestabpage|extended_tip|MTR_LINE_DIST"
msgid "Specifies the distance between the dimension line and the baseline (line distance = 0)."
-msgstr "Especifica la distància entre la línia de dimensió i la línia de base (distància entre les línies = 0)."
+msgstr "Especifica la distància entre la línia de cota i la línia de base (distància entre les línies = 0)."
#. 6wKTs
#: cui/uiconfig/ui/dimensionlinestabpage.ui:205
@@ -8249,19 +8249,19 @@ msgstr "Indica la longitud de la guia esquerra i de la guia dreta a partir de la
#: cui/uiconfig/ui/dimensionlinestabpage.ui:224
msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE_DIST"
msgid "Specifies the length of the right and left guides starting at the dimension line. Positive values extend the guides above the dimension line and negative values extend the guides below the dimension line."
-msgstr "Indica la longitud de la guia dreta i de la guia esquerra a partir de la línia de dimensió. Els valors positius amplien les guies situades sobre la línia de dimensió i els valors negatius amplien les guies situades sota la línia de dimensió."
+msgstr "Indica la longitud de la guia dreta i de la guia esquerra a partir de la línia de cota. Els valors positius amplien les guies situades sobre la línia de cota i els valors negatius amplien les guies situades sota la línia de cota."
#. hFGhD
#: cui/uiconfig/ui/dimensionlinestabpage.ui:243
msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE1_LEN"
msgid "Specifies the length of the left guide starting at the dimension line. Positive values extend the guide below the dimension line and negative values extend the guide above the dimension line."
-msgstr "Indica la longitud de la guia esquerra a partir de la línia de dimensió. Els valors positius amplien la guia situada sota la línia de dimensió i els valors negatius amplien la guia situada sobre la línia de dimensió."
+msgstr "Indica la longitud de la guia esquerra a partir de la línia de cota. Els valors positius amplien la guia situada sota la línia de cota i els valors negatius amplien la guia situada sobre la línia de cota."
#. 3bQD4
#: cui/uiconfig/ui/dimensionlinestabpage.ui:262
msgctxt "dimensionlinestabpage|extended_tip|MTR_FLD_HELPLINE2_LEN"
msgid "Specifies the length of the right guide starting at the dimension line. Positive values extend the guide below the dimension line and negative values extend the guide above the dimension line."
-msgstr "Indica la longitud de la guia dreta a partir de la línia de dimensió. Els valors positius amplien la guia situada sota la línia de dimensió i els valors negatius amplien la guia situada sobre la línia de dimensió."
+msgstr "Indica la longitud de la guia dreta a partir de la línia de cota. Els valors positius amplien la guia situada sota la línia de cota i els valors negatius amplien la guia situada sobre la línia de cota."
#. BKJDe
#: cui/uiconfig/ui/dimensionlinestabpage.ui:280
@@ -8285,7 +8285,7 @@ msgstr "Posició del _text"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:366
msgctxt "dimensionlinestabpage|extended_tip|CTL_POSITION"
msgid "Determines the position of the dimension text with respect to the dimension line and the guides."
-msgstr "Determina la posició del text de dimensió en relació amb la línia de dimensió i amb les guies."
+msgstr "Determina la posició del text de cota en relació amb la línia de cota i amb les guies."
#. t8Ewg
#: cui/uiconfig/ui/dimensionlinestabpage.ui:382
@@ -8297,7 +8297,7 @@ msgstr "Vertical _automàtic"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:391
msgctxt "dimensionlinestabpage|extended_tip|TSB_AUTOPOSV"
msgid "Determines the optimal vertical position for the dimension text."
-msgstr "Determina la posició vertical òptima per al text de dimensió."
+msgstr "Determina la posició vertical òptima per al text de cota."
#. KykMq
#: cui/uiconfig/ui/dimensionlinestabpage.ui:403
@@ -8309,7 +8309,7 @@ msgstr "Horitzontal a_utomàtic"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:412
msgctxt "dimensionlinestabpage|extended_tip|TSB_AUTOPOSH"
msgid "Determines the optimal horizontal position for the dimension text."
-msgstr "Determina la posició horitzontal òptima per al text de dimensió."
+msgstr "Determina la posició horitzontal òptima per al text de cota."
#. yQtE3
#: cui/uiconfig/ui/dimensionlinestabpage.ui:431
@@ -8321,7 +8321,7 @@ msgstr "_Paral·lel a la línia"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:440
msgctxt "dimensionlinestabpage|extended_tip|TSB_PARALLEL"
msgid "Displays the text parallel to or at 90 degrees to the dimension line."
-msgstr "Mostra el text en paral·lel o a 90 graus en relació amb la línia de dimensió."
+msgstr "Mostra el text en paral·lel o a 90 graus en relació amb la línia de cota."
#. QNscD
#: cui/uiconfig/ui/dimensionlinestabpage.ui:452
@@ -10110,7 +10110,7 @@ msgstr "Només _hanja"
#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:617
msgctxt "hangulhanjaconversiondialog|extended_tip|hanjaonly"
msgid "Check to convert only Hanja. Do not convert Hangul."
-msgstr "Marqueu per convertir només hanja. No converteix hangul."
+msgstr "Marqueu per a convertir només hanja. No converteix hangul."
#. db8Nj
#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:650
diff --git a/source/ca/helpcontent2/source/text/scalc.po b/source/ca/helpcontent2/source/text/scalc.po
index 1b62526f8a1..2c0ad026727 100644
--- a/source/ca/helpcontent2/source/text/scalc.po
+++ b/source/ca/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ 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: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2021-09-22 18:36+0000\n"
+"PO-Revision-Date: 2021-11-17 12:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textscalc/ca/>\n"
"Language: ca\n"
@@ -762,7 +762,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Formatting Bar"
-msgstr "Barra de formatació"
+msgstr "Barra Formatació"
#. 8XR93
#: main0202.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index 4a3d147cffe..607dd8642e3 100644
--- a/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ 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: 2021-05-31 15:15+0200\n"
-"PO-Revision-Date: 2021-10-25 16:41+0000\n"
+"PO-Revision-Date: 2021-11-08 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textscalcguide/ca/>\n"
"Language: ca\n"
@@ -357,7 +357,7 @@ msgctxt ""
"par_id3147340\n"
"help.text"
msgid "To stop using AutoFilter, reselect all cells selected in step 1 and once again choose <emph>Data - Filter - AutoFilter</emph>."
-msgstr "Per deixar d'utilitzar el filtre automàtic, torneu a seleccionar totes les cel·les seleccionades al pas 1 i trieu <emph>Dades ▸ Filtre ▸ Filtre automàtic</emph>."
+msgstr "Per a deixar d'utilitzar el filtre automàtic, torneu a seleccionar totes les cel·les seleccionades al pas 1 i trieu <emph>Dades ▸ Filtre ▸ Filtre automàtic</emph> novament."
#. mA8cY
#: autofilter.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw.po b/source/ca/helpcontent2/source/text/sdraw.po
index b3e4e0db159..181c9728623 100644
--- a/source/ca/helpcontent2/source/text/sdraw.po
+++ b/source/ca/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ 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: 2021-01-14 18:09+0100\n"
-"PO-Revision-Date: 2021-10-24 17:36+0000\n"
+"PO-Revision-Date: 2021-11-16 01:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textsdraw/ca/>\n"
"Language: ca\n"
@@ -734,7 +734,7 @@ msgctxt ""
"par_id3155333\n"
"help.text"
msgid "Technical diagrams often show the dimensions of objects in the drawing. In $[officename] Draw, you can use dimension lines to calculate and display linear dimensions."
-msgstr "Els diagrames tècnics tot sovint mostren les dimensions dels objectes que formen part del dibuix. Al $[officename] Draw podeu utilitzar línies de dimensió per calcular les dimensions lineals i visualitzar-les."
+msgstr "Els diagrames tècnics tot sovint mostren les dimensions dels objectes que formen part del dibuix. Al $[officename] Draw podeu utilitzar línies de cota per a calcular les dimensions lineals i visualitzar-les."
#. s5vj3
#: main0503.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw/guide.po b/source/ca/helpcontent2/source/text/sdraw/guide.po
index dfd3fb36442..acb907dfb4d 100644
--- a/source/ca/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ca/helpcontent2/source/text/sdraw/guide.po
@@ -4,16 +4,16 @@ 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: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2021-03-13 13:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdrawguide/ca/>\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textsdrawguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1547843035.000000\n"
@@ -2509,13 +2509,12 @@ msgstr "Controls"
#. GdLDG
#: layers.xhp
-#, fuzzy
msgctxt ""
"layers.xhp\n"
"par_id3150391\n"
"help.text"
msgid "Dimension Lines"
-msgstr "Línies de dimensió"
+msgstr "Línies de cota"
#. Xy8FC
#: layers.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index 4992acf68d8..515b37ab8ae 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ 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: 2021-06-11 17:09+0200\n"
-"PO-Revision-Date: 2021-10-25 16:41+0000\n"
+"PO-Revision-Date: 2021-11-08 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textshared01/ca/>\n"
"Language: ca\n"
@@ -4881,7 +4881,7 @@ msgctxt ""
"par_id3150772\n"
"help.text"
msgid "<ahelp hid=\".\">If the printer is capable of duplex printing it's possible to choose between using only one side of the paper or both.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Si la impressora és capaç d'imprimir dúplex, és possible triar entre utilitzar només un costat del paper o tots dos.</ahelp>"
#. cnnat
#: 01130000.xhp
@@ -15117,7 +15117,7 @@ msgctxt ""
"hd_id451614794558893\n"
"help.text"
msgid "Search"
-msgstr ""
+msgstr "Cerca"
#. JGCeA
#: 04100000.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/explorer/database.po b/source/ca/helpcontent2/source/text/shared/explorer/database.po
index c0a98da720f..18a84d46418 100644
--- a/source/ca/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/ca/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ 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: 2021-06-11 17:09+0200\n"
-"PO-Revision-Date: 2021-10-06 12:36+0000\n"
+"PO-Revision-Date: 2021-11-17 12:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textsharedexplorerdatabase/ca/>\n"
"Language: ca\n"
@@ -3007,7 +3007,6 @@ msgstr "<link href=\"text/shared/explorer/database/menuedit.xhp\">Edita</link>"
#. pGydt
#: menuedit.xhp
-#, fuzzy
msgctxt ""
"menuedit.xhp\n"
"par_idN1055D\n"
@@ -3871,7 +3870,6 @@ msgstr "<link href=\"text/shared/explorer/database/menuview.xhp\">Visualitza</li
#. 3Z8JA
#: menuview.xhp
-#, fuzzy
msgctxt ""
"menuview.xhp\n"
"par_idN1055D\n"
diff --git a/source/ca/helpcontent2/source/text/simpress/00.po b/source/ca/helpcontent2/source/text/simpress/00.po
index 7dc873591d1..f07489b9f38 100644
--- a/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/source/ca/helpcontent2/source/text/simpress/00.po
@@ -4,16 +4,16 @@ 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: 2021-03-19 17:31+0100\n"
-"PO-Revision-Date: 2021-08-30 13:39+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/ca/>\n"
+"PO-Revision-Date: 2021-11-16 01:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-7-2/textsimpress00/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.6.2\n"
+"X-Generator: Weblate 4.8.1\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561328862.000000\n"
@@ -753,7 +753,7 @@ msgctxt ""
"par_id3148489\n"
"help.text"
msgid "In the context menu of a dimension line, choose <emph>Dimensions</emph>."
-msgstr "En el menú contextual d'una línia de dimensió, trieu <emph>Dimensions</emph>."
+msgstr "En el menú contextual d'una línia de cota, trieu <emph>Cotes</emph>."
#. t2Prp
#: 00000405.xhp
@@ -762,7 +762,7 @@ msgctxt ""
"par_id3150207\n"
"help.text"
msgid "On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon."
-msgstr "A la barra d'eines <emph>Línies i fletxes</emph>, feu clic a la icona <emph>Línia de dimensió</emph>."
+msgstr "A la barra d'eines <emph>Línies i fletxes</emph>, feu clic a la icona <emph>Línia de cota</emph>."
#. s6Euy