/* -*- 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 //.............................................................................. namespace comphelper { //.............................................................................. using namespace ::com::sun::star; // MT 04/2003: was ::drafts::com::sun::star - otherwise to many changes using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::accessibility; //============================================================================== // OAccessibleKeyBindingHelper //============================================================================== OAccessibleKeyBindingHelper::OAccessibleKeyBindingHelper() { } // ----------------------------------------------------------------------------- OAccessibleKeyBindingHelper::OAccessibleKeyBindingHelper( const OAccessibleKeyBindingHelper& rHelper ) : cppu::WeakImplHelper1( rHelper ) , m_aKeyBindings( rHelper.m_aKeyBindings ) { } // ----------------------------------------------------------------------------- OAccessibleKeyBindingHelper::~OAccessibleKeyBindingHelper() { } // ----------------------------------------------------------------------------- void OAccessibleKeyBindingHelper::AddKeyBinding( const Sequence< awt::KeyStroke >& rKeyBinding ) throw (RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); m_aKeyBindings.push_back( rKeyBinding ); } // ----------------------------------------------------------------------------- void OAccessibleKeyBindingHelper::AddKeyBinding( const awt::KeyStroke& rKeyStroke ) throw (RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); Sequence< awt::KeyStroke > aSeq(1); aSeq[0] = rKeyStroke; m_aKeyBindings.push_back( aSeq ); } // ----------------------------------------------------------------------------- // XAccessibleKeyBinding // ----------------------------------------------------------------------------- sal_Int32 OAccessibleKeyBindingHelper::getAccessibleKeyBindingCount() throw (RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); return m_aKeyBindings.size(); } // ----------------------------------------------------------------------------- Sequence< awt::KeyStroke > OAccessibleKeyBindingHelper::getAccessibleKeyBinding( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); if ( nIndex < 0 || nIndex >= (sal_Int32)m_aKeyBindings.size() ) throw IndexOutOfBoundsException(); return m_aKeyBindings[nIndex]; } // ----------------------------------------------------------------------------- //.............................................................................. } // namespace comphelper //.............................................................................. /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ calc-multiline-input LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/ab/basctl/messages.po6
-rw-r--r--source/ab/chart2/messages.po4
-rw-r--r--source/ab/cui/messages.po108
-rw-r--r--source/ab/dbaccess/messages.po54
-rw-r--r--source/ab/editeng/messages.po180
-rw-r--r--source/ab/extras/source/autocorr/emoji.po328
-rw-r--r--source/ab/filter/messages.po4
-rw-r--r--source/ab/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ab/sc/messages.po10
-rw-r--r--source/ab/sd/messages.po422
-rw-r--r--source/ab/svtools/messages.po182
-rw-r--r--source/ab/svx/messages.po86
-rw-r--r--source/ab/sw/messages.po108
-rw-r--r--source/af/basctl/messages.po6
-rw-r--r--source/af/cui/messages.po110
-rw-r--r--source/af/editeng/messages.po180
-rw-r--r--source/af/formula/messages.po4
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/af/sc/messages.po24
-rw-r--r--source/af/sd/messages.po422
-rw-r--r--source/af/svx/messages.po18
-rw-r--r--source/af/sw/messages.po108
-rw-r--r--source/am/basctl/messages.po4
-rw-r--r--source/am/cui/messages.po102
-rw-r--r--source/am/editeng/messages.po178
-rw-r--r--source/am/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/am/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/am/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/am/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/am/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/am/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/am/sc/messages.po10
-rw-r--r--source/am/sd/messages.po420
-rw-r--r--source/am/svx/messages.po18
-rw-r--r--source/am/sw/messages.po110
-rw-r--r--source/an/basctl/messages.po6
-rw-r--r--source/an/cui/messages.po104
-rw-r--r--source/an/editeng/messages.po178
-rw-r--r--source/an/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/an/sc/messages.po10
-rw-r--r--source/an/sd/messages.po420
-rw-r--r--source/an/svx/messages.po18
-rw-r--r--source/an/sw/messages.po110
-rw-r--r--source/ar/basctl/messages.po4
-rw-r--r--source/ar/cui/messages.po108
-rw-r--r--source/ar/editeng/messages.po178
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ar/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/ar/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ar/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ar/sc/messages.po10
-rw-r--r--source/ar/sd/messages.po420
-rw-r--r--source/ar/svx/messages.po18
-rw-r--r--source/ar/sw/messages.po108
-rw-r--r--source/as/basctl/messages.po4
-rw-r--r--source/as/cui/messages.po102
-rw-r--r--source/as/editeng/messages.po178
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/as/sc/messages.po10
-rw-r--r--source/as/sd/messages.po420
-rw-r--r--source/as/svx/messages.po18
-rw-r--r--source/as/sw/messages.po108
-rw-r--r--source/ast/basctl/messages.po6
-rw-r--r--source/ast/cui/messages.po151
-rw-r--r--source/ast/dictionaries/af_ZA.po12
-rw-r--r--source/ast/dictionaries/ar.po12
-rw-r--r--source/ast/dictionaries/bg_BG.po12
-rw-r--r--source/ast/dictionaries/ca.po12
-rw-r--r--source/ast/dictionaries/cs_CZ.po10
-rw-r--r--source/ast/dictionaries/da_DK.po10
-rw-r--r--source/ast/dictionaries/de.po12
-rw-r--r--source/ast/dictionaries/el_GR.po12
-rw-r--r--source/ast/dictionaries/en.po12
-rw-r--r--source/ast/dictionaries/fr_FR.po12
-rw-r--r--source/ast/dictionaries/gl.po12
-rw-r--r--source/ast/dictionaries/hr_HR.po12
-rw-r--r--source/ast/dictionaries/hu_HU.po12
-rw-r--r--source/ast/dictionaries/it_IT.po12
-rw-r--r--source/ast/dictionaries/lt_LT.po12
-rw-r--r--source/ast/dictionaries/lv_LV.po12
-rw-r--r--source/ast/dictionaries/ne_NP.po12
-rw-r--r--source/ast/dictionaries/nl_NL.po12
-rw-r--r--source/ast/dictionaries/no.po12
-rw-r--r--source/ast/dictionaries/pl_PL.po12
-rw-r--r--source/ast/dictionaries/ro.po12
-rw-r--r--source/ast/dictionaries/ru_RU.po12
-rw-r--r--source/ast/dictionaries/sk_SK.po12
-rw-r--r--source/ast/dictionaries/sl_SI.po12
-rw-r--r--source/ast/dictionaries/sr.po12
-rw-r--r--source/ast/dictionaries/te_IN.po12
-rw-r--r--source/ast/dictionaries/uk_UA.po12
-rw-r--r--source/ast/dictionaries/zu_ZA.po12
-rw-r--r--source/ast/editeng/messages.po180
-rw-r--r--source/ast/extensions/messages.po44
-rw-r--r--source/ast/extras/source/autocorr/emoji.po197
-rw-r--r--source/ast/filter/messages.po10
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/ast/helpcontent2/source/text/scalc/00.po34
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po36
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ast/helpcontent2/source/text/shared.po8
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po86
-rw-r--r--source/ast/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po17
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/01.po16
-rw-r--r--source/ast/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/ast/helpcontent2/source/text/swriter/00.po30
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po24
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po41
-rw-r--r--source/ast/sc/messages.po21
-rw-r--r--source/ast/scp2/source/ooo.po48
-rw-r--r--source/ast/sd/messages.po424
-rw-r--r--source/ast/svx/messages.po34
-rw-r--r--source/ast/sw/messages.po124
-rw-r--r--source/az/basctl/messages.po4
-rw-r--r--source/az/cui/messages.po102
-rw-r--r--source/az/editeng/messages.po178
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/az/sc/messages.po10
-rw-r--r--source/az/sd/messages.po420
-rw-r--r--source/az/svx/messages.po18
-rw-r--r--source/az/sw/messages.po108
-rw-r--r--source/be/basctl/messages.po4
-rw-r--r--source/be/cui/messages.po102
-rw-r--r--source/be/editeng/messages.po178
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/be/sc/messages.po10
-rw-r--r--source/be/sd/messages.po420
-rw-r--r--source/be/svx/messages.po18
-rw-r--r--source/be/sw/messages.po108
-rw-r--r--source/bg/basctl/messages.po6
-rw-r--r--source/bg/cui/messages.po110
-rw-r--r--source/bg/editeng/messages.po178
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po588
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po202
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/bg/helpcontent2/source/text/simpress/02.po26
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/bg/helpcontent2/source/text/swriter/04.po12
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bg/sc/messages.po32
-rw-r--r--source/bg/sd/messages.po420
-rw-r--r--source/bg/svx/messages.po18
-rw-r--r--source/bg/sw/messages.po108
-rw-r--r--source/bn-IN/basctl/messages.po4
-rw-r--r--source/bn-IN/cui/messages.po102
-rw-r--r--source/bn-IN/editeng/messages.po178
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bn-IN/sc/messages.po10
-rw-r--r--source/bn-IN/sd/messages.po420
-rw-r--r--source/bn-IN/svx/messages.po18
-rw-r--r--source/bn-IN/sw/messages.po108
-rw-r--r--source/bn/basctl/messages.po4
-rw-r--r--source/bn/cui/messages.po102
-rw-r--r--source/bn/editeng/messages.po178
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/bn/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bn/sc/messages.po10
-rw-r--r--source/bn/sd/messages.po420
-rw-r--r--source/bn/svx/messages.po18
-rw-r--r--source/bn/sw/messages.po108
-rw-r--r--source/bo/basctl/messages.po4
-rw-r--r--source/bo/cui/messages.po102
-rw-r--r--source/bo/editeng/messages.po178
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/bo/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/bo/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bo/sc/messages.po10
-rw-r--r--source/bo/sd/messages.po420
-rw-r--r--source/bo/svx/messages.po18
-rw-r--r--source/bo/sw/messages.po108
-rw-r--r--source/br/basctl/messages.po4
-rw-r--r--source/br/cui/messages.po102
-rw-r--r--source/br/editeng/messages.po178
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/br/sc/messages.po10
-rw-r--r--source/br/sd/messages.po420
-rw-r--r--source/br/svx/messages.po18
-rw-r--r--source/br/sw/messages.po108
-rw-r--r--source/brx/basctl/messages.po4
-rw-r--r--source/brx/cui/messages.po102
-rw-r--r--source/brx/editeng/messages.po178
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/brx/sc/messages.po10
-rw-r--r--source/brx/sd/messages.po420
-rw-r--r--source/brx/svx/messages.po18
-rw-r--r--source/brx/sw/messages.po108
-rw-r--r--source/bs/basctl/messages.po4
-rw-r--r--source/bs/cui/messages.po102
-rw-r--r--source/bs/editeng/messages.po178
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/bs/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/bs/sc/messages.po10
-rw-r--r--source/bs/sd/messages.po420
-rw-r--r--source/bs/svx/messages.po18
-rw-r--r--source/bs/sw/messages.po108
-rw-r--r--source/ca-valencia/basctl/messages.po4
-rw-r--r--source/ca-valencia/cui/messages.po108
-rw-r--r--source/ca-valencia/editeng/messages.po178
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/02.po24
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ca-valencia/sc/messages.po10
-rw-r--r--source/ca-valencia/sd/messages.po420
-rw-r--r--source/ca-valencia/svx/messages.po18
-rw-r--r--source/ca-valencia/sw/messages.po108
-rw-r--r--source/ca/basctl/messages.po6
-rw-r--r--source/ca/cui/messages.po140
-rw-r--r--source/ca/editeng/messages.po182
-rw-r--r--source/ca/filter/messages.po14
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/python.po4
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po34
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po15
-rw-r--r--source/ca/helpcontent2/source/text/scalc/04.po6
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--source/ca/helpcontent2/source/text/shared.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po68
-rw-r--r--source/ca/helpcontent2/source/text/shared/02.po11
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po11
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/ca/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po12
-rw-r--r--source/ca/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/ca/helpcontent2/source/text/swriter/librelogo.po4
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po22
-rw-r--r--source/ca/sc/messages.po17
-rw-r--r--source/ca/sd/messages.po420
-rw-r--r--source/ca/svx/messages.po36
-rw-r--r--source/ca/sw/messages.po116
-rw-r--r--source/ckb/basctl/messages.po4
-rw-r--r--source/ckb/cui/messages.po102
-rw-r--r--source/ckb/editeng/messages.po178
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ckb/sc/messages.po10
-rw-r--r--source/ckb/sd/messages.po420
-rw-r--r--source/ckb/svx/messages.po18
-rw-r--r--source/ckb/sw/messages.po108
-rw-r--r--source/cs/basctl/messages.po6
-rw-r--r--source/cs/cui/messages.po110
-rw-r--r--source/cs/editeng/messages.po180
-rw-r--r--source/cs/formula/messages.po6
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po18
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/03.po44
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po166
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/cs/helpcontent2/source/text/shared.po12
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po14
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po66
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po30
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/cs/sc/messages.po26
-rw-r--r--source/cs/sd/messages.po422
-rw-r--r--source/cs/svx/messages.po48
-rw-r--r--source/cs/sw/messages.po110
-rw-r--r--source/cy/basctl/messages.po6
-rw-r--r--source/cy/cui/messages.po108
-rw-r--r--source/cy/editeng/messages.po180
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/cy/sc/messages.po10
-rw-r--r--source/cy/sd/messages.po420
-rw-r--r--source/cy/svx/messages.po18
-rw-r--r--source/cy/sw/messages.po108
-rw-r--r--source/da/basctl/messages.po4
-rw-r--r--source/da/cui/messages.po104
-rw-r--r--source/da/editeng/messages.po178
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/da/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/da/sc/messages.po10
-rw-r--r--source/da/sd/messages.po420
-rw-r--r--source/da/svx/messages.po18
-rw-r--r--source/da/sw/messages.po108
-rw-r--r--source/de/basctl/messages.po6
-rw-r--r--source/de/cui/messages.po112
-rw-r--r--source/de/editeng/messages.po180
-rw-r--r--source/de/formula/messages.po8
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po444
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po26
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po32
-rw-r--r--source/de/sc/messages.po53
-rw-r--r--source/de/sd/messages.po428
-rw-r--r--source/de/sfx2/messages.po6
-rw-r--r--source/de/svx/messages.po44
-rw-r--r--source/de/sw/messages.po160
-rw-r--r--source/dgo/basctl/messages.po4
-rw-r--r--source/dgo/cui/messages.po102
-rw-r--r--source/dgo/editeng/messages.po178
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/dgo/sc/messages.po10
-rw-r--r--source/dgo/sd/messages.po420
-rw-r--r--source/dgo/svx/messages.po18
-rw-r--r--source/dgo/sw/messages.po108
-rw-r--r--source/dsb/basctl/messages.po6
-rw-r--r--source/dsb/cui/messages.po110
-rw-r--r--source/dsb/editeng/messages.po180
-rw-r--r--source/dsb/formula/messages.po6
-rw-r--r--source/dsb/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/dsb/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/dsb/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/dsb/helpcontent2/source/text/shared/02.po402
-rw-r--r--source/dsb/helpcontent2/source/text/shared/05.po4
-rw-r--r--source/dsb/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/dsb/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/dsb/sc/messages.po26
-rw-r--r--source/dsb/sd/messages.po422
-rw-r--r--source/dsb/svx/messages.po38
-rw-r--r--source/dsb/sw/messages.po110
-rw-r--r--source/dz/basctl/messages.po4
-rw-r--r--source/dz/cui/messages.po102
-rw-r--r--source/dz/editeng/messages.po178
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/dz/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/dz/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/dz/sc/messages.po10
-rw-r--r--source/dz/sd/messages.po420
-rw-r--r--source/dz/svx/messages.po18
-rw-r--r--source/dz/sw/messages.po108
-rw-r--r--source/el/basctl/messages.po6
-rw-r--r--source/el/cui/messages.po110
-rw-r--r--source/el/editeng/messages.po180
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/el/helpcontent2/source/text/simpress/02.po26
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/el/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/el/sc/messages.po10
-rw-r--r--source/el/sd/messages.po420
-rw-r--r--source/el/svx/messages.po18
-rw-r--r--source/el/sw/messages.po172
-rw-r--r--source/en-GB/basctl/messages.po4
-rw-r--r--source/en-GB/cui/messages.po108
-rw-r--r--source/en-GB/editeng/messages.po178
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/en-GB/sc/messages.po10
-rw-r--r--source/en-GB/sd/messages.po420
-rw-r--r--source/en-GB/svx/messages.po18
-rw-r--r--source/en-GB/sw/messages.po108
-rw-r--r--source/en-ZA/basctl/messages.po4
-rw-r--r--source/en-ZA/cui/messages.po102
-rw-r--r--source/en-ZA/editeng/messages.po178
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/en-ZA/sc/messages.po10
-rw-r--r--source/en-ZA/sd/messages.po420
-rw-r--r--source/en-ZA/svx/messages.po18
-rw-r--r--source/en-ZA/sw/messages.po108
-rw-r--r--source/eo/basctl/messages.po4
-rw-r--r--source/eo/cui/messages.po108
-rw-r--r--source/eo/editeng/messages.po178
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/eo/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/eo/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/eo/sc/messages.po10
-rw-r--r--source/eo/sd/messages.po420
-rw-r--r--source/eo/svx/messages.po18
-rw-r--r--source/eo/sw/messages.po108
-rw-r--r--source/es/basctl/messages.po12
-rw-r--r--source/es/cui/messages.po176
-rw-r--r--source/es/dictionaries/af_ZA.po8
-rw-r--r--source/es/dictionaries/be_BY.po8
-rw-r--r--source/es/dictionaries/bg_BG.po8
-rw-r--r--source/es/dictionaries/ca.po8
-rw-r--r--source/es/dictionaries/cs_CZ.po8
-rw-r--r--source/es/dictionaries/da_DK.po10
-rw-r--r--source/es/dictionaries/de.po8
-rw-r--r--source/es/dictionaries/el_GR.po8
-rw-r--r--source/es/dictionaries/en.po8
-rw-r--r--source/es/dictionaries/eo.po8
-rw-r--r--source/es/dictionaries/es.po8
-rw-r--r--source/es/dictionaries/et_EE.po8
-rw-r--r--source/es/dictionaries/fr_FR.po8
-rw-r--r--source/es/dictionaries/gl.po8
-rw-r--r--source/es/dictionaries/hr_HR.po8
-rw-r--r--source/es/dictionaries/hu_HU.po8
-rw-r--r--source/es/dictionaries/hu_HU/dialog.po8
-rw-r--r--source/es/dictionaries/id.po8
-rw-r--r--source/es/dictionaries/is.po8
-rw-r--r--source/es/dictionaries/it_IT.po8
-rw-r--r--source/es/dictionaries/lt_LT.po8
-rw-r--r--source/es/dictionaries/lv_LV.po8
-rw-r--r--source/es/dictionaries/mn_MN.po8
-rw-r--r--source/es/dictionaries/nl_NL.po8
-rw-r--r--source/es/dictionaries/no.po8
-rw-r--r--source/es/dictionaries/pl_PL.po8
-rw-r--r--source/es/dictionaries/pt_BR.po8
-rw-r--r--source/es/dictionaries/pt_PT.po8
-rw-r--r--source/es/dictionaries/ro.po8
-rw-r--r--source/es/dictionaries/ru_RU.po8
-rw-r--r--source/es/dictionaries/sk_SK.po8
-rw-r--r--source/es/dictionaries/sl_SI.po8
-rw-r--r--source/es/dictionaries/sq_AL.po8
-rw-r--r--source/es/dictionaries/sr.po8
-rw-r--r--source/es/dictionaries/te_IN.po8
-rw-r--r--source/es/dictionaries/th_TH.po8
-rw-r--r--source/es/dictionaries/uk_UA.po8
-rw-r--r--source/es/dictionaries/zu_ZA.po8
-rw-r--r--source/es/editeng/messages.po190
-rw-r--r--source/es/extensions/messages.po4
-rw-r--r--source/es/filter/messages.po16
-rw-r--r--source/es/formula/messages.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po36
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/es/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--source/es/helpcontent2/source/text/shared.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po28
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po94
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po19
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po44
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/es/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po14
-rw-r--r--source/es/helpcontent2/source/text/smath/00.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po42
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po50
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po56
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--source/es/sc/messages.po27
-rw-r--r--source/es/scp2/source/ooo.po70
-rw-r--r--source/es/sd/messages.po424
-rw-r--r--source/es/svtools/messages.po6
-rw-r--r--source/es/svx/messages.po34
-rw-r--r--source/es/sw/messages.po154
-rw-r--r--source/es/uui/messages.po5
-rw-r--r--source/es/vcl/messages.po6
-rw-r--r--source/et/basctl/messages.po4
-rw-r--r--source/et/cui/messages.po104
-rw-r--r--source/et/editeng/messages.po178
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/et/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/et/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/et/sc/messages.po10
-rw-r--r--source/et/sd/messages.po420
-rw-r--r--source/et/svx/messages.po18
-rw-r--r--source/et/sw/messages.po108
-rw-r--r--source/eu/basctl/messages.po4
-rw-r--r--source/eu/cui/messages.po108
-rw-r--r--source/eu/editeng/messages.po178
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/eu/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/eu/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/eu/sc/messages.po10
-rw-r--r--source/eu/sd/messages.po420
-rw-r--r--source/eu/svx/messages.po18
-rw-r--r--source/eu/sw/messages.po108
-rw-r--r--source/fa/basctl/messages.po4
-rw-r--r--source/fa/cui/messages.po102
-rw-r--r--source/fa/editeng/messages.po180
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/fa/sc/messages.po10
-rw-r--r--source/fa/sd/messages.po420
-rw-r--r--source/fa/svx/messages.po18
-rw-r--r--source/fa/sw/messages.po108
-rw-r--r--source/fi/basctl/messages.po6
-rw-r--r--source/fi/cui/messages.po110
-rw-r--r--source/fi/editeng/messages.po180
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/fi/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/fi/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/fi/sc/messages.po10
-rw-r--r--source/fi/sd/messages.po420
-rw-r--r--source/fi/svx/messages.po30
-rw-r--r--source/fi/sw/messages.po110
-rw-r--r--source/fr/basctl/messages.po4
-rw-r--r--source/fr/cui/messages.po108
-rw-r--r--source/fr/editeng/messages.po178
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/01.po8
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/fr/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po26
-rw-r--r--source/fr/helpcontent2/source/text/swriter/02.po20
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/fr/sc/messages.po10
-rw-r--r--source/fr/sd/messages.po420
-rw-r--r--source/fr/svx/messages.po18
-rw-r--r--source/fr/sw/messages.po108
-rw-r--r--source/fur/basctl/messages.po4
-rw-r--r--source/fur/cui/messages.po102
-rw-r--r--source/fur/editeng/messages.po178
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/fur/sc/messages.po10
-rw-r--r--source/fur/sd/messages.po420
-rw-r--r--source/fur/svx/messages.po18
-rw-r--r--source/fur/sw/messages.po108
-rw-r--r--source/fy/basctl/messages.po4
-rw-r--r--source/fy/cui/messages.po104
-rw-r--r--source/fy/editeng/messages.po178
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/fy/sc/messages.po10
-rw-r--r--source/fy/sd/messages.po420
-rw-r--r--source/fy/svx/messages.po18
-rw-r--r--source/fy/sw/messages.po108
-rw-r--r--source/ga/basctl/messages.po4
-rw-r--r--source/ga/cui/messages.po102
-rw-r--r--source/ga/editeng/messages.po178
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ga/sc/messages.po10
-rw-r--r--source/ga/sd/messages.po420
-rw-r--r--source/ga/svx/messages.po18
-rw-r--r--source/ga/sw/messages.po108
-rw-r--r--source/gd/basctl/messages.po4
-rw-r--r--source/gd/cui/messages.po102
-rw-r--r--source/gd/editeng/messages.po178
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/gd/sc/messages.po10
-rw-r--r--source/gd/sd/messages.po420
-rw-r--r--source/gd/svx/messages.po18
-rw-r--r--source/gd/sw/messages.po108
-rw-r--r--source/gl/basctl/messages.po6
-rw-r--r--source/gl/cui/messages.po118
-rw-r--r--source/gl/editeng/messages.po180
-rw-r--r--source/gl/formula/messages.po4
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po26
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/gl/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/gl/sc/messages.po24
-rw-r--r--source/gl/sd/messages.po426
-rw-r--r--source/gl/svx/messages.po44
-rw-r--r--source/gl/sw/messages.po114
-rw-r--r--source/gu/basctl/messages.po4
-rw-r--r--source/gu/cui/messages.po102
-rw-r--r--source/gu/editeng/messages.po178
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/gu/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/gu/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/gu/sc/messages.po10
-rw-r--r--source/gu/sd/messages.po420
-rw-r--r--source/gu/svx/messages.po18
-rw-r--r--source/gu/sw/messages.po108
-rw-r--r--source/gug/basctl/messages.po4
-rw-r--r--source/gug/cui/messages.po102
-rw-r--r--source/gug/editeng/messages.po178
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/gug/helpcontent2/source/text/scalc/00.po36
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/00.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared.po6
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po28
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po94
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po19
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po44
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po14
-rw-r--r--source/gug/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/gug/helpcontent2/source/text/simpress/04.po14
-rw-r--r--source/gug/helpcontent2/source/text/smath/00.po6
-rw-r--r--source/gug/helpcontent2/source/text/swriter.po6
-rw-r--r--source/gug/helpcontent2/source/text/swriter/00.po42
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po50
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/gug/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po56
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/gug/sc/messages.po10
-rw-r--r--source/gug/sd/messages.po420
-rw-r--r--source/gug/svx/messages.po18
-rw-r--r--source/gug/sw/messages.po108
-rw-r--r--source/he/basctl/messages.po30
-rw-r--r--source/he/cui/messages.po102
-rw-r--r--source/he/editeng/messages.po180
-rw-r--r--source/he/extensions/messages.po19
-rw-r--r--source/he/extras/source/autocorr/emoji.po58
-rw-r--r--source/he/formula/messages.po8
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/he/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/he/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/he/sc/messages.po10
-rw-r--r--source/he/sd/messages.po420
-rw-r--r--source/he/sfx2/messages.po6
-rw-r--r--source/he/svtools/messages.po14
-rw-r--r--source/he/svx/messages.po18
-rw-r--r--source/he/sw/messages.po195
-rw-r--r--source/he/xmlsecurity/messages.po18
-rw-r--r--source/hi/basctl/messages.po4
-rw-r--r--source/hi/cui/messages.po102
-rw-r--r--source/hi/editeng/messages.po178
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/hi/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/hi/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/hi/sc/messages.po10
-rw-r--r--source/hi/sd/messages.po420
-rw-r--r--source/hi/svx/messages.po18
-rw-r--r--source/hi/sw/messages.po108
-rw-r--r--source/hr/basctl/messages.po4
-rw-r--r--source/hr/cui/messages.po102
-rw-r--r--source/hr/editeng/messages.po178
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/hr/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/hr/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/hr/sc/messages.po10
-rw-r--r--source/hr/sd/messages.po420
-rw-r--r--source/hr/svx/messages.po18
-rw-r--r--source/hr/sw/messages.po108
-rw-r--r--source/hsb/basctl/messages.po6
-rw-r--r--source/hsb/cui/messages.po110
-rw-r--r--source/hsb/editeng/messages.po180
-rw-r--r--source/hsb/formula/messages.po6
-rw-r--r--source/hsb/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/hsb/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/hsb/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/hsb/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/hsb/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/hsb/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/hsb/sc/messages.po26
-rw-r--r--source/hsb/sd/messages.po422
-rw-r--r--source/hsb/svx/messages.po38
-rw-r--r--source/hsb/sw/messages.po110
-rw-r--r--source/hu/basctl/messages.po4
-rw-r--r--source/hu/cui/messages.po108
-rw-r--r--source/hu/editeng/messages.po178
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/hu/helpcontent2/source/text/simpress/02.po24
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/hu/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/hu/sc/messages.po10
-rw-r--r--source/hu/sd/messages.po420
-rw-r--r--source/hu/svx/messages.po18
-rw-r--r--source/hu/sw/messages.po108
-rw-r--r--source/hy/basctl/messages.po6
-rw-r--r--source/hy/cui/messages.po110
-rw-r--r--source/hy/editeng/messages.po180
-rw-r--r--source/hy/formula/messages.po6
-rw-r--r--source/hy/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/hy/sc/messages.po26
-rw-r--r--source/hy/sd/messages.po422
-rw-r--r--source/hy/svx/messages.po38
-rw-r--r--source/hy/sw/messages.po110
-rw-r--r--source/id/basctl/messages.po4
-rw-r--r--source/id/cui/messages.po108
-rw-r--r--source/id/editeng/messages.po178
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/id/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/id/sc/messages.po10
-rw-r--r--source/id/sd/messages.po420
-rw-r--r--source/id/svx/messages.po18
-rw-r--r--source/id/sw/messages.po108
-rw-r--r--source/is/basctl/messages.po4
-rw-r--r--source/is/cui/messages.po108
-rw-r--r--source/is/editeng/messages.po178
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/is/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/is/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/is/sc/messages.po10
-rw-r--r--source/is/sd/messages.po420
-rw-r--r--source/is/svx/messages.po18
-rw-r--r--source/is/sw/messages.po108
-rw-r--r--source/it/basctl/messages.po4
-rw-r--r--source/it/cui/messages.po120
-rw-r--r--source/it/editeng/messages.po180
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po246
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/it/helpcontent2/source/text/simpress/02.po26
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/it/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/it/sc/messages.po10
-rw-r--r--source/it/sd/messages.po420
-rw-r--r--source/it/svx/messages.po18
-rw-r--r--source/it/sw/messages.po108
-rw-r--r--source/ja/basctl/messages.po4
-rw-r--r--source/ja/cui/messages.po108
-rw-r--r--source/ja/editeng/messages.po178
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ja/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ja/sc/messages.po10
-rw-r--r--source/ja/sd/messages.po420
-rw-r--r--source/ja/svx/messages.po26
-rw-r--r--source/ja/sw/messages.po116
-rw-r--r--source/jv/basctl/messages.po4
-rw-r--r--source/jv/cui/messages.po102
-rw-r--r--source/jv/editeng/messages.po178
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/jv/sc/messages.po10
-rw-r--r--source/jv/sd/messages.po420
-rw-r--r--source/jv/svx/messages.po18
-rw-r--r--source/jv/sw/messages.po108
-rw-r--r--source/ka/basctl/messages.po4
-rw-r--r--source/ka/cui/messages.po102
-rw-r--r--source/ka/editeng/messages.po178
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ka/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ka/sc/messages.po10
-rw-r--r--source/ka/sd/messages.po420
-rw-r--r--source/ka/svx/messages.po18
-rw-r--r--source/ka/sw/messages.po108
-rw-r--r--source/kab/basctl/messages.po4
-rw-r--r--source/kab/cui/messages.po102
-rw-r--r--source/kab/editeng/messages.po178
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kab/sc/messages.po10
-rw-r--r--source/kab/sd/messages.po420
-rw-r--r--source/kab/svx/messages.po18
-rw-r--r--source/kab/sw/messages.po108
-rw-r--r--source/kk/basctl/messages.po4
-rw-r--r--source/kk/cui/messages.po108
-rw-r--r--source/kk/editeng/messages.po178
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kk/sc/messages.po10
-rw-r--r--source/kk/sd/messages.po420
-rw-r--r--source/kk/svx/messages.po18
-rw-r--r--source/kk/sw/messages.po108
-rw-r--r--source/kl/basctl/messages.po4
-rw-r--r--source/kl/cui/messages.po102
-rw-r--r--source/kl/editeng/messages.po178
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kl/sc/messages.po10
-rw-r--r--source/kl/sd/messages.po420
-rw-r--r--source/kl/svx/messages.po18
-rw-r--r--source/kl/sw/messages.po108
-rw-r--r--source/km/basctl/messages.po4
-rw-r--r--source/km/cui/messages.po102
-rw-r--r--source/km/editeng/messages.po178
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/km/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/km/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/km/sc/messages.po10
-rw-r--r--source/km/sd/messages.po420
-rw-r--r--source/km/svx/messages.po18
-rw-r--r--source/km/sw/messages.po108
-rw-r--r--source/kmr-Latn/basctl/messages.po4
-rw-r--r--source/kmr-Latn/cui/messages.po102
-rw-r--r--source/kmr-Latn/editeng/messages.po178
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kmr-Latn/sc/messages.po10
-rw-r--r--source/kmr-Latn/sd/messages.po420
-rw-r--r--source/kmr-Latn/svx/messages.po18
-rw-r--r--source/kmr-Latn/sw/messages.po108
-rw-r--r--source/kn/basctl/messages.po4
-rw-r--r--source/kn/cui/messages.po102
-rw-r--r--source/kn/editeng/messages.po178
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kn/sc/messages.po10
-rw-r--r--source/kn/sd/messages.po420
-rw-r--r--source/kn/svx/messages.po18
-rw-r--r--source/kn/sw/messages.po108
-rw-r--r--source/ko/basctl/messages.po4
-rw-r--r--source/ko/cui/messages.po102
-rw-r--r--source/ko/editeng/messages.po178
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ko/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ko/sc/messages.po10
-rw-r--r--source/ko/sd/messages.po420
-rw-r--r--source/ko/svx/messages.po18
-rw-r--r--source/ko/sw/messages.po108
-rw-r--r--source/kok/basctl/messages.po4
-rw-r--r--source/kok/cui/messages.po102
-rw-r--r--source/kok/editeng/messages.po178
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/kok/sc/messages.po10
-rw-r--r--source/kok/sd/messages.po420
-rw-r--r--source/kok/svx/messages.po18
-rw-r--r--source/kok/sw/messages.po108
-rw-r--r--source/ks/basctl/messages.po4
-rw-r--r--source/ks/cui/messages.po102
-rw-r--r--source/ks/editeng/messages.po178
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ks/sc/messages.po10
-rw-r--r--source/ks/sd/messages.po420
-rw-r--r--source/ks/svx/messages.po18
-rw-r--r--source/ks/sw/messages.po108
-rw-r--r--source/ky/basctl/messages.po4
-rw-r--r--source/ky/cui/messages.po102
-rw-r--r--source/ky/editeng/messages.po178
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ky/sc/messages.po10
-rw-r--r--source/ky/sd/messages.po420
-rw-r--r--source/ky/svx/messages.po18
-rw-r--r--source/ky/sw/messages.po108
-rw-r--r--source/lb/basctl/messages.po4
-rw-r--r--source/lb/cui/messages.po102
-rw-r--r--source/lb/editeng/messages.po178
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/lb/sc/messages.po10
-rw-r--r--source/lb/sd/messages.po420
-rw-r--r--source/lb/svx/messages.po18
-rw-r--r--source/lb/sw/messages.po108
-rw-r--r--source/lo/basctl/messages.po4
-rw-r--r--source/lo/cui/messages.po102
-rw-r--r--source/lo/editeng/messages.po178
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/lo/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/lo/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/lo/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/lo/sc/messages.po10
-rw-r--r--source/lo/sd/messages.po420
-rw-r--r--source/lo/svx/messages.po18
-rw-r--r--source/lo/sw/messages.po108
-rw-r--r--source/lt/basctl/messages.po4
-rw-r--r--source/lt/cui/messages.po106
-rw-r--r--source/lt/editeng/messages.po178
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/lt/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/lt/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/lt/sc/messages.po10
-rw-r--r--source/lt/sd/messages.po420
-rw-r--r--source/lt/svx/messages.po18
-rw-r--r--source/lt/sw/messages.po108
-rw-r--r--source/lv/basctl/messages.po4
-rw-r--r--source/lv/cui/messages.po102
-rw-r--r--source/lv/editeng/messages.po178
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/lv/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/lv/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/lv/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/lv/sc/messages.po10
-rw-r--r--source/lv/sd/messages.po420
-rw-r--r--source/lv/svx/messages.po18
-rw-r--r--source/lv/sw/messages.po110
-rw-r--r--source/mai/basctl/messages.po4
-rw-r--r--source/mai/cui/messages.po102
-rw-r--r--source/mai/editeng/messages.po178
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/mai/sc/messages.po10
-rw-r--r--source/mai/sd/messages.po420
-rw-r--r--source/mai/svx/messages.po18
-rw-r--r--source/mai/sw/messages.po108
-rw-r--r--source/mk/basctl/messages.po4
-rw-r--r--source/mk/cui/messages.po102
-rw-r--r--source/mk/editeng/messages.po178
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/mk/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/mk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/mk/sc/messages.po10
-rw-r--r--source/mk/sd/messages.po420
-rw-r--r--source/mk/svx/messages.po18
-rw-r--r--source/mk/sw/messages.po108
-rw-r--r--source/ml/basctl/messages.po4
-rw-r--r--source/ml/cui/messages.po102
-rw-r--r--source/ml/editeng/messages.po178
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ml/sc/messages.po10
-rw-r--r--source/ml/sd/messages.po420
-rw-r--r--source/ml/svx/messages.po18
-rw-r--r--source/ml/sw/messages.po108
-rw-r--r--source/mn/basctl/messages.po4
-rw-r--r--source/mn/cui/messages.po104
-rw-r--r--source/mn/editeng/messages.po178
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/mn/sc/messages.po10
-rw-r--r--source/mn/sd/messages.po420
-rw-r--r--source/mn/svx/messages.po18
-rw-r--r--source/mn/sw/messages.po110
-rw-r--r--source/mni/basctl/messages.po4
-rw-r--r--source/mni/cui/messages.po102
-rw-r--r--source/mni/editeng/messages.po178
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/mni/sc/messages.po10
-rw-r--r--source/mni/sd/messages.po420
-rw-r--r--source/mni/svx/messages.po18
-rw-r--r--source/mni/sw/messages.po108
-rw-r--r--source/mr/basctl/messages.po4
-rw-r--r--source/mr/cui/messages.po102
-rw-r--r--source/mr/editeng/messages.po178
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/mr/sc/messages.po10
-rw-r--r--source/mr/sd/messages.po420
-rw-r--r--source/mr/svx/messages.po18
-rw-r--r--source/mr/sw/messages.po108
-rw-r--r--source/my/basctl/messages.po4
-rw-r--r--source/my/cui/messages.po102
-rw-r--r--source/my/editeng/messages.po178
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/my/sc/messages.po10
-rw-r--r--source/my/sd/messages.po420
-rw-r--r--source/my/svx/messages.po18
-rw-r--r--source/my/sw/messages.po108
-rw-r--r--source/nb/basctl/messages.po6
-rw-r--r--source/nb/cui/messages.po108
-rw-r--r--source/nb/editeng/messages.po180
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/nb/helpcontent2/source/text/simpress/02.po26
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/nb/sc/messages.po10
-rw-r--r--source/nb/sd/messages.po420
-rw-r--r--source/nb/svx/messages.po18
-rw-r--r--source/nb/sw/messages.po108
-rw-r--r--source/ne/basctl/messages.po4
-rw-r--r--source/ne/cui/messages.po102
-rw-r--r--source/ne/editeng/messages.po178
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ne/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ne/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ne/sc/messages.po10
-rw-r--r--source/ne/sd/messages.po420
-rw-r--r--source/ne/svx/messages.po18
-rw-r--r--source/ne/sw/messages.po108
-rw-r--r--source/nl/basctl/messages.po6
-rw-r--r--source/nl/cui/messages.po116
-rw-r--r--source/nl/editeng/messages.po180
-rw-r--r--source/nl/formula/messages.po8
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po44
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po134
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po250
-rw-r--r--source/nl/helpcontent2/source/text/scalc/04.po6
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/01.po14
-rw-r--r--source/nl/helpcontent2/source/text/shared.po8
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po324
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po210
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/nl/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--source/nl/sc/messages.po26
-rw-r--r--source/nl/sd/messages.po422
-rw-r--r--source/nl/svx/messages.po38
-rw-r--r--source/nl/sw/messages.po110
-rw-r--r--source/nn/basctl/messages.po6
-rw-r--r--source/nn/cui/messages.po110
-rw-r--r--source/nn/editeng/messages.po180
-rw-r--r--source/nn/formula/messages.po6
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/03.po20
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po18
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po66
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/nn/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/nn/sc/messages.po26
-rw-r--r--source/nn/sd/messages.po422
-rw-r--r--source/nn/svx/messages.po38
-rw-r--r--source/nn/sw/messages.po110
-rw-r--r--source/nr/basctl/messages.po4
-rw-r--r--source/nr/cui/messages.po102
-rw-r--r--source/nr/editeng/messages.po178
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/nr/sc/messages.po10
-rw-r--r--source/nr/sd/messages.po420
-rw-r--r--source/nr/svx/messages.po18
-rw-r--r--source/nr/sw/messages.po108
-rw-r--r--source/nso/basctl/messages.po4
-rw-r--r--source/nso/cui/messages.po102
-rw-r--r--source/nso/editeng/messages.po178
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/nso/sc/messages.po10
-rw-r--r--source/nso/sd/messages.po420
-rw-r--r--source/nso/svx/messages.po18
-rw-r--r--source/nso/sw/messages.po108
-rw-r--r--source/oc/basctl/messages.po4
-rw-r--r--source/oc/cui/messages.po102
-rw-r--r--source/oc/editeng/messages.po178
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/oc/sc/messages.po10
-rw-r--r--source/oc/sd/messages.po420
-rw-r--r--source/oc/svx/messages.po18
-rw-r--r--source/oc/sw/messages.po108
-rw-r--r--source/om/basctl/messages.po4
-rw-r--r--source/om/cui/messages.po102
-rw-r--r--source/om/editeng/messages.po178
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/om/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/om/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/om/sc/messages.po10
-rw-r--r--source/om/sd/messages.po420
-rw-r--r--source/om/svx/messages.po18
-rw-r--r--source/om/sw/messages.po108
-rw-r--r--source/or/basctl/messages.po4
-rw-r--r--source/or/cui/messages.po102
-rw-r--r--source/or/editeng/messages.po178
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/or/sc/messages.po10
-rw-r--r--source/or/sd/messages.po420
-rw-r--r--source/or/svx/messages.po18
-rw-r--r--source/or/sw/messages.po108
-rw-r--r--source/pa-IN/basctl/messages.po4
-rw-r--r--source/pa-IN/cui/messages.po102
-rw-r--r--source/pa-IN/editeng/messages.po178
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pa-IN/sc/messages.po10
-rw-r--r--source/pa-IN/sd/messages.po420
-rw-r--r--source/pa-IN/svx/messages.po18
-rw-r--r--source/pa-IN/sw/messages.po108
-rw-r--r--source/pl/basctl/messages.po6
-rw-r--r--source/pl/cui/messages.po110
-rw-r--r--source/pl/editeng/messages.po180
-rw-r--r--source/pl/formula/messages.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/03.po20
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po18
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/01.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po66
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/pl/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/pl/sc/messages.po26
-rw-r--r--source/pl/sd/messages.po422
-rw-r--r--source/pl/svx/messages.po38
-rw-r--r--source/pl/sw/messages.po110
-rw-r--r--source/pt-BR/basctl/messages.po6
-rw-r--r--source/pt-BR/cui/messages.po110
-rw-r--r--source/pt-BR/editeng/messages.po180
-rw-r--r--source/pt-BR/formula/messages.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po18
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po90
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/01.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po30
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po13
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/02.po28
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po46
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/pt-BR/sc/messages.po26
-rw-r--r--source/pt-BR/sd/messages.po422
-rw-r--r--source/pt-BR/svx/messages.po38
-rw-r--r--source/pt-BR/sw/messages.po110
-rw-r--r--source/pt/basctl/messages.po4
-rw-r--r--source/pt/cui/messages.po104
-rw-r--r--source/pt/editeng/messages.po178
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/pt/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/pt/sc/messages.po10
-rw-r--r--source/pt/sd/messages.po420
-rw-r--r--source/pt/svx/messages.po18
-rw-r--r--source/pt/sw/messages.po108
-rw-r--r--source/ro/basctl/messages.po4
-rw-r--r--source/ro/cui/messages.po108
-rw-r--r--source/ro/editeng/messages.po178
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ro/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ro/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ro/sc/messages.po10
-rw-r--r--source/ro/sd/messages.po420
-rw-r--r--source/ro/svx/messages.po18
-rw-r--r--source/ro/sw/messages.po108
-rw-r--r--source/ru/basctl/messages.po4
-rw-r--r--source/ru/cui/messages.po108
-rw-r--r--source/ru/editeng/messages.po178
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ru/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ru/sc/messages.po10
-rw-r--r--source/ru/sd/messages.po420
-rw-r--r--source/ru/svx/messages.po18
-rw-r--r--source/ru/sw/messages.po108
-rw-r--r--source/rw/basctl/messages.po4
-rw-r--r--source/rw/cui/messages.po102
-rw-r--r--source/rw/editeng/messages.po178
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/rw/sc/messages.po10
-rw-r--r--source/rw/sd/messages.po420
-rw-r--r--source/rw/svx/messages.po18
-rw-r--r--source/rw/sw/messages.po108
-rw-r--r--source/sa-IN/basctl/messages.po4
-rw-r--r--source/sa-IN/cui/messages.po102
-rw-r--r--source/sa-IN/editeng/messages.po178
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sa-IN/sc/messages.po10
-rw-r--r--source/sa-IN/sd/messages.po420
-rw-r--r--source/sa-IN/svx/messages.po18
-rw-r--r--source/sa-IN/sw/messages.po108
-rw-r--r--source/sah/basctl/messages.po4
-rw-r--r--source/sah/cui/messages.po102
-rw-r--r--source/sah/editeng/messages.po178
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sah/sc/messages.po10
-rw-r--r--source/sah/sd/messages.po420
-rw-r--r--source/sah/svx/messages.po18
-rw-r--r--source/sah/sw/messages.po108
-rw-r--r--source/sat/basctl/messages.po4
-rw-r--r--source/sat/cui/messages.po102
-rw-r--r--source/sat/editeng/messages.po178
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/sat/sc/messages.po10
-rw-r--r--source/sat/sd/messages.po420
-rw-r--r--source/sat/svx/messages.po18
-rw-r--r--source/sat/sw/messages.po108
-rw-r--r--source/sd/basctl/messages.po4
-rw-r--r--source/sd/cui/messages.po102
-rw-r--r--source/sd/editeng/messages.po178
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sd/sc/messages.po10
-rw-r--r--source/sd/sd/messages.po420
-rw-r--r--source/sd/svx/messages.po18
-rw-r--r--source/sd/sw/messages.po108
-rw-r--r--source/si/basctl/messages.po4
-rw-r--r--source/si/cui/messages.po102
-rw-r--r--source/si/editeng/messages.po178
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/si/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/si/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/si/sc/messages.po10
-rw-r--r--source/si/sd/messages.po420
-rw-r--r--source/si/svx/messages.po18
-rw-r--r--source/si/sw/messages.po108
-rw-r--r--source/sid/basctl/messages.po4
-rw-r--r--source/sid/cui/messages.po102
-rw-r--r--source/sid/editeng/messages.po178
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/sid/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/sid/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/sid/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sid/sc/messages.po10
-rw-r--r--source/sid/sd/messages.po420
-rw-r--r--source/sid/svx/messages.po18
-rw-r--r--source/sid/sw/messages.po108
-rw-r--r--source/sk/basctl/messages.po4
-rw-r--r--source/sk/cui/messages.po108
-rw-r--r--source/sk/editeng/messages.po178
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/sk/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/sk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sk/sc/messages.po10
-rw-r--r--source/sk/sd/messages.po420
-rw-r--r--source/sk/svx/messages.po18
-rw-r--r--source/sk/sw/messages.po108
-rw-r--r--source/sq/basctl/messages.po4
-rw-r--r--source/sq/cui/messages.po102
-rw-r--r--source/sq/editeng/messages.po178
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/sq/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/sq/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sq/sc/messages.po10
-rw-r--r--source/sq/sd/messages.po420
-rw-r--r--source/sq/svx/messages.po18
-rw-r--r--source/sq/sw/messages.po108
-rw-r--r--source/sr-Latn/basctl/messages.po4
-rw-r--r--source/sr-Latn/cui/messages.po102
-rw-r--r--source/sr-Latn/editeng/messages.po178
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sr-Latn/sc/messages.po10
-rw-r--r--source/sr-Latn/sd/messages.po420
-rw-r--r--source/sr-Latn/svx/messages.po18
-rw-r--r--source/sr-Latn/sw/messages.po108
-rw-r--r--source/sr/basctl/messages.po4
-rw-r--r--source/sr/cui/messages.po104
-rw-r--r--source/sr/editeng/messages.po178
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sr/sc/messages.po10
-rw-r--r--source/sr/sd/messages.po420
-rw-r--r--source/sr/svx/messages.po18
-rw-r--r--source/sr/sw/messages.po108
-rw-r--r--source/ss/basctl/messages.po4
-rw-r--r--source/ss/cui/messages.po102
-rw-r--r--source/ss/editeng/messages.po178
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/ss/sc/messages.po10
-rw-r--r--source/ss/sd/messages.po420
-rw-r--r--source/ss/svx/messages.po18
-rw-r--r--source/ss/sw/messages.po108
-rw-r--r--source/st/basctl/messages.po4
-rw-r--r--source/st/cui/messages.po102
-rw-r--r--source/st/editeng/messages.po178
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/st/sc/messages.po10
-rw-r--r--source/st/sd/messages.po420
-rw-r--r--source/st/svx/messages.po18
-rw-r--r--source/st/sw/messages.po108
-rw-r--r--source/sv/basctl/messages.po6
-rw-r--r--source/sv/cui/messages.po110
-rw-r--r--source/sv/editeng/messages.po180
-rw-r--r--source/sv/formula/messages.po6
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/sv/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/sv/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/sv/sc/messages.po26
-rw-r--r--source/sv/sd/messages.po422
-rw-r--r--source/sv/svx/messages.po32
-rw-r--r--source/sv/sw/messages.po110
-rw-r--r--source/sw-TZ/basctl/messages.po4
-rw-r--r--source/sw-TZ/cui/messages.po102
-rw-r--r--source/sw-TZ/editeng/messages.po178
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/sw-TZ/sc/messages.po10
-rw-r--r--source/sw-TZ/sd/messages.po420
-rw-r--r--source/sw-TZ/svx/messages.po18
-rw-r--r--source/sw-TZ/sw/messages.po108
-rw-r--r--source/szl/basctl/messages.po4
-rw-r--r--source/szl/cui/messages.po102
-rw-r--r--source/szl/editeng/messages.po178
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/szl/sc/messages.po10
-rw-r--r--source/szl/sd/messages.po420
-rw-r--r--source/szl/svx/messages.po18
-rw-r--r--source/szl/sw/messages.po110
-rw-r--r--source/ta/basctl/messages.po4
-rw-r--r--source/ta/cui/messages.po102
-rw-r--r--source/ta/editeng/messages.po178
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ta/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/ta/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ta/helpcontent2/source/text/swriter/02.po12
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ta/sc/messages.po10
-rw-r--r--source/ta/sd/messages.po420
-rw-r--r--source/ta/svx/messages.po18
-rw-r--r--source/ta/sw/messages.po108
-rw-r--r--source/te/basctl/messages.po4
-rw-r--r--source/te/cui/messages.po102
-rw-r--r--source/te/editeng/messages.po178
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/te/sc/messages.po10
-rw-r--r--source/te/sd/messages.po420
-rw-r--r--source/te/svx/messages.po18
-rw-r--r--source/te/sw/messages.po108
-rw-r--r--source/tg/basctl/messages.po4
-rw-r--r--source/tg/cui/messages.po102
-rw-r--r--source/tg/editeng/messages.po178
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/tg/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/tg/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/tg/sc/messages.po10
-rw-r--r--source/tg/sd/messages.po420
-rw-r--r--source/tg/svx/messages.po18
-rw-r--r--source/tg/sw/messages.po108
-rw-r--r--source/th/basctl/messages.po6
-rw-r--r--source/th/basic/messages.po164
-rw-r--r--source/th/cui/messages.po108
-rw-r--r--source/th/editeng/messages.po178
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/th/sc/messages.po10
-rw-r--r--source/th/sd/messages.po420
-rw-r--r--source/th/svx/messages.po18
-rw-r--r--source/th/sw/messages.po108
-rw-r--r--source/ti/basctl/messages.po4
-rw-r--r--source/ti/cui/messages.po102
-rw-r--r--source/ti/editeng/messages.po178
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ti/sc/messages.po10
-rw-r--r--source/ti/sd/messages.po420
-rw-r--r--source/ti/svx/messages.po18
-rw-r--r--source/ti/sw/messages.po108
-rw-r--r--source/tn/basctl/messages.po4
-rw-r--r--source/tn/cui/messages.po102
-rw-r--r--source/tn/editeng/messages.po178
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/tn/sc/messages.po10
-rw-r--r--source/tn/sd/messages.po420
-rw-r--r--source/tn/svx/messages.po18
-rw-r--r--source/tn/sw/messages.po108
-rw-r--r--source/tr/basctl/messages.po6
-rw-r--r--source/tr/chart2/messages.po8
-rw-r--r--source/tr/cui/messages.po134
-rw-r--r--source/tr/editeng/messages.po180
-rw-r--r--source/tr/formula/messages.po6
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/tr/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po32
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po22
-rw-r--r--source/tr/sc/messages.po17
-rw-r--r--source/tr/sd/messages.po434
-rw-r--r--source/tr/sfx2/messages.po6
-rw-r--r--source/tr/svx/messages.po26
-rw-r--r--source/tr/sw/messages.po200
-rw-r--r--source/ts/basctl/messages.po4
-rw-r--r--source/ts/cui/messages.po102
-rw-r--r--source/ts/editeng/messages.po178
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/ts/sc/messages.po10
-rw-r--r--source/ts/sd/messages.po420
-rw-r--r--source/ts/svx/messages.po18
-rw-r--r--source/ts/sw/messages.po108
-rw-r--r--source/tt/basctl/messages.po4
-rw-r--r--source/tt/cui/messages.po102
-rw-r--r--source/tt/editeng/messages.po178
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/tt/sc/messages.po10
-rw-r--r--source/tt/sd/messages.po420
-rw-r--r--source/tt/svx/messages.po18
-rw-r--r--source/tt/sw/messages.po108
-rw-r--r--source/ug/basctl/messages.po6
-rw-r--r--source/ug/cui/messages.po102
-rw-r--r--source/ug/editeng/messages.po178
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po22
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/ug/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/ug/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ug/sc/messages.po10
-rw-r--r--source/ug/sd/messages.po420
-rw-r--r--source/ug/svx/messages.po18
-rw-r--r--source/ug/sw/messages.po108
-rw-r--r--source/uk/basctl/messages.po6
-rw-r--r--source/uk/cui/messages.po110
-rw-r--r--source/uk/editeng/messages.po180
-rw-r--r--source/uk/formula/messages.po8
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po8
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po32
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po34
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--source/uk/sc/messages.po28
-rw-r--r--source/uk/sd/messages.po430
-rw-r--r--source/uk/svx/messages.po42
-rw-r--r--source/uk/sw/messages.po130
-rw-r--r--source/ur/basctl/messages.po4
-rw-r--r--source/ur/cui/messages.po102
-rw-r--r--source/ur/editeng/messages.po178
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/ur/sc/messages.po10
-rw-r--r--source/ur/sd/messages.po420
-rw-r--r--source/ur/svx/messages.po18
-rw-r--r--source/ur/sw/messages.po108
-rw-r--r--source/uz/basctl/messages.po4
-rw-r--r--source/uz/cui/messages.po102
-rw-r--r--source/uz/editeng/messages.po178
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/uz/sc/messages.po10
-rw-r--r--source/uz/sd/messages.po420
-rw-r--r--source/uz/svx/messages.po18
-rw-r--r--source/uz/sw/messages.po108
-rw-r--r--source/ve/basctl/messages.po4
-rw-r--r--source/ve/cui/messages.po102
-rw-r--r--source/ve/editeng/messages.po178
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/ve/sc/messages.po10
-rw-r--r--source/ve/sd/messages.po420
-rw-r--r--source/ve/svx/messages.po18
-rw-r--r--source/ve/sw/messages.po108
-rw-r--r--source/vec/basctl/messages.po4
-rw-r--r--source/vec/cui/messages.po102
-rw-r--r--source/vec/editeng/messages.po178
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/vec/sc/messages.po10
-rw-r--r--source/vec/sd/messages.po420
-rw-r--r--source/vec/svx/messages.po18
-rw-r--r--source/vec/sw/messages.po108
-rw-r--r--source/vi/basctl/messages.po4
-rw-r--r--source/vi/cui/messages.po108
-rw-r--r--source/vi/editeng/messages.po178
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/vi/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/vi/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/vi/sc/messages.po10
-rw-r--r--source/vi/sd/messages.po420
-rw-r--r--source/vi/svx/messages.po18
-rw-r--r--source/vi/sw/messages.po108
-rw-r--r--source/xh/basctl/messages.po4
-rw-r--r--source/xh/cui/messages.po102
-rw-r--r--source/xh/editeng/messages.po178
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/xh/sc/messages.po10
-rw-r--r--source/xh/sd/messages.po420
-rw-r--r--source/xh/svx/messages.po18
-rw-r--r--source/xh/sw/messages.po108
-rw-r--r--source/zh-CN/basctl/messages.po6
-rw-r--r--source/zh-CN/cui/messages.po124
-rw-r--r--source/zh-CN/editeng/messages.po178
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po28
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/zh-CN/sc/messages.po10
-rw-r--r--source/zh-CN/sd/messages.po420
-rw-r--r--source/zh-CN/svx/messages.po18
-rw-r--r--source/zh-CN/sw/messages.po108
-rw-r--r--source/zh-TW/basctl/messages.po4
-rw-r--r--source/zh-TW/cui/messages.po108
-rw-r--r--source/zh-TW/editeng/messages.po178
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared/03.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po24
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/02.po22
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po28
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/02.po14
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/zh-TW/sc/messages.po10
-rw-r--r--source/zh-TW/sd/messages.po420
-rw-r--r--source/zh-TW/svx/messages.po18
-rw-r--r--source/zh-TW/sw/messages.po108
-rw-r--r--source/zu/basctl/messages.po4
-rw-r--r--source/zu/cui/messages.po102
-rw-r--r--source/zu/editeng/messages.po178
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po13
-rw-r--r--source/zu/sc/messages.po10
-rw-r--r--source/zu/sd/messages.po420
-rw-r--r--source/zu/svx/messages.po18
-rw-r--r--source/zu/sw/messages.po108
1679 files changed, 67376 insertions, 58501 deletions
diff --git a/source/ab/basctl/messages.po b/source/ab/basctl/messages.po
index e0297059d8c..144e39bed61 100644
--- a/source/ab/basctl/messages.po
+++ b/source/ab/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-03 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/ab/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559643705.000000\n"
#. fniWp
@@ -1077,7 +1077,7 @@ msgid "_Line number:"
msgstr "_Ацәаҳәа аномер:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index 74e5bb42195..ff98e9188c0 100644
--- a/source/ab/chart2/messages.po
+++ b/source/ab/chart2/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: 2024-02-14 13:07+0100\n"
-"PO-Revision-Date: 2024-02-28 01:45+0000\n"
+"PO-Revision-Date: 2024-03-08 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ab/>\n"
"Language: ab\n"
@@ -1277,7 +1277,7 @@ msgstr "Иаԥсахуеит уажәтәи ацәаҳәеи иара алада
#: chart2/uiconfig/ui/chartdatadialog.ui:357
msgctxt "chartdatadialog|extended_tip|ChartDataDialog"
msgid "Opens the Data Table dialog where you can edit the chart data."
-msgstr ""
+msgstr "Иаанартуеит адиалог «Адырқәа ртабдица», ара иауеит адиаграмма адырқәа аредакциа рзура."
#. KbkRw
#: chart2/uiconfig/ui/charttypedialog.ui:8
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index d7f20afc8a9..d76eb7ec183 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-23 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
@@ -21479,224 +21479,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr "Ажәа символла иминималу аура"
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
-msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
-msgstr "НБАН ДУЛА иҩу ажәақәа ыиагатәӡам"
-
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
-msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
-msgstr "Аҵыхәтәантәи ажәа ыиагатәӡам"
-
#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
+#: cui/uiconfig/ui/textflowpage.ui:262
msgctxt "textflowpage|labelHyphenZone"
msgid "Hyphenation _zone:"
msgstr "Аиагагақәа рыргылара азона:"
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
+msgctxt "textflowpage|checkNoCaps"
+msgid "Hyphenate words in _CAPS"
+msgstr ""
+
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Hyphenate last word"
+msgstr ""
+
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Аиагагақәа рыргылара"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Иҭаргылатәуп"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Адаҟьа астиль ацны:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Атип:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Адаҟьа аномер:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Аҭыԥ:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Адаҟьа астиль"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Адаҟьа"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Аиҵагыла"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Аԥхьа"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ашьҭахь"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Иалышәх аимҟьарсҭа ахьҭаргылатәу."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Аимҟьарсҭақәа"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Анаҩстәи абзац иаҟәыҭхатәӡам"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Аҵәаӷәа(қәа)"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Аҵәаӷәа(қәа)"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 1d0a7f486c2..48bbff3217a 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/dbaccess/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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-02-28 01:45+0000\n"
+"PO-Revision-Date: 2024-03-06 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ab/>\n"
"Language: ab\n"
@@ -651,7 +651,7 @@ msgstr "Аиҵаҩқәа мыцхәцәоуп."
#: dbaccess/inc/strings.hrc:117
msgctxt "STR_QRY_CRITERIA_ON_ASTERISK"
msgid "A condition cannot be applied to field [*]"
-msgstr ""
+msgstr "Иауам, арҭ аҭагылазаашьақәа аҭакыра [*] аҟны рхархәара"
#. ygnPh
#: dbaccess/inc/strings.hrc:118
@@ -711,7 +711,7 @@ msgstr "SQL аинструкциаҿ асинтаксистә гха"
#: dbaccess/inc/strings.hrc:127
msgctxt "STR_QUERYDESIGN_NO_VIEW_SUPPORT"
msgid "This database does not support table views."
-msgstr ""
+msgstr "Адырқәа рбаза иаднакылом таблица ҳасабла аарԥшрақәа."
#. wsWmH
#: dbaccess/inc/strings.hrc:128
@@ -1738,7 +1738,7 @@ msgstr "Афаил «$file$» ыҟаӡам."
#: dbaccess/inc/strings.hrc:309
msgctxt "STR_WARNINGS_DURING_CONNECT"
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
-msgstr ""
+msgstr "Адырқәа рхыҵхырҭахь аимадара ашьақәыргылараан иҳауит агәаҽанҵарақәа. Шәақәыӷәӷәа «$buttontext$» дара рыхәаԥшразы."
#. cGJja
#: dbaccess/inc/strings.hrc:310
@@ -2419,7 +2419,7 @@ msgstr "Ажәамаӡақәа еиқәшәаӡом. Даҽазнык иҭажә
#: dbaccess/inc/strings.hrc:431
msgctxt "STR_JOIN_TYPE_HINT"
msgid "Please note that some databases may not support this join type."
-msgstr ""
+msgstr "Ишәгәалашәала, адырқәа рбазақәа руакқәа ирыдрымкылар ауеит аимадара ари атип."
#. Khmn9
#: dbaccess/inc/strings.hrc:432
@@ -2533,7 +2533,7 @@ msgstr "Иаԥҵатәуп..."
#: dbaccess/inc/strings.hrc:452
msgctxt "STR_RELATIONDESIGN"
msgid " - %PRODUCTNAME Base: Relation design"
-msgstr ""
+msgstr " - %PRODUCTNAME Base: аимадарақәа рдизаин"
#. ZCd5X
#: dbaccess/inc/strings.hrc:453
@@ -3107,7 +3107,7 @@ msgstr "Иеиқәырхатәума аԥсахрақәа?"
#: dbaccess/uiconfig/ui/designsavemodifieddialog.ui:13
msgctxt "designsavemodifieddialog|DesignSaveModifiedDialog"
msgid "The relation design has been changed."
-msgstr ""
+msgstr "Аимадарқәа ԥсахын."
#. ebrWc
#: dbaccess/uiconfig/ui/directsqldialog.ui:8
@@ -3131,7 +3131,7 @@ msgstr "_Зыныгӡара иаҿу акоманда:"
#: dbaccess/uiconfig/ui/directsqldialog.ui:134
msgctxt "directsqldialog|directsql"
msgid "Run SQL command _directly"
-msgstr ""
+msgstr "Инагӡатәуп SQL акоманда ишиашоу"
#. dAffv
#: dbaccess/uiconfig/ui/directsqldialog.ui:142
@@ -3149,7 +3149,7 @@ msgstr "Иаарԥштәуп аоператорқәа рҭыгара \"SELECT\""
#: dbaccess/uiconfig/ui/directsqldialog.ui:162
msgctxt "directsqldialog|extended_tip|showoutput"
msgid "Show the result of the SQL SELECT command in the Output box."
-msgstr ""
+msgstr "Иаарԥштәуп акоманда SQL SELECT алҵшәа аҭакыра Аҭагалара аҟны."
#. xJT2B
#: dbaccess/uiconfig/ui/directsqldialog.ui:173
@@ -3161,7 +3161,7 @@ msgstr "Инагӡатәуп"
#: dbaccess/uiconfig/ui/directsqldialog.ui:198
msgctxt "directsqldialog|extended_tip|sqlhistory"
msgid "Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute."
-msgstr ""
+msgstr "Уаанӡа инагӡаз SQL акомандақәа рсиа. Акоманда ҿыц анагӡараз, иара алхны шәақәыӷәӷәа акнопка Инагӡатәуп."
#. FoYMP
#: dbaccess/uiconfig/ui/directsqldialog.ui:211
@@ -3179,7 +3179,7 @@ msgstr "SQL акоманда"
#: dbaccess/uiconfig/ui/directsqldialog.ui:260
msgctxt "directsqldialog|extended_tip|status"
msgid "Displays the results, including errors, of the SQL command that you ran."
-msgstr ""
+msgstr "Иаанарԥшуеит инагӡоу SQL акоманда алҵшәақәа, агхақәа уахь иналаҵаны."
#. iUSnR
#: dbaccess/uiconfig/ui/directsqldialog.ui:271
@@ -3191,7 +3191,7 @@ msgstr "Аҭагылазаашьа"
#: dbaccess/uiconfig/ui/directsqldialog.ui:304
msgctxt "directsqldialog|extended_tip|output"
msgid "Displays the results of the SQL command that you ran."
-msgstr ""
+msgstr "Иаанарԥшуеит инагӡоу SQL акоманда алҵшәақәа."
#. DYZA5
#: dbaccess/uiconfig/ui/directsqldialog.ui:315
@@ -3215,7 +3215,7 @@ msgstr ""
#: dbaccess/uiconfig/ui/fielddescpage.ui:115
msgctxt "fielddescpage|STR_DEFAULT_VALUE"
msgid "_Default value"
-msgstr ""
+msgstr "Аҵакы ишыҟоу еиԥш"
#. niTFN
#: dbaccess/uiconfig/ui/fielddescpage.ui:141
@@ -3258,7 +3258,7 @@ msgstr "Автоматикала азалхра"
#: dbaccess/uiconfig/ui/fielddescpage.ui:325
msgctxt "fielddescpage|STR_FIELD_REQUIRED"
msgid "_Default value"
-msgstr ""
+msgstr "Аҵакы ишыҟоу еиԥш"
#. XYtyx
#: dbaccess/uiconfig/ui/fielddescpage.ui:350
@@ -3276,7 +3276,7 @@ msgstr "Аҭакыра атип"
#: dbaccess/uiconfig/ui/fielddescpanel.ui:46
msgctxt "designhelpbox|textview-tooltip"
msgid "Field Properties Help"
-msgstr ""
+msgstr "Аҭакыра аҷыдаҟазшьақәа ирызку аилыркаага"
#. KUVUc
#: dbaccess/uiconfig/ui/fielddialog.ui:9
@@ -3318,13 +3318,13 @@ msgstr ""
#: dbaccess/uiconfig/ui/finalpagewizard.ui:59
msgctxt "finalpagewizard|yesregister"
msgid "_Yes, register the database for me"
-msgstr ""
+msgstr "Ааи, адырқәа рбаза арегистрациа ҟаҵатәуп"
#. wLXis
#: dbaccess/uiconfig/ui/finalpagewizard.ui:75
msgctxt "finalpagewizard|noregister"
msgid "N_o, do not register the database"
-msgstr ""
+msgstr "Мап, адырқәа рбаза арегистрациа ҟаҵатәӡам"
#. 3AhL3
#: dbaccess/uiconfig/ui/finalpagewizard.ui:105
@@ -4331,7 +4331,7 @@ msgstr "Акритери"
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:384
msgctxt "queryfilterdialog|extended_tip|QueryFilterDialog"
msgid "Allows you to set the filtering options."
-msgstr ""
+msgstr "Афильтрра апараметрқәа ралхраз алшара."
#. jFD4L
#: dbaccess/uiconfig/ui/queryfuncmenu.ui:12
@@ -4685,7 +4685,7 @@ msgstr "Асортра аишьҭагылашьа"
#: dbaccess/uiconfig/ui/sortdialog.ui:266
msgctxt "sortdialog|extended_tip|SortDialog"
msgid "Specifies the sort criteria for the data display."
-msgstr ""
+msgstr "Иаарԥшхоу адырқәа рзы асортра аҷыдаҟазшьақәа рҭагалара."
#. nDP3A
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:24
@@ -4883,7 +4883,7 @@ msgstr ""
#: dbaccess/uiconfig/ui/specialsettingspage.ui:252
msgctxt "specialsettingspage|inputchecks"
msgid "Form data input checks for required fields"
-msgstr ""
+msgstr "Аформа игәанаҭоит иаҭаху аҭакырақәа"
#. NyABn
#: dbaccess/uiconfig/ui/specialsettingspage.ui:260
@@ -4895,19 +4895,19 @@ msgstr ""
#: dbaccess/uiconfig/ui/specialsettingspage.ui:271
msgctxt "specialsettingspage|useodbcliterals"
msgid "Use ODBC conformant date/time literals"
-msgstr ""
+msgstr "Ихархәатәуп ODBC иашьашәалоу арыцхә/аамҭа аформат"
#. Lp8bE
#: dbaccess/uiconfig/ui/specialsettingspage.ui:279
msgctxt "specialsettingspage|extended_tip|useodbcliterals"
msgid "Use date/time literals that conform to ODBC standard."
-msgstr ""
+msgstr "Ихархәатәуп арыцхәи аамҭеи рлитералқәа, ODBC астандарт иашьашәалақәо."
#. GuCLC
#: dbaccess/uiconfig/ui/specialsettingspage.ui:290
msgctxt "specialsettingspage|primarykeys"
msgid "Supports primary keys"
-msgstr ""
+msgstr "Иаднакылоит раԥхьатәи ацаԥхақәа"
#. SARQc
#: dbaccess/uiconfig/ui/specialsettingspage.ui:298
@@ -4949,7 +4949,7 @@ msgstr "SQL"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:354
msgctxt "specialsettingspage|comparison"
msgid "Mixed"
-msgstr ""
+msgstr "Еилаԥсоу"
#. NhGDH
#: dbaccess/uiconfig/ui/specialsettingspage.ui:355
@@ -4961,7 +4961,7 @@ msgstr "MS Access"
#: dbaccess/uiconfig/ui/specialsettingspage.ui:359
msgctxt "specialsettingspage|extended_tip|comparison"
msgid "Select the type of Boolean comparison that you want to use."
-msgstr ""
+msgstr "Иалышәх, шәхы иашәырхәарц ишәҭаху алогикатә еиҿырԥшрақәа ртип."
#. 3eorZ
#: dbaccess/uiconfig/ui/specialsettingspage.ui:372
@@ -5027,7 +5027,7 @@ msgstr "Иҭаргылатәуп ацәаҳәақәа"
#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:58
msgctxt "tabledesignrowmenu|primarykey"
msgid "Primary Key"
-msgstr ""
+msgstr "Раԥхьатәи ацаԥха"
#. PnMFo
#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
@@ -5105,7 +5105,7 @@ msgstr "Атекст мариа (*.txt)"
#: dbaccess/uiconfig/ui/textpage.ui:50
msgctxt "textpage|csvfile"
msgid "Comma-separated value files (*.csv)"
-msgstr ""
+msgstr "Аҿарҵәи ала еиҟәыҭхоу аҵакқәа (*.csv)"
#. 9DRFR
#: dbaccess/uiconfig/ui/textpage.ui:66
diff --git a/source/ab/editeng/messages.po b/source/ab/editeng/messages.po
index f2e232701d6..cbdf68ff23e 100644
--- a/source/ab/editeng/messages.po
+++ b/source/ab/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-26 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ab/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560498399.000000\n"
#. BHYB4
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Адаҟьа астиль: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Акернинг "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "имҩаркуп "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Аграфикатә обиект"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "мап"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Акәаҧқәа "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Агьежь "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Агежь "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Акцент "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Хыхьла"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Ҵаҟала"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Иаҿых. ҩ-цәаҳәактәи"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Акьыԥхьра ҩ-цәаҳәакны"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Иаарҳәу асимволқәа рыда"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Иаарҳәтәуп асимволқәа $(ARG1)° рыла"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Ацәаҳәа иҭагӡатәуп"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Атекст аргьежьрада"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Атекст аргьежьра $(ARG1)° ала"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Асимволқәа $(ARG1)% рмасштабркра"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Асимволқәа рмасштабркра ада"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Арелиеф ада"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Арельеф"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Атекст автоматикала аиҟаратәра"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Ихадоу аҵәаӷәала атекст аиҟаратәра"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Атекст хыхьла аиҟаратәра"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Атекст ацентр ала аиҟаратәра"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Атекст ҵаҟала аиҟаратәра"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Атекст ахырхарҭа: армарахьтә-арӷьарахь (горизонталла)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Атекст ахырхарҭа: арӷьарахьтә-армарахь (горизонталла)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Атекст ахырхарҭа: арӷьарахьтә-армарахь (вертикалла)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Атекст ахырхарҭа: армарахьтә-арӷьарахь (вертикалла)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Атекст ахырхарҭа арымарахьтә-арӷьарахь (ивертикалу ҵаҟала)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Абзац атекст акаҭа иадҳәалоуп (иактивзар)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Абзац атекст акаҭа иадҳәалаӡам"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Иҵәахым"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Иҵәаху"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Ақьаад анашьҭра"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Апринтер архиарақәа рҟынтәи]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Ианыхтәуп"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Ииагатәуп"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Иҭаргылатәуп"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Иҧсахтәуп"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Атрибутқәа хархәуатәуп"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Атрибутқәа еиҭашьақәыргылатәуп"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Ахьаҵ"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Ихархәатәуп астильқәа"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Арегистр"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Ажәа %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Абзац %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматикала"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Аграфикатә маркер абзац аҟны"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Аграфикатә маркер"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Иацҵатәума агәаҭара адокумент алагамҭа аҟынтәи?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Иацҵатәума агәаҭара адокумент анҵәамҭа аҟынтәи?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1745,43 +1775,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Ажәар харҭәаауп."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Ажәар аҧхьара мацаразы."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Ахьаҵ"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Иаарԥштәуп абзацеиҵақәа"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Иеикәрҳәтәуп"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Ихархәуатәуп атрибутқәа"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Иҭаргылатәуп"
diff --git a/source/ab/extras/source/autocorr/emoji.po b/source/ab/extras/source/autocorr/emoji.po
index 53739e7b0a4..6288e1645e2 100644
--- a/source/ab/extras/source/autocorr/emoji.po
+++ b/source/ab/extras/source/autocorr/emoji.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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2024-02-04 01:45+0000\n"
+"PO-Revision-Date: 2024-03-06 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/ab/>\n"
"Language: ab\n"
@@ -4511,7 +4511,7 @@ msgctxt ""
"HIBISCUS\n"
"LngText.text"
msgid "hibiscus"
-msgstr ""
+msgstr "гибискус"
#. 🌻 (U+1F33B), see http://wiki.documentfoundation.org/Emoji
#. z4cHB
@@ -4841,7 +4841,7 @@ msgctxt ""
"CURRY_AND_RICE\n"
"LngText.text"
msgid "curry"
-msgstr ""
+msgstr "карри"
#. 🍜 (U+1F35C), see http://wiki.documentfoundation.org/Emoji
#. KsGja
@@ -4851,7 +4851,7 @@ msgctxt ""
"STEAMING_BOWL\n"
"LngText.text"
msgid "ramen"
-msgstr ""
+msgstr "агәыблаа"
#. 🍝 (U+1F35D), see http://wiki.documentfoundation.org/Emoji
#. dKTwC
@@ -4901,7 +4901,7 @@ msgctxt ""
"DANGO\n"
"LngText.text"
msgid "dango"
-msgstr ""
+msgstr "данго"
#. 🍢 (U+1F362), see http://wiki.documentfoundation.org/Emoji
#. VhY3g
@@ -4911,7 +4911,7 @@ msgctxt ""
"ODEN\n"
"LngText.text"
msgid "oden"
-msgstr ""
+msgstr "оден"
#. 🍣 (U+1F363), see http://wiki.documentfoundation.org/Emoji
#. K8uzC
@@ -4941,7 +4941,7 @@ msgctxt ""
"FISH_CAKE_WITH_SWIRL_DESIGN\n"
"LngText.text"
msgid "fish cake"
-msgstr ""
+msgstr "нарутомаки"
#. 🍦 (U+1F366), see http://wiki.documentfoundation.org/Emoji
#. JF2mU
@@ -4951,7 +4951,7 @@ msgctxt ""
"SOFT_ICE_CREAM\n"
"LngText.text"
msgid "icecream"
-msgstr ""
+msgstr "аршәы"
#. 🍧 (U+1F367), see http://wiki.documentfoundation.org/Emoji
#. B8btb
@@ -4971,7 +4971,7 @@ msgctxt ""
"ICE_CREAM\n"
"LngText.text"
msgid "ice cream"
-msgstr ""
+msgstr "аршәы 2"
#. 🍩 (U+1F369), see http://wiki.documentfoundation.org/Emoji
#. DZanS
@@ -5061,7 +5061,7 @@ msgctxt ""
"BENTO_BOX\n"
"LngText.text"
msgid "bento"
-msgstr ""
+msgstr "бенто"
#. 🍲 (U+1F372), see http://wiki.documentfoundation.org/Emoji
#. wuJ4w
@@ -5181,7 +5181,7 @@ msgctxt ""
"RIBBON\n"
"LngText.text"
msgid "ribbon2"
-msgstr ""
+msgstr "алента 2"
#. 🎁 (U+1F381), see http://wiki.documentfoundation.org/Emoji
#. MADiL
@@ -5211,7 +5211,7 @@ msgctxt ""
"JACK-O-LANTERN\n"
"LngText.text"
msgid "halloween"
-msgstr ""
+msgstr "хеллоуин"
#. 🎄 (U+1F384), see http://wiki.documentfoundation.org/Emoji
#. WvFGT
@@ -5291,7 +5291,7 @@ msgctxt ""
"TANABATA_TREE\n"
"LngText.text"
msgid "tanabata tree"
-msgstr ""
+msgstr "аҵла танабата"
#. 🎌 (U+1F38C), see http://wiki.documentfoundation.org/Emoji
#. 4VRMn
@@ -5351,7 +5351,7 @@ msgctxt ""
"MOON_VIEWING_CEREMONY\n"
"LngText.text"
msgid "rice scene"
-msgstr ""
+msgstr "цукими"
#. 🎒 (U+1F392), see http://wiki.documentfoundation.org/Emoji
#. nNCBc
@@ -5381,7 +5381,7 @@ msgctxt ""
"CAROUSEL_HORSE\n"
"LngText.text"
msgid "fair2"
-msgstr ""
+msgstr "акарусель 2"
#. 🎡 (U+1F3A1), see http://wiki.documentfoundation.org/Emoji
#. 3x8hW
@@ -5581,7 +5581,7 @@ msgctxt ""
"FLOWER_PLAYING_CARDS\n"
"LngText.text"
msgid "cards"
-msgstr ""
+msgstr "акартақәа"
#. 🎵 (U+1F3B5), see http://wiki.documentfoundation.org/Emoji
#. DDCkg
@@ -5641,7 +5641,7 @@ msgctxt ""
"TRUMPET\n"
"LngText.text"
msgid "trumpet"
-msgstr ""
+msgstr "атруба"
#. 🎻 (U+1F3BB), see http://wiki.documentfoundation.org/Emoji
#. ae8uM
@@ -5761,7 +5761,7 @@ msgctxt ""
"HORSE_RACING\n"
"LngText.text"
msgid "horse3"
-msgstr ""
+msgstr "аҽы 3"
#. 🏈 (U+1F3C8), see http://wiki.documentfoundation.org/Emoji
#. FRTc8
@@ -6031,7 +6031,7 @@ msgctxt ""
"LEOPARD\n"
"LngText.text"
msgid "leopard"
-msgstr ""
+msgstr "алеопард"
#. 🐇 (U+1F407), see http://wiki.documentfoundation.org/Emoji
#. CMGYf
@@ -6211,7 +6211,7 @@ msgctxt ""
"ELEPHANT\n"
"LngText.text"
msgid "elephant"
-msgstr ""
+msgstr "аслон"
#. 🐙 (U+1F419), see http://wiki.documentfoundation.org/Emoji
#. vpPJb
@@ -6271,7 +6271,7 @@ msgctxt ""
"LADY_BEETLE\n"
"LngText.text"
msgid "ladybug"
-msgstr ""
+msgstr "анцәа ижә"
#. 🐟 (U+1F41F), see http://wiki.documentfoundation.org/Emoji
#. CATwn
@@ -6571,7 +6571,7 @@ msgctxt ""
"PANDA_FACE\n"
"LngText.text"
msgid "panda"
-msgstr ""
+msgstr "панда"
#. 🐽 (U+1F43D), see http://wiki.documentfoundation.org/Emoji
#. U4cLM
@@ -6743,7 +6743,7 @@ msgctxt ""
"CLAPPING_HANDS_SIGN\n"
"LngText.text"
msgid "clap"
-msgstr ""
+msgstr "анапеинҟьара"
#. 👐 (U+1F450), see http://wiki.documentfoundation.org/Emoji
#. xJ53h
@@ -6843,7 +6843,7 @@ msgctxt ""
"BIKINI\n"
"LngText.text"
msgid "bikini"
-msgstr ""
+msgstr "бикини"
#. 👚 (U+1F45A), see http://wiki.documentfoundation.org/Emoji
#. kPMZm
@@ -7103,7 +7103,7 @@ msgctxt ""
"MAN_WITH_TURBAN\n"
"LngText.text"
msgid "turban"
-msgstr ""
+msgstr "тиурбан"
#. 👴 (U+1F474), see http://wiki.documentfoundation.org/Emoji
#. 5JKdn
@@ -7343,7 +7343,7 @@ msgctxt ""
"KISS_MARK\n"
"LngText.text"
msgid "kiss mark"
-msgstr ""
+msgstr "агәыдкалара адырга"
#. 💌 (U+1F48C), see http://wiki.documentfoundation.org/Emoji
#. 26cKP
@@ -7353,7 +7353,7 @@ msgctxt ""
"LOVE_LETTER\n"
"LngText.text"
msgid "love letter"
-msgstr ""
+msgstr "абзиабаратә шәҟәы"
#. 💍 (U+1F48D), see http://wiki.documentfoundation.org/Emoji
#. HLAyd
@@ -7393,7 +7393,7 @@ msgctxt ""
"BOUQUET\n"
"LngText.text"
msgid "bouquet"
-msgstr ""
+msgstr "ашәҭшьыҵәра"
#. 💑 (U+1F491), see http://wiki.documentfoundation.org/Emoji
#. PdyCD
@@ -7433,7 +7433,7 @@ msgctxt ""
"BROKEN_HEART\n"
"LngText.text"
msgid "broken heart"
-msgstr ""
+msgstr "згәы ҭаҷаҷоу"
#. 💕 (U+1F495), see http://wiki.documentfoundation.org/Emoji
#. ZKnAA
@@ -7463,7 +7463,7 @@ msgctxt ""
"GROWING_HEART\n"
"LngText.text"
msgid "heartpulse"
-msgstr ""
+msgstr "еисуа агәы"
#. 💘 (U+1F498), see http://wiki.documentfoundation.org/Emoji
#. EoDEC
@@ -7553,7 +7553,7 @@ msgctxt ""
"SLEEPING_SYMBOL\n"
"LngText.text"
msgid "zzz"
-msgstr ""
+msgstr "ацәара"
#. 💥 (U+1F4A5), see http://wiki.documentfoundation.org/Emoji
#. DSa3b
@@ -8105,7 +8105,7 @@ msgctxt ""
"TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver"
-msgstr ""
+msgstr "атрубка"
#. 📟 (U+1F4DF), see http://wiki.documentfoundation.org/Emoji
#. RFzY6
@@ -8306,7 +8306,7 @@ msgctxt ""
"MOBILE_PHONE_WITH_RIGHTWARDS_ARROW_AT_LEFT\n"
"LngText.text"
msgid "calling"
-msgstr ""
+msgstr "ааԥхьара"
#. 📳 (U+1F4F3), see http://wiki.documentfoundation.org/Emoji
#. d3uys
@@ -9137,7 +9137,7 @@ msgctxt ""
"SMILING_FACE_WITH_HORNS\n"
"LngText.text"
msgid "smiling imp"
-msgstr ""
+msgstr "иччо аҩысҭаа"
#. 😉 (U+1F609), see http://wiki.documentfoundation.org/Emoji
#. k4AZW
@@ -9167,7 +9167,7 @@ msgctxt ""
"FACE_SAVOURING_DELICIOUS_FOOD\n"
"LngText.text"
msgid "yum"
-msgstr ""
+msgstr "ниам"
#. 😌 (U+1F60C), see http://wiki.documentfoundation.org/Emoji
#. PHXAL
@@ -9367,7 +9367,7 @@ msgctxt ""
"WORRIED_FACE\n"
"LngText.text"
msgid "worried"
-msgstr ""
+msgstr "згәы ҭынчым"
#. 😠 (U+1F620), see http://wiki.documentfoundation.org/Emoji
#. oCCny
@@ -9597,7 +9597,7 @@ msgctxt ""
"FACE_WITHOUT_MOUTH\n"
"LngText.text"
msgid "no mouth"
-msgstr ""
+msgstr "аҿы змам"
#. 😷 (U+1F637), see http://wiki.documentfoundation.org/Emoji
#. 9E7g6
@@ -9707,7 +9707,7 @@ msgctxt ""
"FACE_WITH_NO_GOOD_GESTURE\n"
"LngText.text"
msgid "no good"
-msgstr ""
+msgstr "мапкра"
#. 🙆 (U+1F646), see http://wiki.documentfoundation.org/Emoji
#. zMSZd
@@ -9807,7 +9807,7 @@ msgctxt ""
"PERSON_WITH_FOLDED_HANDS\n"
"LngText.text"
msgid "pray"
-msgstr ""
+msgstr "аныҳәара"
#. 🚀 (U+1F680), see http://wiki.documentfoundation.org/Emoji
#. 6GdwG
@@ -9827,7 +9827,7 @@ msgctxt ""
"HELICOPTER\n"
"LngText.text"
msgid "helicopter"
-msgstr ""
+msgstr "авертолиот"
#. 🚂 (U+1F682), see http://wiki.documentfoundation.org/Emoji
#. CEBY6
@@ -9837,7 +9837,7 @@ msgctxt ""
"STEAM_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive"
-msgstr ""
+msgstr "алокомотив"
#. 🚃 (U+1F683), see http://wiki.documentfoundation.org/Emoji
#. uiu74
@@ -9897,7 +9897,7 @@ msgctxt ""
"LIGHT_RAIL\n"
"LngText.text"
msgid "light rail"
-msgstr ""
+msgstr "иласу атрамваи"
#. 🚉 (U+1F689), see http://wiki.documentfoundation.org/Emoji
#. nU3jZ
@@ -10057,7 +10057,7 @@ msgctxt ""
"ONCOMING_AUTOMOBILE\n"
"LngText.text"
msgid "car2"
-msgstr ""
+msgstr "автомобиль 2"
#. 🚙 (U+1F699), see http://wiki.documentfoundation.org/Emoji
#. F53eT
@@ -10067,7 +10067,7 @@ msgctxt ""
"RECREATIONAL_VEHICLE\n"
"LngText.text"
msgid "car3"
-msgstr ""
+msgstr "автомобиль 3"
#. 🚚 (U+1F69A), see http://wiki.documentfoundation.org/Emoji
#. Ky66X
@@ -10137,7 +10137,7 @@ msgctxt ""
"MOUNTAIN_CABLEWAY\n"
"LngText.text"
msgid "mountain cableway"
-msgstr ""
+msgstr "аканаттә мҩа"
#. 🚡 (U+1F6A1), see http://wiki.documentfoundation.org/Emoji
#. D6Kee
@@ -10337,7 +10337,7 @@ msgctxt ""
"BICYCLIST\n"
"LngText.text"
msgid "bicyclist"
-msgstr ""
+msgstr "амаланыҟәцаҩ"
#. 🚵 (U+1F6B5), see http://wiki.documentfoundation.org/Emoji
#. P3F9z
@@ -10347,7 +10347,7 @@ msgctxt ""
"MOUNTAIN_BICYCLIST\n"
"LngText.text"
msgid "bicyclist2"
-msgstr ""
+msgstr "амаланыҟәцаҩ 2"
#. 🚶 (U+1F6B6), see http://wiki.documentfoundation.org/Emoji
#. 4Jk7j
@@ -10557,7 +10557,7 @@ msgctxt ""
"SLEEPING_ACCOMMODATION\n"
"LngText.text"
msgid "sleep"
-msgstr ""
+msgstr "ацәара"
#. 🕴 (U+1F574), see http://wiki.documentfoundation.org/Emoji
#. Xuc2A
@@ -10607,7 +10607,7 @@ msgctxt ""
"RACING_CAR\n"
"LngText.text"
msgid "car4"
-msgstr ""
+msgstr "автомобиль 4"
#. 🏍 (U+1F3CD), see http://wiki.documentfoundation.org/Emoji
#. 2MoqD
@@ -10717,7 +10717,7 @@ msgctxt ""
"CHIPMUNK\n"
"LngText.text"
msgid "chipmunk"
-msgstr ""
+msgstr "бурундук"
#. 🕊 (U+1F54A), see http://wiki.documentfoundation.org/Emoji
#. Yoo9T
@@ -11127,7 +11127,7 @@ msgctxt ""
"REMINDER_RIBBON\n"
"LngText.text"
msgid "ribbon"
-msgstr ""
+msgstr "алента"
#. 🎟 (U+1F39F), see http://wiki.documentfoundation.org/Emoji
#. RqApZ
@@ -11327,7 +11327,7 @@ msgctxt ""
"LOWER_LEFT_FOUNTAIN_PEN\n"
"LngText.text"
msgid "pen2"
-msgstr ""
+msgstr "акалам"
#. 🖊 (U+1F58A), see http://wiki.documentfoundation.org/Emoji
#. zPbDv
@@ -11337,7 +11337,7 @@ msgctxt ""
"LOWER_LEFT_BALLPOINT_PEN\n"
"LngText.text"
msgid "pen"
-msgstr ""
+msgstr "акалам"
#. 🖌 (U+1F58C), see http://wiki.documentfoundation.org/Emoji
#. GMFPP
@@ -11397,7 +11397,7 @@ msgctxt ""
"LINKED_PAPERCLIPS\n"
"LngText.text"
msgid "paperclip2"
-msgstr ""
+msgstr "аскрепка 2"
#. 🗃 (U+1F5C3), see http://wiki.documentfoundation.org/Emoji
#. zm6R6
@@ -11527,7 +11527,7 @@ msgctxt ""
"BLACK_SQUARE_FOR_STOP\n"
"LngText.text"
msgid "stop2"
-msgstr ""
+msgstr "стоп 2"
#. ⏺ (U+23FA), see http://wiki.documentfoundation.org/Emoji
#. PApbW
@@ -11617,7 +11617,7 @@ msgctxt ""
"DIESEL_LOCOMOTIVE\n"
"LngText.text"
msgid "locomotive2"
-msgstr ""
+msgstr "алокомотив 2"
#. 🛧 (U+1F6E7), see http://wiki.documentfoundation.org/Emoji
#. RCBUE
@@ -11817,7 +11817,7 @@ msgctxt ""
"LEFT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver2"
-msgstr ""
+msgstr "атрубка 2"
#. 🕾 (U+1F57E), see http://wiki.documentfoundation.org/Emoji
#. EgspW
@@ -11837,7 +11837,7 @@ msgctxt ""
"TELEPHONE_RECEIVER_WITH_PAGE\n"
"LngText.text"
msgid "receiver4"
-msgstr ""
+msgstr "атрубка 4"
#. 🕽 (U+1F57D), see http://wiki.documentfoundation.org/Emoji
#. emFc7
@@ -11847,7 +11847,7 @@ msgctxt ""
"RIGHT_HAND_TELEPHONE_RECEIVER\n"
"LngText.text"
msgid "receiver3"
-msgstr ""
+msgstr "атрубка 3"
#. 🕿 (U+1F57F), see http://wiki.documentfoundation.org/Emoji
#. HdoYh
@@ -11957,7 +11957,7 @@ msgctxt ""
"BOUQUET_OF_FLOWERS\n"
"LngText.text"
msgid "bouquet2"
-msgstr ""
+msgstr "ашәҭшьыҵәра 2"
#. 🎔 (U+1F394), see http://wiki.documentfoundation.org/Emoji
#. kBDE9
@@ -12107,7 +12107,7 @@ msgctxt ""
"CLAMSHELL_MOBILE_PHONE\n"
"LngText.text"
msgid "mobile2"
-msgstr ""
+msgstr "амобилтә 2"
#. 🖅 (U+1F585), see http://wiki.documentfoundation.org/Emoji
#. GoddF
@@ -12467,7 +12467,7 @@ msgctxt ""
"OLD_PERSONAL_COMPUTER\n"
"LngText.text"
msgid "pc"
-msgstr ""
+msgstr "апк"
#. 🖵 (U+1F5B5), see http://wiki.documentfoundation.org/Emoji
#. uCEtj
@@ -12497,7 +12497,7 @@ msgctxt ""
"HARD_DISK\n"
"LngText.text"
msgid "hard disk"
-msgstr ""
+msgstr "акомпиутертә диск"
#. 🖩 (U+1F5A9), see http://wiki.documentfoundation.org/Emoji
#. zVUTo
@@ -12527,7 +12527,7 @@ msgctxt ""
"SOFT_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy2"
-msgstr ""
+msgstr "адискета 2"
#. 🖫 (U+1F5AB), see http://wiki.documentfoundation.org/Emoji
#. SxL8M
@@ -12537,7 +12537,7 @@ msgctxt ""
"WHITE_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy3"
-msgstr ""
+msgstr "адискета 3"
#. 🖮 (U+1F5AE), see http://wiki.documentfoundation.org/Emoji
#. LYzF5
@@ -12557,7 +12557,7 @@ msgctxt ""
"REVERSED_VICTORY_HAND\n"
"LngText.text"
msgid "victory2"
-msgstr ""
+msgstr "викториа 2"
#. 🖧 (U+1F5A7), see http://wiki.documentfoundation.org/Emoji
#. nnqCB
@@ -12567,7 +12567,7 @@ msgctxt ""
"THREE_NETWORKED_COMPUTERS\n"
"LngText.text"
msgid "network"
-msgstr ""
+msgstr "аҳа"
#. 🖪 (U+1F5AA), see http://wiki.documentfoundation.org/Emoji
#. jTG2R
@@ -12577,7 +12577,7 @@ msgctxt ""
"BLACK_HARD_SHELL_FLOPPY_DISK\n"
"LngText.text"
msgid "floppy4"
-msgstr ""
+msgstr "адискета 4"
#. 🗢 (U+1F5E2), see http://wiki.documentfoundation.org/Emoji
#. cK4DP
@@ -12867,7 +12867,7 @@ msgctxt ""
"BALLOT_BOX_WITH_BOLD_CHECK\n"
"LngText.text"
msgid "checkbox5"
-msgstr ""
+msgstr "азгәаҭарҭа5"
#. 🗴 (U+1F5F4), see http://wiki.documentfoundation.org/Emoji
#. K9FkL
@@ -12877,7 +12877,7 @@ msgctxt ""
"BALLOT_SCRIPT_X\n"
"LngText.text"
msgid "check mark4"
-msgstr ""
+msgstr "азгәаҭарҭа4"
#. 🗪 (U+1F5EA), see http://wiki.documentfoundation.org/Emoji
#. fxebH
@@ -12897,7 +12897,7 @@ msgctxt ""
"BALLOT_BOLD_SCRIPT_X\n"
"LngText.text"
msgid "x4"
-msgstr ""
+msgstr "x4"
#. 🗩 (U+1F5E9), see http://wiki.documentfoundation.org/Emoji
#. HADvf
@@ -12917,7 +12917,7 @@ msgctxt ""
"BALLOT_BOX_WITH_SCRIPT_X\n"
"LngText.text"
msgid "checkbox6"
-msgstr ""
+msgstr "азгәаҭарҭа6"
#. 🗸 (U+1F5F8), see http://wiki.documentfoundation.org/Emoji
#. C3B4F
@@ -13117,7 +13117,7 @@ msgctxt ""
"UNICORN_FACE\n"
"LngText.text"
msgid "unicorn"
-msgstr ""
+msgstr "атәыҩазаҵә"
#. 🦃 (U+1F983), see http://wiki.documentfoundation.org/Emoji
#. wE3ZV
@@ -13127,7 +13127,7 @@ msgctxt ""
"TURKEY\n"
"LngText.text"
msgid "turkey"
-msgstr ""
+msgstr "ашәишәи"
#. 🦀 (U+1F980), see http://wiki.documentfoundation.org/Emoji
#. ygHYG
@@ -13147,7 +13147,7 @@ msgctxt ""
"SCORPION\n"
"LngText.text"
msgid "scorpion"
-msgstr ""
+msgstr "амариал"
#. 🧀 (U+1F9C0), see http://wiki.documentfoundation.org/Emoji
#. 7Rapv
@@ -13157,7 +13157,7 @@ msgctxt ""
"CHEESE_WEDGE\n"
"LngText.text"
msgid "cheese"
-msgstr ""
+msgstr "ашә"
#. 🌭 (U+1F32D), see http://wiki.documentfoundation.org/Emoji
#. G77U6
@@ -13167,7 +13167,7 @@ msgctxt ""
"HOT_DOG\n"
"LngText.text"
msgid "hot dog"
-msgstr ""
+msgstr "хотдог"
#. 🌮 (U+1F32E), see http://wiki.documentfoundation.org/Emoji
#. adkNd
@@ -13177,7 +13177,7 @@ msgctxt ""
"TACO\n"
"LngText.text"
msgid "taco"
-msgstr ""
+msgstr "тако"
#. 🌯 (U+1F32F), see http://wiki.documentfoundation.org/Emoji
#. iznZM
@@ -13187,7 +13187,7 @@ msgctxt ""
"BURRITO\n"
"LngText.text"
msgid "burrito"
-msgstr ""
+msgstr "буррито"
#. 🍿 (U+1F37F), see http://wiki.documentfoundation.org/Emoji
#. EpADQ
@@ -13217,7 +13217,7 @@ msgctxt ""
"AMPHORA\n"
"LngText.text"
msgid "amphora"
-msgstr ""
+msgstr "амфора"
#. 🕌 (U+1F54C), see http://wiki.documentfoundation.org/Emoji
#. GAMLG
@@ -13237,7 +13237,7 @@ msgctxt ""
"SYNAGOGUE\n"
"LngText.text"
msgid "synagogue"
-msgstr ""
+msgstr "синагога"
#. 🕋 (U+1F54B), see http://wiki.documentfoundation.org/Emoji
#. 3rTFA
@@ -13247,7 +13247,7 @@ msgctxt ""
"KAABA\n"
"LngText.text"
msgid "Kaaba"
-msgstr ""
+msgstr "Кааба"
#. 🏐 (U+1F3D0), see http://wiki.documentfoundation.org/Emoji
#. JnWWX
@@ -13277,7 +13277,7 @@ msgctxt ""
"FIELD_HOCKEY_STICK_AND_BALL\n"
"LngText.text"
msgid "hockey2"
-msgstr ""
+msgstr "ахоккеи 2"
#. 🏒 (U+1F3D2), see http://wiki.documentfoundation.org/Emoji
#. P8BNH
@@ -13287,7 +13287,7 @@ msgctxt ""
"ICE_HOCKEY_STICK_AND_PUCK\n"
"LngText.text"
msgid "hockey"
-msgstr ""
+msgstr "ахоккеи"
#. 🏓 (U+1F3D3), see http://wiki.documentfoundation.org/Emoji
#. sjezt
@@ -13327,7 +13327,7 @@ msgctxt ""
"PLACE_OF_WORSHIP\n"
"LngText.text"
msgid "worship"
-msgstr ""
+msgstr "аныҳәара"
#. 🕎 (U+1F54E), see http://wiki.documentfoundation.org/Emoji
#. VJK9e
@@ -13337,7 +13337,7 @@ msgctxt ""
"MENORAH_WITH_NINE_BRANCHES\n"
"LngText.text"
msgid "menorah"
-msgstr ""
+msgstr "менора"
#. 🤣 (U+1F923), see http://wiki.documentfoundation.org/Emoji
#. ZEUxq
@@ -13377,7 +13377,7 @@ msgctxt ""
"SNEEZING_FACE\n"
"LngText.text"
msgid "sneeze"
-msgstr ""
+msgstr "аимсара"
#. 🤠 (U+1F920), see http://wiki.documentfoundation.org/Emoji
#. eqg7B
@@ -13397,7 +13397,7 @@ msgctxt ""
"CLOWN_FACE\n"
"LngText.text"
msgid "clown"
-msgstr ""
+msgstr "ақьачақь"
#. 🤥 (U+1F925), see http://wiki.documentfoundation.org/Emoji
#. kGYvx
@@ -13407,7 +13407,7 @@ msgctxt ""
"LYING_FACE\n"
"LngText.text"
msgid "liar"
-msgstr ""
+msgstr "амцҳәаҩ"
#. 🤴 (U+1F934), see http://wiki.documentfoundation.org/Emoji
#. Vm8HH
@@ -13417,7 +13417,7 @@ msgctxt ""
"PRINCE\n"
"LngText.text"
msgid "prince"
-msgstr ""
+msgstr "апринц"
#. 🤵 (U+1F935), see http://wiki.documentfoundation.org/Emoji
#. z4cUf
@@ -13477,7 +13477,7 @@ msgctxt ""
"MAN_DANCING\n"
"LngText.text"
msgid "dancer2"
-msgstr ""
+msgstr "акәашаҩ 2"
#. 🤺 (U+1F93A), see http://wiki.documentfoundation.org/Emoji
#. j3rnK
@@ -13497,7 +13497,7 @@ msgctxt ""
"PERSON_CARTWHEELING\n"
"LngText.text"
msgid "gymnast"
-msgstr ""
+msgstr "агимнаст"
#. 🤼 (U+1F93C), see http://wiki.documentfoundation.org/Emoji
#. wDcBh
@@ -13507,7 +13507,7 @@ msgctxt ""
"PEOPLE_WRESTLING\n"
"LngText.text"
msgid "wrestling"
-msgstr ""
+msgstr "аиқәԥара"
#. 🤽 (U+1F93D), see http://wiki.documentfoundation.org/Emoji
#. d98om
@@ -13527,7 +13527,7 @@ msgctxt ""
"PERSON_PLAYING_HANDBALL\n"
"LngText.text"
msgid "handball"
-msgstr ""
+msgstr "агандбол"
#. 🤹 (U+1F939), see http://wiki.documentfoundation.org/Emoji
#. ZxAWV
@@ -13547,7 +13547,7 @@ msgctxt ""
"SELFIE\n"
"LngText.text"
msgid "selfie"
-msgstr ""
+msgstr "селфи"
#. 🤞 (U+1F91E), see http://wiki.documentfoundation.org/Emoji
#. hCFfC
@@ -13567,7 +13567,7 @@ msgctxt ""
"CALL_ME_HAND\n"
"LngText.text"
msgid "call"
-msgstr ""
+msgstr "аҭел асра"
#. 🤛 (U+1F91B), see http://wiki.documentfoundation.org/Emoji
#. FAjqc
@@ -13577,7 +13577,7 @@ msgctxt ""
"LEFT-FACING_FIST\n"
"LngText.text"
msgid "fist3"
-msgstr ""
+msgstr "аҭаҷкәым3"
#. 🤜 (U+1F91C), see http://wiki.documentfoundation.org/Emoji
#. F5CCT
@@ -13587,7 +13587,7 @@ msgctxt ""
"RIGHT-FACING_FIST\n"
"LngText.text"
msgid "fist4"
-msgstr ""
+msgstr "аҭаҷкәым4"
#. 🤚 (U+1F91A), see http://wiki.documentfoundation.org/Emoji
#. ix9At
@@ -13607,7 +13607,7 @@ msgctxt ""
"HANDSHAKE\n"
"LngText.text"
msgid "handshake"
-msgstr ""
+msgstr "анапамхра"
#. 🖤 (U+1F5A4), see http://wiki.documentfoundation.org/Emoji
#. gm7FZ
@@ -13617,7 +13617,7 @@ msgctxt ""
"BLACK_HEART\n"
"LngText.text"
msgid "black heart"
-msgstr ""
+msgstr "агәы еиқәаҵәа"
#. 🦍 (U+1F98D), see http://wiki.documentfoundation.org/Emoji
#. 2NjPB
@@ -13627,7 +13627,7 @@ msgctxt ""
"GORILLA\n"
"LngText.text"
msgid "gorilla"
-msgstr ""
+msgstr "горилла"
#. 🦊 (U+1F98A), see http://wiki.documentfoundation.org/Emoji
#. KTrLE
@@ -13637,7 +13637,7 @@ msgctxt ""
"FOX_FACE\n"
"LngText.text"
msgid "fox"
-msgstr ""
+msgstr "абгахәыҷы"
#. 🦌 (U+1F98C), see http://wiki.documentfoundation.org/Emoji
#. hFm9Y
@@ -13647,7 +13647,7 @@ msgctxt ""
"DEER\n"
"LngText.text"
msgid "deer"
-msgstr ""
+msgstr "абнацә"
#. 🦏 (U+1F98F), see http://wiki.documentfoundation.org/Emoji
#. vH7xA
@@ -13657,7 +13657,7 @@ msgctxt ""
"RHINOCEROS\n"
"LngText.text"
msgid "rhinoceros"
-msgstr ""
+msgstr "аԥынҵатәыҩа"
#. 🦇 (U+1F987), see http://wiki.documentfoundation.org/Emoji
#. La26G
@@ -13667,7 +13667,7 @@ msgctxt ""
"BAT\n"
"LngText.text"
msgid "bat"
-msgstr ""
+msgstr "ахәлаԥҵыс"
#. 🦅 (U+1F985), see http://wiki.documentfoundation.org/Emoji
#. A5zoM
@@ -13687,7 +13687,7 @@ msgctxt ""
"DUCK\n"
"LngText.text"
msgid "duck"
-msgstr ""
+msgstr "акәата"
#. 🦉 (U+1F989), see http://wiki.documentfoundation.org/Emoji
#. 5WB2J
@@ -13697,7 +13697,7 @@ msgctxt ""
"OWL\n"
"LngText.text"
msgid "owl"
-msgstr ""
+msgstr "аты"
#. 🦎 (U+1F98E), see http://wiki.documentfoundation.org/Emoji
#. mTdZD
@@ -13707,7 +13707,7 @@ msgctxt ""
"LIZARD\n"
"LngText.text"
msgid "lizard"
-msgstr ""
+msgstr "аинцәыш"
#. 🦈 (U+1F988), see http://wiki.documentfoundation.org/Emoji
#. HGPa7
@@ -13717,7 +13717,7 @@ msgctxt ""
"SHARK\n"
"LngText.text"
msgid "shark"
-msgstr ""
+msgstr "акула"
#. 🦐 (U+1F990), see http://wiki.documentfoundation.org/Emoji
#. 9st9X
@@ -13747,7 +13747,7 @@ msgctxt ""
"BUTTERFLY\n"
"LngText.text"
msgid "butterfly"
-msgstr ""
+msgstr "аԥарԥалыкь"
#. 🥀 (U+1F940), see http://wiki.documentfoundation.org/Emoji
#. g8zbG
@@ -13757,7 +13757,7 @@ msgctxt ""
"WILTED_FLOWER\n"
"LngText.text"
msgid "flower2"
-msgstr ""
+msgstr "ашәҭ2"
#. 🥝 (U+1F95D), see http://wiki.documentfoundation.org/Emoji
#. rhEXe
@@ -13767,7 +13767,7 @@ msgctxt ""
"KIWI_FRUIT\n"
"LngText.text"
msgid "kiwi"
-msgstr ""
+msgstr "киви"
#. 🥑 (U+1F951), see http://wiki.documentfoundation.org/Emoji
#. YyyRA
@@ -13777,7 +13777,7 @@ msgctxt ""
"AVOCADO\n"
"LngText.text"
msgid "avocado"
-msgstr ""
+msgstr "авокадо"
#. 🥔 (U+1F954), see http://wiki.documentfoundation.org/Emoji
#. GszVJ
@@ -13797,7 +13797,7 @@ msgctxt ""
"CARROT\n"
"LngText.text"
msgid "carrot"
-msgstr ""
+msgstr "аҷых"
#. 🥒 (U+1F952), see http://wiki.documentfoundation.org/Emoji
#. Kh3D3
@@ -13807,7 +13807,7 @@ msgctxt ""
"CUCUMBER\n"
"LngText.text"
msgid "cucumber"
-msgstr ""
+msgstr "акьынтыр"
#. 🥜 (U+1F95C), see http://wiki.documentfoundation.org/Emoji
#. zhUDL
@@ -13817,7 +13817,7 @@ msgctxt ""
"PEANUTS\n"
"LngText.text"
msgid "peanuts"
-msgstr ""
+msgstr "арахис"
#. 🥐 (U+1F950), see http://wiki.documentfoundation.org/Emoji
#. RjA9y
@@ -13827,7 +13827,7 @@ msgctxt ""
"CROISSANT\n"
"LngText.text"
msgid "croissant"
-msgstr ""
+msgstr "круассан"
#. 🥖 (U+1F956), see http://wiki.documentfoundation.org/Emoji
#. NGegu
@@ -13837,7 +13837,7 @@ msgctxt ""
"BAGUETTE_BREAD\n"
"LngText.text"
msgid "bread2"
-msgstr ""
+msgstr "ача2"
#. 🥞 (U+1F95E), see http://wiki.documentfoundation.org/Emoji
#. Kv3zL
@@ -13857,7 +13857,7 @@ msgctxt ""
"BACON\n"
"LngText.text"
msgid "bacon"
-msgstr ""
+msgstr "бекон"
#. 🥙 (U+1F959), see http://wiki.documentfoundation.org/Emoji
#. FBeQo
@@ -13877,7 +13877,7 @@ msgctxt ""
"EGG\n"
"LngText.text"
msgid "egg"
-msgstr ""
+msgstr "акәтаӷь"
#. 🥘 (U+1F958), see http://wiki.documentfoundation.org/Emoji
#. MLBgW
@@ -13897,7 +13897,7 @@ msgctxt ""
"GREEN_SALAD\n"
"LngText.text"
msgid "salad"
-msgstr ""
+msgstr "асалат"
#. 🥛 (U+1F95B), see http://wiki.documentfoundation.org/Emoji
#. ABhFU
@@ -13907,7 +13907,7 @@ msgctxt ""
"GLASS_OF_MILK\n"
"LngText.text"
msgid "milk"
-msgstr ""
+msgstr "ахш"
#. 🥂 (U+1F942), see http://wiki.documentfoundation.org/Emoji
#. CE4Gm
@@ -13937,7 +13937,7 @@ msgctxt ""
"SPOON\n"
"LngText.text"
msgid "spoon"
-msgstr ""
+msgstr "амҳаҵә"
#. 🛴 (U+1F6F4), see http://wiki.documentfoundation.org/Emoji
#. i9HME
@@ -13947,7 +13947,7 @@ msgctxt ""
"SCOOTER\n"
"LngText.text"
msgid "scooter"
-msgstr ""
+msgstr "скутер"
#. 🛵 (U+1F6F5), see http://wiki.documentfoundation.org/Emoji
#. qNJVu
@@ -13957,7 +13957,7 @@ msgctxt ""
"MOTOR_SCOOTER\n"
"LngText.text"
msgid "scooter2"
-msgstr ""
+msgstr "скутер2"
#. 🛑 (U+1F6D1), see http://wiki.documentfoundation.org/Emoji
#. aFYby
@@ -13967,7 +13967,7 @@ msgctxt ""
"OCTAGONAL_SIGN\n"
"LngText.text"
msgid "stop"
-msgstr ""
+msgstr "стоп"
#. 🛶 (U+1F6F6), see http://wiki.documentfoundation.org/Emoji
#. SXBDP
@@ -13987,7 +13987,7 @@ msgctxt ""
"1ST_PLACE_MEDAL\n"
"LngText.text"
msgid "gold"
-msgstr ""
+msgstr "ахьы"
#. 🥈 (U+1F948), see http://wiki.documentfoundation.org/Emoji
#. TSHQA
@@ -13997,7 +13997,7 @@ msgctxt ""
"2ND_PLACE_MEDAL\n"
"LngText.text"
msgid "silver"
-msgstr ""
+msgstr "араӡын"
#. 🥉 (U+1F949), see http://wiki.documentfoundation.org/Emoji
#. EAVkw
@@ -14007,7 +14007,7 @@ msgctxt ""
"3RD_PLACE_MEDAL\n"
"LngText.text"
msgid "bronze"
-msgstr ""
+msgstr "аџьаз"
#. 🥊 (U+1F94A), see http://wiki.documentfoundation.org/Emoji
#. wd46F
@@ -14107,7 +14107,7 @@ msgctxt ""
"SERIOUS_FACE_WITH_SYMBOLS_COVERING_MOUTH\n"
"LngText.text"
msgid "cursing"
-msgstr ""
+msgstr "ацәҳарақәа"
#. 🤮 (U+1F92E), see http://wiki.documentfoundation.org/Emoji
#. kBxkz
@@ -14137,7 +14137,7 @@ msgctxt ""
"SMILING_FACE_WITH_SMILING_EYES_AND_HAND_COVERING_MOUTH\n"
"LngText.text"
msgid "smiling4"
-msgstr ""
+msgstr "аччаԥшь4"
#. 🧐 (U+1F9D0), see http://wiki.documentfoundation.org/Emoji
#. jB9dt
@@ -14147,7 +14147,7 @@ msgctxt ""
"FACE_WITH_MONOCLE\n"
"LngText.text"
msgid "monocle"
-msgstr ""
+msgstr "монокль"
#. 🧒 (U+1F9D2), see http://wiki.documentfoundation.org/Emoji
#. SLPCQ
@@ -14217,7 +14217,7 @@ msgctxt ""
"MAGE\n"
"LngText.text"
msgid "mage"
-msgstr ""
+msgstr "амаг"
#. 🧚 (U+1F9DA), see http://wiki.documentfoundation.org/Emoji
#. 72AoC
@@ -14227,7 +14227,7 @@ msgctxt ""
"FAIRY\n"
"LngText.text"
msgid "fairy"
-msgstr ""
+msgstr "феиа"
#. 🧛 (U+1F9DB), see http://wiki.documentfoundation.org/Emoji
#. xcCHr
@@ -14257,7 +14257,7 @@ msgctxt ""
"ELF\n"
"LngText.text"
msgid "elf"
-msgstr ""
+msgstr "ельф"
#. 🧞 (U+1F9DE), see http://wiki.documentfoundation.org/Emoji
#. GQBVF
@@ -14287,7 +14287,7 @@ msgctxt ""
"PERSON_IN_STEAMY_ROOM\n"
"LngText.text"
msgid "sauna"
-msgstr ""
+msgstr "асауна"
#. 🧗 (U+1F9D7), see http://wiki.documentfoundation.org/Emoji
#. 5LRF9
@@ -14337,7 +14337,7 @@ msgctxt ""
"BRAIN\n"
"LngText.text"
msgid "brain"
-msgstr ""
+msgstr "ахшыбаҩ"
#. 🧡 (U+1F9E1), see http://wiki.documentfoundation.org/Emoji
#. 65Vzz
@@ -14387,7 +14387,7 @@ msgctxt ""
"SOCKS\n"
"LngText.text"
msgid "socks"
-msgstr ""
+msgstr "ақылԥад"
#. 🧢 (U+1F9E2), see http://wiki.documentfoundation.org/Emoji
#. tZNWA
@@ -14617,7 +14617,7 @@ msgctxt ""
"CURLING_STONE\n"
"LngText.text"
msgid "curling"
-msgstr ""
+msgstr "киорлинг"
#. ₿ (U+20BF), see http://wiki.documentfoundation.org/Emoji
#. EXrBL
@@ -15137,7 +15137,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_L\n"
"LngText.text"
msgid "^l"
-msgstr ""
+msgstr "^l"
#. ᵐ (U+01D50), see http://wiki.documentfoundation.org/Emoji
#. Bb3N7
@@ -15147,7 +15147,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_M\n"
"LngText.text"
msgid "^m"
-msgstr ""
+msgstr "^m"
#. ⁿ (U+0207F), see http://wiki.documentfoundation.org/Emoji
#. oT4ts
@@ -15157,7 +15157,7 @@ msgctxt ""
"SUPERSCRIPT_LATIN_SMALL_LETTER_N\n"
"LngText.text"
msgid "^n"
-msgstr ""
+msgstr "^n"
#. ᵒ (U+01D52), see http://wiki.documentfoundation.org/Emoji
#. ufK3e
@@ -15167,7 +15167,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_O\n"
"LngText.text"
msgid "^o"
-msgstr ""
+msgstr "^o"
#. ᵖ (U+01D56), see http://wiki.documentfoundation.org/Emoji
#. CDWbH
@@ -15177,7 +15177,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_P\n"
"LngText.text"
msgid "^p"
-msgstr ""
+msgstr "^p"
#. ʳ (U+002B3), see http://wiki.documentfoundation.org/Emoji
#. tHyqw
@@ -15187,7 +15187,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_R\n"
"LngText.text"
msgid "^r"
-msgstr ""
+msgstr "^r"
#. ˢ (U+002E2), see http://wiki.documentfoundation.org/Emoji
#. CsBY6
@@ -15197,7 +15197,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_S\n"
"LngText.text"
msgid "^s"
-msgstr ""
+msgstr "^s"
#. ᵗ (U+01D57), see http://wiki.documentfoundation.org/Emoji
#. aU39K
@@ -15207,7 +15207,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_T\n"
"LngText.text"
msgid "^t"
-msgstr ""
+msgstr "^t"
#. ᵘ (U+01D58), see http://wiki.documentfoundation.org/Emoji
#. zDqKT
@@ -15217,7 +15217,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_U\n"
"LngText.text"
msgid "^u"
-msgstr ""
+msgstr "^u"
#. ᵛ (U+01D5B), see http://wiki.documentfoundation.org/Emoji
#. KYKGm
@@ -15227,7 +15227,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_V\n"
"LngText.text"
msgid "^v"
-msgstr ""
+msgstr "^v"
#. ʷ (U+002B7), see http://wiki.documentfoundation.org/Emoji
#. j9e8C
@@ -15237,7 +15237,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_W\n"
"LngText.text"
msgid "^w"
-msgstr ""
+msgstr "^w"
#. ˣ (U+002E3), see http://wiki.documentfoundation.org/Emoji
#. Eiacc
@@ -15247,7 +15247,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_X\n"
"LngText.text"
msgid "^x"
-msgstr ""
+msgstr "^x"
#. ʸ (U+002B8), see http://wiki.documentfoundation.org/Emoji
#. XQPuC
@@ -15257,7 +15257,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Y\n"
"LngText.text"
msgid "^y"
-msgstr ""
+msgstr "^y"
#. ᶻ (U+01DBB), see http://wiki.documentfoundation.org/Emoji
#. vnmnz
@@ -15267,7 +15267,7 @@ msgctxt ""
"MODIFIER_LETTER_SMALL_Z\n"
"LngText.text"
msgid "^z"
-msgstr ""
+msgstr "^z"
#. ᴬ (U+01D2C), see http://wiki.documentfoundation.org/Emoji
#. WvCDU
@@ -15277,7 +15277,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_A\n"
"LngText.text"
msgid "^A"
-msgstr ""
+msgstr "^A"
#. ᴮ (U+01D2E), see http://wiki.documentfoundation.org/Emoji
#. wGXNi
@@ -15287,7 +15287,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_B\n"
"LngText.text"
msgid "^B"
-msgstr ""
+msgstr "^B"
#. ᴰ (U+01D30), see http://wiki.documentfoundation.org/Emoji
#. hVJVE
@@ -15297,7 +15297,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_D\n"
"LngText.text"
msgid "^D"
-msgstr ""
+msgstr "^D"
#. ᴱ (U+01D31), see http://wiki.documentfoundation.org/Emoji
#. 8Efke
@@ -15307,7 +15307,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_E\n"
"LngText.text"
msgid "^E"
-msgstr ""
+msgstr "^E"
#. ᴳ (U+01D33), see http://wiki.documentfoundation.org/Emoji
#. pApe7
@@ -15317,7 +15317,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_G\n"
"LngText.text"
msgid "^G"
-msgstr ""
+msgstr "^G"
#. ᴴ (U+01D34), see http://wiki.documentfoundation.org/Emoji
#. Bjk2Z
@@ -15327,7 +15327,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_H\n"
"LngText.text"
msgid "^H"
-msgstr ""
+msgstr "^H"
#. ᴵ (U+01D35), see http://wiki.documentfoundation.org/Emoji
#. UR8AR
@@ -15337,7 +15337,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_I\n"
"LngText.text"
msgid "^I"
-msgstr ""
+msgstr "^I"
#. ᴶ (U+01D36), see http://wiki.documentfoundation.org/Emoji
#. uobRE
@@ -15347,7 +15347,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_J\n"
"LngText.text"
msgid "^J"
-msgstr ""
+msgstr "^J"
#. ᴷ (U+01D37), see http://wiki.documentfoundation.org/Emoji
#. DMNFo
@@ -15357,7 +15357,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_K\n"
"LngText.text"
msgid "^K"
-msgstr ""
+msgstr "^K"
#. ᴸ (U+01D38), see http://wiki.documentfoundation.org/Emoji
#. bzESb
@@ -15367,7 +15367,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_L\n"
"LngText.text"
msgid "^L"
-msgstr ""
+msgstr "^L"
#. ᴹ (U+01D39), see http://wiki.documentfoundation.org/Emoji
#. 2gTjB
@@ -15377,7 +15377,7 @@ msgctxt ""
"MODIFIER_LETTER_CAPITAL_M\n"
"LngText.text"
msgid "^M"
-msgstr ""
+msgstr "^M"
#. ᴺ (U+01D3A), see http://wiki.documentfoundation.org/Emoji
#. J5Gx4
diff --git a/source/ab/filter/messages.po b/source/ab/filter/messages.po
index eb705e39441..6177961b1be 100644
--- a/source/ab/filter/messages.po
+++ b/source/ab/filter/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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-03-01 01:45+0000\n"
+"PO-Revision-Date: 2024-03-08 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ab/>\n"
"Language: ab\n"
@@ -453,7 +453,7 @@ msgstr ""
#: filter/uiconfig/ui/pdfgeneralpage.ui:181
msgctxt "pdfgeneralpage|slides"
msgid "_Slides:"
-msgstr ""
+msgstr "Аслаидқәа:"
#. 9Cyn8
#: filter/uiconfig/ui/pdfgeneralpage.ui:190
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
index 9deb833d6b5..ae181a49aaf 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-07 01:46+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ab/>\n"
@@ -34238,16 +34238,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Ииастәуп анаҩстәи адгаларахь"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "Аномер Аҿак/Аҿых"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index b4cfb8bd815..10984f27a72 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 13:16+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ab/>\n"
@@ -20029,25 +20029,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index 326eca2d1a9..19a886ed52c 100644
--- a/source/ab/sd/messages.po
+++ b/source/ab/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ab/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561456140.000000\n"
#. WDjkB
@@ -1737,584 +1737,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Абларҭақәа рстильқәа"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Афигура %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Иазалхтәуп аҿаԥшыразы асахьа"
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Амакет ишыҟоу еиԥш"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Иҭаргылатәуп атаблица"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Иҭаргылатәуп адиаграмма"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Иҭаргылатәуп асахьа"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Иҭаргылатәуп Абжьы ма Авидео"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ииагатәуп адаҟьақәа"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Ииагатәуп аслаидқәа"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Иацышәҵа асахьа альбом ахь."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Атексттә слаид"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Аҿаԥшыра"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Аҿаԥшыра аобиектқәа"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Адырганҵа"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Анапхгара аелементқәа"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Адаҟьа"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Адаҟьа"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Аслаид"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Аслаид-азҟаза"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Аслаид-азҟаза:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Адаҟьа-азҟаза"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Адаҟьа-азҟаза:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Азгәаҭақәа)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Атезисқәа"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Ахы атекст ариашаразы шәақәыӷәӷәа ҳәынаԥла"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Аструктура ариашаразы аҳәынаԥ шәақәыӷәӷәа"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Аструктура аҩбатәи аҩаӡара"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Аструктура ахԥатәи аҩаӡара"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Аструктура аԥшьбатәи аҩаӡара"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Аструктура ахәбатәи аҩаӡара"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Аструктура афбатәи аҩаӡара"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Аструктура абыжьбатәи аҩаӡара"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Адаҟьа аиҭагаразы шәақәыӷәӷәа аҳәынаԥ"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Ҩынтә шәақәыӷәӷәа, аслаид аиҭагаразы"
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Атекст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Атекст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Ҩынтә шәақәыӷәӷәа, атекст ацҵаразы"
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Ҩынтә шәақәыӷәӷәа, атекст ацҵаразы"
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Шәақәыӷәӷәа, атекст аредакциазуразы"
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Иацышәҵа асахьа аҳәынаԥ ҩынтә ақәыӷәӷәарала"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Иацышәҵа аобиект аҳәынаԥ ҩынтә ақәыӷәӷәарала"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Иацышәҵа адиаграмма аҳәынаԥ ҩынтә ақәыӷәӷәарала"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Иацышәҵа аелектронтә таблица аҳәынаԥ ҩынтә ақәыӷәӷәарала"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Астандарт"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Ахы"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Абазатә"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Еиҭагатәуп аслаидқәа"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Иҭаргылатәуп адаҟьақәа"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Иҭаргылатәуп адаҟьа"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Аслаид аҷыдаҟазшьақәа"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Аобиект аҭарҭәара ада"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Атекст"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Ахы A4"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Ахы A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Атекст А4"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Ахы A0"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Ахы A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Атекст А0"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Аграфика"
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Афигурақәа"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Аҵәаӷәақәа"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Ахыцқәа"
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Аҭарҭәара"
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Аҭарҭәара ҩеижьла"
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Аҭарҭәара ҟаԥшьыла"
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Аконтур"
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Аконтур ҩеижь"
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Аконтур ҟаԥшь"
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Ахы"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Аструктура"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Аҿаԥшыра аобиектқәа"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Аҿаԥшыра"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint аимпорт"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Еиқәырхатәуп адокумент"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Еиҵатәтәуп агегль"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Еизырҳатәуп акегль"
@@ -2322,637 +2328,637 @@ msgstr "Еизырҳатәуп акегль"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Асахьаҭыхра арежим"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Асахьаҭыхра арежим"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Аструктура арежим"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Аслаидқәа ррежим"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ара, аслаидқәа шәсортуеит."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Азгәаҭақәа ррежим"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Атезисқәа ррежим"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Апрезентациа ахы"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Апрезентациа аструктура"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Апрезентациа адаҟьа"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Апрезентациа азгәаҭақәа"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Атезисқәа"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Апрезентациа идырым аформа"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Апрезентациа ҵаҟатәи аколонтитул"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Апрезентациа хыхьтәи аколонтитул"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Апрезентациа арыцхәи аамҭеи"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Апрезентациа адаҟьа аномер"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME - Апрезентациа"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Ахы"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Аструктура"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Адаҟьа"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Атезисқәа ррежим"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Апрезентациа идырым аформа"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Ҵаҟатәи аколонтитул"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Хыхьтәи аколонтитул"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Арыцхә"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Ахыԥхьаӡа"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(аԥхьара мацара)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "мап"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Анаҩстәи ақәыӷәӷәаранӡа"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Аслаид анҵәамҭанӡа"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Ахырхарҭа"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Амасштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Аспицқәа:"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Актәи аԥштәы"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Аҩбатәи аԥштәы:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Аҭарҭәара аԥштәы"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Агарнитура:"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Ашрифт аԥштәы:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Аҵәаӷәа аԥштәы:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Акегль:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ашәагаа:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Ахыԥхьаӡара:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Аԥштәы:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Абжьы ада)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Иаанкылатәуп аԥхьатәи абжьы)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Егьи абжьы..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Аҿырԥштәы"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Адәықәҵара"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Ахархәаратә мҩақәа"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Акцент: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Ахыркәшара: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Атраекториақәа: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Еиуеиԥшым: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Мап"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Иахьа,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Иацы,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Иҭаргылатәуп акомментари"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Ианыхтәуп акомментари"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Ииагатәуп акомментари"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Иԥсахтәуп акомментари"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Аҭак %1 аҟны"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Амультимедиа"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Атаблица"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Адокумент"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Аслаидқәа адаҟьаҟны:"
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Аишьҭагылашьа:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Иаҵанакуа"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Аслаид ахьӡ"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Адаҟьа ахьӡ"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Арыцхәи аамҭеи"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Иҵәаху адаҟьақәа"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Аԥштәы"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ашәагаа"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Аброшиура"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Адаҟьа аганқәа"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Иалаҵаны"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Ақьаад анашьҭра, апринтер архиарақәа ирықәыршәаны"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Адаҟьақәа:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Аслаидқәа:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Анимациа"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Аимадара"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Ԥхьаҟа"
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Шьҭахьҟа"
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Актәи аслаид"
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Аҵыхәтәантәи аслаид"
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Иарктәуп апанель"
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Иацҵатәуп адизаин ҿыц"
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7956,19 +7962,19 @@ msgid "Page _height:"
msgstr "Адаҟьа аҳаракыра:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Амасштаб"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index 7a77117a59d..3af05922b7c 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/svtools/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: 2023-12-21 13:21+0100\n"
-"PO-Revision-Date: 2024-02-25 01:45+0000\n"
+"PO-Revision-Date: 2024-03-11 15:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ab/>\n"
"Language: ab\n"
@@ -3764,217 +3764,217 @@ msgstr "Бретонтәи"
#: svtools/inc/langtab.hrc:232
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kalaallisut"
-msgstr ""
+msgstr "Гренландиатәи (калааллисут)"
#. h8yi2
#: svtools/inc/langtab.hrc:233
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ndebele, South"
-msgstr ""
+msgstr "Ндебеле (Аладатәи Африка)"
#. GAkRJ
#: svtools/inc/langtab.hrc:234
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Southern Sotho"
-msgstr ""
+msgstr "Сесото"
#. 2beka
#: svtools/inc/langtab.hrc:235
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Swazi"
-msgstr ""
+msgstr "Свази"
#. GFCYC
#: svtools/inc/langtab.hrc:236
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tsonga"
-msgstr ""
+msgstr "Тсонго"
#. Fd3yC
#: svtools/inc/langtab.hrc:237
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Venda"
-msgstr ""
+msgstr "Венда"
#. BQkT8
#: svtools/inc/langtab.hrc:238
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tswana (Botswana)"
-msgstr ""
+msgstr "Тсвана (Ботсвана)"
#. aCLs3
#: svtools/inc/langtab.hrc:239
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Xhosa"
-msgstr ""
+msgstr "Коса"
#. 8tGkA
#: svtools/inc/langtab.hrc:240
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sinhala"
-msgstr ""
+msgstr "Сингалтәи"
#. MyZBb
#: svtools/inc/langtab.hrc:241
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moore"
-msgstr ""
+msgstr "Мур"
#. MuwMr
#: svtools/inc/langtab.hrc:242
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bambara"
-msgstr ""
+msgstr "Бамбара"
#. ohYHE
#: svtools/inc/langtab.hrc:243
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Akan"
-msgstr ""
+msgstr "Акан"
#. Rpc24
#: svtools/inc/langtab.hrc:244
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Luxembourgish"
-msgstr ""
+msgstr "Лиуксембургтәи"
#. TPr9P
#: svtools/inc/langtab.hrc:245
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Friulian"
-msgstr ""
+msgstr "Фриултәи"
#. XFeaU
#: svtools/inc/langtab.hrc:246
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Fijian"
-msgstr ""
+msgstr "Фиџьитәи"
#. DmEsD
#: svtools/inc/langtab.hrc:247
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Afrikaans (Namibia)"
-msgstr ""
+msgstr "Африкаанс (Намибиа)"
#. 2dS3j
#: svtools/inc/langtab.hrc:248
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Namibia)"
-msgstr ""
+msgstr "Англыз (Намибиа)"
#. pxpQo
#: svtools/inc/langtab.hrc:249
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Walloon"
-msgstr ""
+msgstr "Валлонтәи"
#. uSw8S
#: svtools/inc/langtab.hrc:250
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Coptic"
-msgstr ""
+msgstr "Копттәи"
#. cXUkb
#: svtools/inc/langtab.hrc:251
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Eritrea)"
-msgstr ""
+msgstr "Тигриниа (Еритреиа)"
#. 4X4SP
#: svtools/inc/langtab.hrc:252
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tigrigna (Ethiopia)"
-msgstr ""
+msgstr "Тигриниа (Ефиопиа)"
#. vebCw
#: svtools/inc/langtab.hrc:253
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Amharic"
-msgstr ""
+msgstr "Амхартәи"
#. wVfCr
#: svtools/inc/langtab.hrc:254
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kirghiz"
-msgstr ""
+msgstr "Киргизиатәи"
#. zCrUd
#: svtools/inc/langtab.hrc:255
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "German (Belgium)"
-msgstr ""
+msgstr "Агерман (Бельгиа)"
#. bZjgG
#: svtools/inc/langtab.hrc:256
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Chuvash"
-msgstr ""
+msgstr "Чувашиатәи"
#. Hhf2V
#: svtools/inc/langtab.hrc:257
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Burmese"
-msgstr ""
+msgstr "Бирмантәи"
#. YCarY
#: svtools/inc/langtab.hrc:258
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Nigeria)"
-msgstr ""
+msgstr "Хауса (Нигериа)"
#. JXCmu
#: svtools/inc/langtab.hrc:259
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hausa (Ghana)"
-msgstr ""
+msgstr "Хауса (Гана)"
#. 7jrGb
#: svtools/inc/langtab.hrc:260
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Éwé"
-msgstr ""
+msgstr "Еве"
#. QWBZG
#: svtools/inc/langtab.hrc:261
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Ghana)"
-msgstr ""
+msgstr "Англыз (Гана)"
#. pAEtz
#: svtools/inc/langtab.hrc:262
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sango"
-msgstr ""
+msgstr "Санго"
#. L9sDt
#: svtools/inc/langtab.hrc:263
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tagalog"
-msgstr ""
+msgstr "Тагалтәи"
#. iFSZs
#: svtools/inc/langtab.hrc:264
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Ganda"
-msgstr ""
+msgstr "Ганда"
#. Gdbhz
#: svtools/inc/langtab.hrc:265
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lingala"
-msgstr ""
+msgstr "Лингала"
#. TnDKB
#: svtools/inc/langtab.hrc:266
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Low German"
-msgstr ""
+msgstr "Алада-Германтәи"
#. Yr5hK
#: svtools/inc/langtab.hrc:267
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hiligaynon"
-msgstr ""
+msgstr "Хилигаинон"
#. nF96G
#: svtools/inc/langtab.hrc:268
@@ -3986,37 +3986,37 @@ msgstr ""
#: svtools/inc/langtab.hrc:269
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kashubian"
-msgstr ""
+msgstr "Кашубтәи"
#. nbEp5
#: svtools/inc/langtab.hrc:270
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Spanish (Cuba)"
-msgstr ""
+msgstr "Испаниатәи (Куба)"
#. CGkDF
#: svtools/inc/langtab.hrc:271
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Indonesia)"
-msgstr ""
+msgstr "Тетум (Индонезиа)"
#. yXqvC
#: svtools/inc/langtab.hrc:272
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, North)"
-msgstr ""
+msgstr "Кечуа (Боливиа, Аҩада)"
#. V3XMi
#: svtools/inc/langtab.hrc:273
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Bolivia, South)"
-msgstr ""
+msgstr "Кечуа (Боливиа, Алада)"
#. 3WCP7
#: svtools/inc/langtab.hrc:274
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Somali"
-msgstr ""
+msgstr "Сомалитәи"
#. zFoBp
#: svtools/inc/langtab.hrc:275
@@ -4082,67 +4082,67 @@ msgstr ""
#: svtools/inc/langtab.hrc:285
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Guarani (Paraguay)"
-msgstr ""
+msgstr "Гуарани (Парагваи)"
#. ESc5d
#: svtools/inc/langtab.hrc:286
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bodo"
-msgstr ""
+msgstr "Бодо"
#. sSAvV
#: svtools/inc/langtab.hrc:287
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Dogri"
-msgstr ""
+msgstr "Догри"
#. f2nfh
#: svtools/inc/langtab.hrc:288
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maithili"
-msgstr ""
+msgstr "Маитхили"
#. Rm94B
#: svtools/inc/langtab.hrc:289
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Santali"
-msgstr ""
+msgstr "Сантали"
#. C7EGu
#: svtools/inc/langtab.hrc:290
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tetun (Timor-Leste)"
-msgstr ""
+msgstr "Тетум (Мрагыратәи Тимор)"
#. JzTF8
#: svtools/inc/langtab.hrc:291
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Turkmen"
-msgstr ""
+msgstr "Туркментәи"
#. XbECR
#: svtools/inc/langtab.hrc:292
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maltese"
-msgstr ""
+msgstr "Мальтатәи"
#. PJ6DF
#: svtools/inc/langtab.hrc:293
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tok Pisin"
-msgstr ""
+msgstr "Ток-писин"
#. kAWUo
#: svtools/inc/langtab.hrc:294
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Shuswap"
-msgstr ""
+msgstr "Шусвап"
#. sBWQv
#: svtools/inc/langtab.hrc:295
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Oromo"
-msgstr ""
+msgstr "Оромо"
#. jYDYi
#: svtools/inc/langtab.hrc:296
@@ -4154,19 +4154,19 @@ msgstr ""
#: svtools/inc/langtab.hrc:297
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (Israel)"
-msgstr ""
+msgstr "Идиш (Израиль)"
#. VAWnd
#: svtools/inc/langtab.hrc:298
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Quechua (Ecuador)"
-msgstr ""
+msgstr "Кечуа (Еквадор)"
#. UDB2F
#: svtools/inc/langtab.hrc:299
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Uyghur"
-msgstr ""
+msgstr "Уигуртәи"
#. XAu8x
#: svtools/inc/langtab.hrc:300
@@ -4190,25 +4190,25 @@ msgstr ""
#: svtools/inc/langtab.hrc:303
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Latgalian"
-msgstr ""
+msgstr "Латгалтәи"
#. 94i7A
#: svtools/inc/langtab.hrc:304
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Maore"
-msgstr ""
+msgstr "Мур"
#. FeuXJ
#: svtools/inc/langtab.hrc:305
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bushi"
-msgstr ""
+msgstr "Буши (Мадагаскар)"
#. CWFtg
#: svtools/inc/langtab.hrc:306
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Tahitian"
-msgstr ""
+msgstr "Тахитиан (Таити)"
#. TDoMB
#: svtools/inc/langtab.hrc:307
@@ -4226,61 +4226,61 @@ msgstr ""
#: svtools/inc/langtab.hrc:309
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Papiamento (Aruba)"
-msgstr ""
+msgstr "Папиаменто (Аруба)"
#. 9XBNE
#: svtools/inc/langtab.hrc:310
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Campidanese"
-msgstr ""
+msgstr "Сардиниа, Кампиданиз"
#. d2kAw
#: svtools/inc/langtab.hrc:311
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Gallurese"
-msgstr ""
+msgstr "Сардинияа Галлура"
#. cJATX
#: svtools/inc/langtab.hrc:312
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Logudorese"
-msgstr ""
+msgstr "Сардиниа, Ладуроз"
#. PJFYt
#: svtools/inc/langtab.hrc:313
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Sardinian, Sassarese"
-msgstr ""
+msgstr "Сардиниа, Сассари"
#. oDLAc
#: svtools/inc/langtab.hrc:314
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bafia"
-msgstr ""
+msgstr "Бафиа"
#. 598zD
#: svtools/inc/langtab.hrc:315
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Gikuyu"
-msgstr ""
+msgstr "Кикуию"
#. PFxrW
#: svtools/inc/langtab.hrc:316
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yoruba"
-msgstr ""
+msgstr "Иоруба"
#. jajFo
#: svtools/inc/langtab.hrc:317
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Ukraine)"
-msgstr ""
+msgstr "Русинтәи (Украина)"
#. PpWdM
#: svtools/inc/langtab.hrc:318
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Rusyn (Slovakia)"
-msgstr ""
+msgstr "Русинтәи (Словакиа)"
#. Wgo9k
#: svtools/inc/langtab.hrc:319
@@ -4292,25 +4292,25 @@ msgstr ""
#: svtools/inc/langtab.hrc:320
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Yiddish (USA)"
-msgstr ""
+msgstr "Идиш (ЕАА)"
#. uYMRX
#: svtools/inc/langtab.hrc:321
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Hawaiian"
-msgstr ""
+msgstr "Гаваиатәи"
#. DyEGX
#: svtools/inc/langtab.hrc:322
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Limbu"
-msgstr ""
+msgstr "Лимбу"
#. 3jGCz
#: svtools/inc/langtab.hrc:323
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lojban"
-msgstr ""
+msgstr "Ложбан"
#. Ec3C4
#: svtools/inc/langtab.hrc:324
@@ -4322,55 +4322,55 @@ msgstr ""
#: svtools/inc/langtab.hrc:325
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Beembe"
-msgstr ""
+msgstr "Бембе"
#. 6Pkbr
#: svtools/inc/langtab.hrc:326
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Bekwel"
-msgstr ""
+msgstr "Баквил"
#. 8WjqB
#: svtools/inc/langtab.hrc:327
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kituba (Congo)"
-msgstr ""
+msgstr "Китуба (Конго)"
#. hCFcE
#: svtools/inc/langtab.hrc:328
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Lari"
-msgstr ""
+msgstr "Лари"
#. KxXpB
#: svtools/inc/langtab.hrc:329
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Mbochi"
-msgstr ""
+msgstr "Ембоси"
#. 6FdTq
#: svtools/inc/langtab.hrc:330
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Eboo"
-msgstr ""
+msgstr "Тэке-Ебу"
#. FeBzA
#: svtools/inc/langtab.hrc:331
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Ibali"
-msgstr ""
+msgstr "Тэке-Ибэли"
#. LKetF
#: svtools/inc/langtab.hrc:332
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Teke-Tyee"
-msgstr ""
+msgstr "Тэке-Таи"
#. DfVqj
#: svtools/inc/langtab.hrc:333
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Vili"
-msgstr ""
+msgstr "Вили"
#. uBEkT
#: svtools/inc/langtab.hrc:334
@@ -4382,13 +4382,13 @@ msgstr ""
#: svtools/inc/langtab.hrc:335
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Latin"
-msgstr ""
+msgstr "Пали (алатиница)"
#. eDDSm
#: svtools/inc/langtab.hrc:336
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Kyrgyz (China)"
-msgstr ""
+msgstr "Киргизиатәи (Китаи)"
#. RCmma
#: svtools/inc/langtab.hrc:337
@@ -4412,7 +4412,7 @@ msgstr ""
#: svtools/inc/langtab.hrc:340
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "English (Malawi)"
-msgstr ""
+msgstr "Англыз (Малави)"
#. BNve6
#: svtools/inc/langtab.hrc:341
@@ -4454,7 +4454,7 @@ msgstr ""
#: svtools/inc/langtab.hrc:347
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Moksha"
-msgstr ""
+msgstr "Мокшантәи"
#. uCDU6
#: svtools/inc/langtab.hrc:348
@@ -4466,7 +4466,7 @@ msgstr ""
#: svtools/inc/langtab.hrc:349
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Nganasan"
-msgstr ""
+msgstr "Нганасантәи"
#. hr4pq
#: svtools/inc/langtab.hrc:350
@@ -5384,13 +5384,13 @@ msgstr ""
#: svtools/uiconfig/ui/graphicexport.ui:698
msgctxt "graphicexport|label16"
msgid "Encoding"
-msgstr ""
+msgstr "Акодркра"
#. aeV52
#: svtools/uiconfig/ui/graphicexport.ui:730
msgctxt "graphicexport|tiffpreviewcb"
msgid "Image preview (TIFF)"
-msgstr ""
+msgstr "Асахьа ахәаԥшра (TIFF)"
#. H8vtD
#: svtools/uiconfig/ui/graphicexport.ui:739
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 6c82ed5f703..2a7495e6894 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-01-20 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-09 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
"Language: ab\n"
@@ -3503,13 +3503,13 @@ msgstr ""
#: include/svx/strings.hrc:613
msgctxt "RID_SVXSTR_COLOR_VIOLET"
msgid "Violet"
-msgstr ""
+msgstr "Адәыкрынԥштәы"
#. GgboW
#: include/svx/strings.hrc:614
msgctxt "RID_SVXSTR_COLOR_VIOLET_OUG"
msgid "Violet (Out of Gamut)"
-msgstr ""
+msgstr "Адәыкрынԥштәы (агамма анҭыҵ)"
#. mz3Eo
#: include/svx/strings.hrc:615
@@ -3545,7 +3545,7 @@ msgstr ""
#: include/svx/strings.hrc:620
msgctxt "RID_SVXSTR_COLOR_ORANGE_OUG"
msgid "Orange (Out of Gamut)"
-msgstr ""
+msgstr "Апатырқалԥштәы (агамма анҭыҵ)"
#. A8i2G
#: include/svx/strings.hrc:621
@@ -3557,7 +3557,7 @@ msgstr "Аҟаԥшь (агамма анҭыҵ)"
#: include/svx/strings.hrc:622
msgctxt "RID_SVXSTR_COLOR_ROSE_OUG"
msgid "Rose (Out of Gamut)"
-msgstr ""
+msgstr "Агәилԥштәы (агамма анҭыҵ)"
#. qBpvR
#: include/svx/strings.hrc:623
@@ -3569,7 +3569,7 @@ msgstr ""
#: include/svx/strings.hrc:624
msgctxt "RID_SVXSTR_COLOR_CYAN"
msgid "Cyan"
-msgstr ""
+msgstr "Ажәҩангәыԥштәы"
#. 583vY
#: include/svx/strings.hrc:625
@@ -3587,7 +3587,7 @@ msgstr ""
#: include/svx/strings.hrc:627
msgctxt "RID_SVXSTR_COLOR_ROSE"
msgid "Rose"
-msgstr ""
+msgstr "Агәилԥштәы"
#. BZGUS
#. Elements of the Material color palette
@@ -3606,19 +3606,19 @@ msgstr "Аҩежь A"
#: include/svx/strings.hrc:631
msgctxt "RID_SVXSTR_COLOR_MATERIAL_AMBER_A"
msgid "Amber A"
-msgstr ""
+msgstr "Ақаруа A"
#. nFENC
#: include/svx/strings.hrc:632
msgctxt "RID_SVXSTR_COLOR_MATERIAL_AMBER"
msgid "Amber"
-msgstr ""
+msgstr "Ақаруа"
#. i8Tx3
#: include/svx/strings.hrc:633
msgctxt "RID_SVXSTR_COLOR_MATERIAL_ORANGE_A"
msgid "Orange A"
-msgstr ""
+msgstr "Апатырқалԥштәы"
#. DMVTT
#: include/svx/strings.hrc:634
@@ -3642,13 +3642,13 @@ msgstr "Аҟаԥшь А"
#: include/svx/strings.hrc:637
msgctxt "RID_SVXSTR_COLOR_MATERIAL_PINK_A"
msgid "Pink A"
-msgstr ""
+msgstr "Агәилԥштәы A"
#. cFBzv
#: include/svx/strings.hrc:638
msgctxt "RID_SVXSTR_COLOR_MATERIAL_PURPLE_A"
msgid "Purple A"
-msgstr ""
+msgstr "Адәыкрынԥштәы A"
#. p6AAX
#: include/svx/strings.hrc:639
@@ -3684,7 +3684,7 @@ msgstr ""
#: include/svx/strings.hrc:644
msgctxt "RID_SVXSTR_COLOR_MATERIAL_CYAN_A"
msgid "Cyan A"
-msgstr ""
+msgstr "Ажәҩангәыԥштәы A"
#. PvkCw
#: include/svx/strings.hrc:645
@@ -3708,7 +3708,7 @@ msgstr ""
#: include/svx/strings.hrc:648
msgctxt "RID_SVXSTR_COLOR_MATERIAL_LIME_A"
msgid "Lime A"
-msgstr ""
+msgstr "Лаим A"
#. vuq8i
#: include/svx/strings.hrc:649
@@ -5063,7 +5063,7 @@ msgstr "Аба"
#: include/svx/strings.hrc:886
msgctxt "RID_SVXSTR_BMP57"
msgid "Plaid"
-msgstr ""
+msgstr "Аплед"
#. ZrVMS
#: include/svx/strings.hrc:887
@@ -5105,13 +5105,13 @@ msgstr "Ашар"
#: include/svx/strings.hrc:893
msgctxt "RID_SVXSTR_BMP64"
msgid "Small Grid"
-msgstr ""
+msgstr "Иссоу акаҭа"
#. a33Ci
#: include/svx/strings.hrc:894
msgctxt "RID_SVXSTR_BMP65"
msgid "Large Grid"
-msgstr ""
+msgstr "Иҭбаау акаҭа"
#. BCSZY
#: include/svx/strings.hrc:895
@@ -5129,7 +5129,7 @@ msgstr ""
#: include/svx/strings.hrc:897
msgctxt "RID_SVXSTR_BMP68"
msgid "Outlined Diamond"
-msgstr ""
+msgstr "Аконтуртә ромбқәа"
#. RNNkR
#: include/svx/strings.hrc:898
@@ -8158,7 +8158,7 @@ msgstr "Акириллица"
#: include/svx/strings.hrc:1476
msgctxt "RID_SUBSETMAP"
msgid "Armenian"
-msgstr ""
+msgstr "Аерман"
#. kXEQY
#: include/svx/strings.hrc:1477
@@ -8194,7 +8194,7 @@ msgstr "Деванагари"
#: include/svx/strings.hrc:1482
msgctxt "RID_SUBSETMAP"
msgid "Bengali"
-msgstr ""
+msgstr "Бнгалтәи"
#. iWzLc
#: include/svx/strings.hrc:1483
@@ -8459,7 +8459,7 @@ msgstr "Ахатә символқәа робласт"
#: include/svx/strings.hrc:1526
msgctxt "RID_SUBSETMAP"
msgid "CJK Compatibility Ideographs"
-msgstr ""
+msgstr "CJK - аишьашәаларатә иероглифқәа"
#. BEfFQ
#: include/svx/strings.hrc:1527
@@ -8669,7 +8669,7 @@ msgstr "Егеитәи ахыԥхтаӡарақәа"
#: include/svx/strings.hrc:1561
msgctxt "RID_SUBSETMAP"
msgid "Ugaritic"
-msgstr ""
+msgstr "Угариттәи"
#. nBtk5
#: include/svx/strings.hrc:1562
@@ -8807,7 +8807,7 @@ msgstr ""
#: include/svx/strings.hrc:1584
msgctxt "RID_SUBSETMAP"
msgid "Tagalog"
-msgstr ""
+msgstr "Тагалтәи"
#. BVieL
#: include/svx/strings.hrc:1585
@@ -8831,7 +8831,7 @@ msgstr "Бухид"
#: include/svx/strings.hrc:1588
msgctxt "RID_SUBSETMAP"
msgid "Kanbun"
-msgstr ""
+msgstr "Вениан"
#. cL7Vo
#: include/svx/strings.hrc:1589
@@ -8843,7 +8843,7 @@ msgstr ""
#: include/svx/strings.hrc:1590
msgctxt "RID_SUBSETMAP"
msgid "Katakana Phonetics"
-msgstr ""
+msgstr "Афонетикатә Катакана"
#. fCpRM
#: include/svx/strings.hrc:1591
@@ -8903,7 +8903,7 @@ msgstr ""
#: include/svx/strings.hrc:1600
msgctxt "RID_SUBSETMAP"
msgid "Coptic"
-msgstr ""
+msgstr "Копттәи"
#. CANHf
#: include/svx/strings.hrc:1601
@@ -10576,7 +10576,7 @@ msgstr "Алацәҟәра"
#: include/svx/svxitems.hrc:70
msgctxt "RID_ATTR_NAMES"
msgid "Page line-spacing"
-msgstr ""
+msgstr "Адаҟьа ацәаҳәабжьаратәи аинтервал"
#. f5BSW
#: include/svx/svxitems.hrc:71
@@ -10618,7 +10618,7 @@ msgstr ""
#: include/svx/svxitems.hrc:77
msgctxt "RID_ATTR_NAMES"
msgid "CTL"
-msgstr ""
+msgstr "Иуадаҩу аҩырақәа рсистема"
#. p45An
#: include/svx/svxitems.hrc:78
@@ -11033,7 +11033,7 @@ msgstr "Анавигациа апанель"
#: svx/inc/frmsel.hrc:31
msgctxt "RID_SVXSTR_FRMSEL_TEXTS"
msgid "Border setting"
-msgstr ""
+msgstr "Аҿыкәыршара архиара"
#. CBSYv
#: svx/inc/frmsel.hrc:32
@@ -13870,7 +13870,7 @@ msgstr ""
#: svx/uiconfig/ui/chinesedictionary.ui:313
msgctxt "chinesedictionary|property"
msgid "Adjective"
-msgstr ""
+msgstr "Аҟазшьарба"
#. VKjdE
#: svx/uiconfig/ui/chinesedictionary.ui:314
@@ -14075,7 +14075,7 @@ msgstr ""
#: svx/uiconfig/ui/classificationdialog.ui:605
msgctxt "classificationdialog|label-IntellectualProperty"
msgid "Intellectual Property"
-msgstr ""
+msgstr "Аинтеллектуалтә хатәра"
#. gogLP
#: svx/uiconfig/ui/colorwindow.ui:58
@@ -15785,7 +15785,7 @@ msgstr "Вертикалла иарнаауеит атексттә блок ас
#: svx/uiconfig/ui/dockingfontwork.ui:162
msgctxt "dockingforntwork|frameStyle"
msgid "Style"
-msgstr ""
+msgstr "Астиль"
#. AKiRy
#: svx/uiconfig/ui/dockingfontwork.ui:190
@@ -16380,7 +16380,7 @@ msgstr "Акомментари"
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:914
msgctxt "findreplacedialog-mobile|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Шьҭахьла"
#. EjXBb
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:950
@@ -16746,7 +16746,7 @@ msgstr ""
#: svx/uiconfig/ui/findreplacedialog.ui:1056
msgctxt "findreplacedialog|replace_backwards"
msgid "Replace _backwards"
-msgstr ""
+msgstr "Шьҭахьла"
#. qrgkN
#: svx/uiconfig/ui/findreplacedialog.ui:1064
@@ -19603,14 +19603,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "Адетальқәа"
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "Иаԥҵатәуп..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 0ea9201dd2a..e51b4ccf08b 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2024-02-26 01:45+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr "Абзац: Hyphenation Zone"
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Абзац: Interop Grab Bag"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Абзац: is Auto First Line Indent"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Абзац: is Character Distance"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Абзац: is Connect Border"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Абзац: is Forbidden Rules"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Абзац: is Hanging Punctuation"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Абзац: is Hyphenation"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Абзац: is Numbering Restart"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Абзац: Keep Together"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Абзац: Last Line Adjust"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Абзац: Left Margin"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Абзац: Left Margin Relative"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Абзац: Line Number Count"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Абзац: Line Number Start Value"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Абзац: Line Spacing"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Абзац: Orphans"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Абзац: Register Mode Active"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Абзац: Right Margin"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Абзац: Right Margin Relative"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Абзац: Shadow Format"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Абзац: Split"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Абзац: Style Name"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Абзац: Tab Stops"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Абзац: Top Margin"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Абзац: Top Margin Relative"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Абзац: Ахархәаҩ иатрибутқәа"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Абзац: Vertical Alignment"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Абзац: Widows"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Аҵәаӷәа арыӷьархь"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Арыӷьарахьтәи аҵәаӷәа аҟынӡа"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Фуригана: Adjust"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Фуригана: Char Style Name"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Фуригана: is Above"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Фуригана: Position"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Фуригана: Text"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Акаҭа адҳәалара"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Атекст: Аҭакыра"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Атекст: Абзац"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Атекст: Аҟәша"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Атекст: Атаблица"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Атекст: Ахарххәаҩ иатрибутқәа"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Аҵәаӷәа хыхь ала"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Аҵәаӷәа хыхь ала аҟынӡа"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Издымҵаалац: асимволқәа рстиль"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Изҭаахьоу: асимволқәа рстиль"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Аҭаҩра арежим"
diff --git a/source/af/basctl/messages.po b/source/af/basctl/messages.po
index f187e1d42c5..5491bb741bb 100644
--- a/source/af/basctl/messages.po
+++ b/source/af/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-28 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547111108.000000\n"
#. fniWp
@@ -1092,7 +1092,7 @@ msgid "_Line number:"
msgstr "Reë_lnommer:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr "van $1"
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index b456bbf783f..678b904346b 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976497.000000\n"
#. GyY9M
@@ -21498,224 +21498,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr "_Minimum woord lengte in karakters"
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
-msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
-msgstr "Geen afkappingstekens op HOOFLETTER woorde"
-
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
-msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
-msgstr "Moenie die laaste woord opbreek met 'n koppelteken."
-
#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
+#: cui/uiconfig/ui/textflowpage.ui:262
msgctxt "textflowpage|labelHyphenZone"
msgid "Hyphenation _zone:"
msgstr "Koppelteken sone:"
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
+msgctxt "textflowpage|checkNoCaps"
+msgid "Hyphenate words in _CAPS"
+msgstr ""
+
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Hyphenate last word"
+msgstr ""
+
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Woordafbreking"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Voeg _in"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Merk hierdiemerkveld en kies dan die tipe onderbreking wat u wil hê."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Met bladsyst_yl:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Merk hierdie merkveld en kies dan die paginastyl wat u wil hê vir die eerste bladsy na die breuk."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Soor_t:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Voer in die bladsynommer vir die eerste bladsy na die breuk. Om voort te gaan met die huidige bladsynummering, moet u die merkveld leeg los."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Bladsy_nommer:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posisie:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Bladsystyl"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Kies die styl vir die eerste bladsy na die breuk."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Bladsy"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Kolom"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Kies die breek om in te voeg."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Voor"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Ná"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Selekteer waar u die breek wil invoeg."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Breuke"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr "_Laat splitsing van paragraaf toe."
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Skuif die hele paragraaf na die volgende bladsy of kolom nadat die breek ingevoeg is."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Hou by volgende paragraaf"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Hou die huidige paragraaf saam met die volgende paragraaf wanneer 'n breek of 'n kolombreuk ingevoeg word."
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr "Geen verdeling aan _begin van paragraaf"
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr "Aantal lyne wat aan die begin van die paragraaf bymekaar gehou sal word (lynsplit beheer)."
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer hoeveel reëls in 'n paragraaf minstens voor 'n bladsybreuk ingevoeg moet word. Merk die Merkveld aan en tik daarna 'n nommer in die \"Reëls\"-veld."
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr "Geen splitsing aan _einde van paragraaf"
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr "Aantal lyne wat aan die einde van die paragraaf bymekaar gehou sal word (splitsing beheer)."
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer die minimum aantal reëls in 'n paragraaf wat na 'n bladsybreuk op die eerste bladsy moet verskyn. Merk hierdie merkveld aan en tik dan 'n nommer in die \"Reëls\"-veld."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer hoeveel reëls in 'n paragraaf minstens voor 'n bladsybreuk ingevoeg moet word. Merk die Merkveld aan en tik daarna 'n nommer in die \"Lyne\"-veld."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Spesifiseer die minimum aantal reëls in 'n paragraaf wat na 'n bladsybreuk op die eerste bladsy moet verskyn. Merk hierdie merkveld aan en tik dan 'n nommer in die \"Reëls\"-veld."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "reëls"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "reëls"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr "Splitsing Opsies"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Spesifiseer die koppelteken- en paginerings-opsies"
diff --git a/source/af/editeng/messages.po b/source/af/editeng/messages.po
index 7b138001261..30d44774af0 100644
--- a/source/af/editeng/messages.po
+++ b/source/af/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-05 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975448.000000\n"
#. BHYB4
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr "Koppelteken sone "
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Bladsystyl: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Tekssaamdrukking "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "gesluit "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Saamgepers "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "geen"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Stippels "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Sirkel "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Ingevulde sirkel "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Aksent "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Bo"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Onder"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Dubbelstrepe af"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Dubbellyn"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Geen outomatiese karakterspasiëring nie"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Geen hangpunktuasie aan reëleinde nie"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hangpunktuasie aan reëleinde"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Pas lys verbode karakters aan begin en einde van reël toe"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Moenie lys verbode karakters aan begin en einde van reëls toepas nie"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Geen geroteerde karakters nie"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Karakter geroteer deur $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Pas aan by lyn"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Teks is nie gedraai nie"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Teks is met $(ARG1)° gedraai"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Karakters geskaleer $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Geen geskaleerde karakters nie"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Geen reliëf"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Reliëf"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Gegraveer"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Outomatiese teksbelyning"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Teks belyn met basislyn"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Teks belyn met bokant"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Teks belyn met middel"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Teks belyn met onderkant"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Teksrigting links na regs (horisontaal)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Teksrigting regs na links (horisontaal)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Teksrigting regs na links (vertikaal)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Teksrigting links na regs (vertikaal)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Gebruik bogeskikte objektekssrigting-instelling"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Teksvloei Links-na-Regs (Vertikaal vanaf Onder)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr "Teksrigting regs-na-links (vertikaal, alle karakters geroteer)"
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Paragraaf spring na teksrooster in (indien aktief)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Paragraaf spring nie na teksrooster in nie"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Nie versteekd nie"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Versteek"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Papierlaai"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Vanaf drukkeropstelling]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Skrap"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Skuif"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Vervang"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Pas attribute toe"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Laai attribute terug"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Inkeep"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Pas style toe"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Verander kas"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Woord is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraaf is %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Outomaties"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Prentkoeëltjie in paragraaf"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Prentkoeëltjie"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragraaf: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Wil u weer van die dokument se begin af toets?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Wil u aan die einde van die dokument verder toets?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"woordeboek gevoeg word nie."
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Die woordeboek is reeds vol."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Die woordeboek is leesalleen."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Inkeep"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Vertoon subpunte"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Invou"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Pas attribute toe"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Voeg in"
diff --git a/source/af/formula/messages.po b/source/af/formula/messages.po
index b73cf637676..2ad1c4cb022 100644
--- a/source/af/formula/messages.po
+++ b/source/af/formula/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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-04 14:57+0100\n"
+"PO-Revision-Date: 2024-03-11 17:13+0100\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/af/>\n"
"Language: af\n"
@@ -1352,7 +1352,7 @@ msgstr "HLOOKUP"
#: formula/inc/core_resource.hrc:2523
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FILTER"
-msgstr ""
+msgstr "FILTER"
#. dTotR
#: formula/inc/core_resource.hrc:2524
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 29d0c751cbc..f79ee53a04f 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-03 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-09 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/af/>\n"
"Language: af\n"
@@ -22136,7 +22136,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text along Path"
-msgstr ""
+msgstr "Teks langs lokus"
#. AiLcR
#: GenericCommands.xcu
@@ -32276,7 +32276,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Date (fixed)"
-msgstr ""
+msgstr "~Datum (vas)"
#. AruEv
#: WriterCommands.xcu
@@ -32306,7 +32306,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Time (fixed)"
-msgstr ""
+msgstr "~Tyd (vas)"
#. GBv7F
#: WriterCommands.xcu
@@ -34238,16 +34238,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Na volgende sin"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "Nommering aan/af"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index 8f0dad68491..30589f8171a 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-03 13:16+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-09 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/af/>\n"
"Language: af\n"
@@ -16805,37 +16805,37 @@ msgstr "Die grootste heelgetal wat gelewer kan word."
#: sc/inc/scfuncs.hrc:4189
msgctxt "SC_OPCODE_FILTER"
msgid "Filters an array based on a Boolean (True/False) array."
-msgstr ""
+msgstr "Filter 'n skikking volgens 'n Boolese (True/False) skikking."
#. 9PX2L
#: sc/inc/scfuncs.hrc:4190
msgctxt "SC_OPCODE_FILTER"
msgid "Range "
-msgstr ""
+msgstr "Bereik "
#. A5mF9
#: sc/inc/scfuncs.hrc:4191
msgctxt "SC_OPCODE_FILTER"
msgid "The array, or range to filter."
-msgstr ""
+msgstr "Die skikking, of bereik vir filtrasie."
#. qa6rC
#: sc/inc/scfuncs.hrc:4192
msgctxt "SC_OPCODE_FILTER"
msgid "Include"
-msgstr ""
+msgstr "Insluit"
#. 4sCAD
#: sc/inc/scfuncs.hrc:4193
msgctxt "SC_OPCODE_FILTER"
msgid "A Boolean array whose height or width is the same as the array."
-msgstr ""
+msgstr "'n Boolese skikking met dieselfde hoogte of wydte as die skikking."
#. Dxcxc
#: sc/inc/scfuncs.hrc:4194
msgctxt "SC_OPCODE_FILTER"
msgid "Result if empty"
-msgstr ""
+msgstr "Resultaat wanneer leeg"
#. AAhNq
#: sc/inc/scfuncs.hrc:4195
@@ -20067,25 +20067,25 @@ msgid "Closes dialog and discards all changes."
msgstr "Sluit die dialoog en verwerp alle wysigings."
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr "met"
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr "Pas voorwaardelike formatering toe op selle: %1"
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr "Klik op die Uit-Zoom ikoon om die dialoog te verklein tot die grootte van die invoerveld. Dit is dan makliker om die vereiste verwysing in die tabel te merk. Die ikoon verander outomaties na die Zoom Ikoon. Klik daarop om die dialoog weer te herstel na oorspronklike grootte."
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr "Reikwydte:"
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index cf6e1074492..66f99c18b63 100644
--- a/source/af/sd/messages.po
+++ b/source/af/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560928573.000000\n"
#. WDjkB
@@ -1733,584 +1733,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Selstyle"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Vorm %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Stel agtergrondprent..."
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Herstel Skyfie Uitleg"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Voeg tabel in"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Voeg grafiek in"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Voeg Beeld in"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Voeg Audio of Video in"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Trek en Neersit Bladsye"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Trek en Neersit Skyfies"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Voeg Beelde in die Album."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Teks Skyfie"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Agtergrond"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Uitleg"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroles"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimensielyne"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Skyfie"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Bladsy"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skyfie"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Meester Skyfie"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Meester Skyfie:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Meester Skyfie"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Meester Bladsy:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uitdeelstukke"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliek om die titelteksformaat te redigeer"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliek om die skemateksformaat te redigeer"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Wysig die titelformaat deur dubbel te klik"
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Wysig die buiteteks formaat deur te dubbelklik"
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tweede skemavlak"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Derde skemavlak"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierde skemavlak"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Vyfde skemavlak"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesde skemavlak"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sewende skemavlak"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliek om die skyfie te verplaas"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliek om die notaformaat te redigeer"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Verskuif die skyfie met 'n dubbelklik"
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dubbel-klik om die notas te redigeer"
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik om ’n titel by te voeg"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Kliek om Notas by te voeg"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr "Nota plekhouer objek ontbreek vir die huidige skyfie."
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dubbel-kliek om Titel by te voeg"
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbel-kliek om Teks by te voeg"
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbel-kliek om Teks by te voeg"
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tik om teks te redigeer"
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dubbel-kliek om Notas by te voeg"
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dubbel-kliek om Beeld by te voeg"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dubbel-kliek om Objek by te voeg"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dubbel-kliek om Diagram by te voeg"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dubbel-kliek om om Organisasie Kaart by te voeg"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dubbel-kliek om Sprei-blad by te voeg"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Verstek"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Verstek Teken Styl"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Verplaas skyfies"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Voeg Bladsye in"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Voeg Bladsy in"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Skyfie Eienskappe"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objek sonder agtergrond"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objek met geen vul of omlyning"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Opskrif A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teks A4"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Opskrif A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teks A0"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Afbeelding"
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Vorms"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Lyne"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pyllyn"
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Gestippelde lyn"
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Gevul"
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Blou gevul"
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Groen gevul"
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Geel gevul"
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Gevul rooi"
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Omlyn"
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Blou Omlyn"
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Groen Omlyn"
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Geel Omlyn"
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Rooi Omlyn"
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Skema"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Agtergrond"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-invoer"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Stoor dokument"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Verkleinde Font grootte"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Vergrote Font grootte"
@@ -2318,637 +2324,637 @@ msgstr "Vergrote Font grootte"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Skema-aansig"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skyfiesaansig"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dit is waar jy skyfies sorteer."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Nota-aansig"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Uitdeelstuk-aansig"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Aanbieding Titel"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Aanbieding Omlyning"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Aanbieding Subtitel"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Aanbieding Bladsy"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Aanbieding Notas"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uitdeelstuk"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Onbekende Toeganklike Aanbiedingsvorm"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Aanbiedingsbladsy Voetstuk"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Aanbieding Kopstuk"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Aanbieding Datum en Tyd"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Aanbieding BladsyNommer"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-voorlegging"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Skema"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Bladsy"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uitdeelstuk"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Onbekende Toeganklike Aanbiedingvorm"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Voet"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kop"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nommer"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "geen"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tot volgende kliek"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tot einde van skyfie"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Rigting:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Animasie Helde:"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Eerste kleur:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Tweede kleur:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Volkleur:"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Font Kleur:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Lettertipe:"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lynkleur:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fontgrootte:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grootte:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Hoeveelheid:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Geen klank nie)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop vorige klank)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ander klank..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Monster"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Sneller"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Gebruikerspaaie"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Ingang: %1"
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Benadruk: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Uitgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animasie Paaie: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Diverse: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Geen"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Vandag,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gister,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het die einde van die voorlegging bereik. Wil u verder aan die begin soek?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het die begin van die voorlegging bereik. Wil u verder aan die einde soek?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het die einde van die dokument bereik. Wil u verder aan die begin soek?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder aan die einde soek?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Skrap opmerking(s)"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Skuif opmerking"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Antwoord aan%1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media-terugspeel"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Skyfies per bladsy:"
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Volgorde:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Inhoud"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Skyfie Naam"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Bladsynaam"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Datum en tyd"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Versteekde bladsye"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Grootte"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjure"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Bladsy Rande"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sluit in"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Gebruik slegs die papierrak met die drukkerinstellings"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Bladsye:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Skyfies:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het tot aan die einde van die voorlegging gesoek. Wil u verder soek aan die begin?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het tot aan die begin van die voorlegging gesoek. Wil u verder soek aan die einde?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het tot aan die einde van die dokument gesoek. Wil u aan die begin voortgaan?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder soek aan die einde?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animasie"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Skakel"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Volgende"
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Vo~rige"
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Eerste Skyfie"
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Laaste Skyfie"
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Sluit Ruit"
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Voeg by 'n nuwe ontwerp"
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7950,19 +7956,19 @@ msgid "Page _height:"
msgstr "Bladsy hoogte:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr "Bepaal die tekening-skaal op die status-staaf."
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Skaal"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr "Definieer die algemene instellings vir teken- of aanbiedings-dokumente."
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index cfaae348498..ad0e52556f1 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
@@ -19629,14 +19629,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "Detail Aansig"
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "Nuwe..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr "Voeg meer gallerye via uitbreiding"
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index df0e97ef917..586e1c59517 100644
--- a/source/af/sw/messages.po
+++ b/source/af/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2024-02-28 01:45+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr "Paragraaf Koppelteken Sone"
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Para \"Interoperability Grab Bag\""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Para is Outo Eerste Lyninsprong"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Para is Karakter Afstand"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Para is Verbind Rande"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Para is verbode Reëls"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Para is hangende Leestekens"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Para is Koppeltekens"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Para is Numering Herbegin"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Para is Hou Bymekaar"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Para is Laaste Lyn Aanpas"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Para Linker Kantstrook"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Para Linker Kantstrook Relatief"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Para Lyn Nommer Teller"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Para Lyn Nommer Begin Waarde"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Para Lyn Spasiëring"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Para Geskeide"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Para Register Modus Aktief"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Para Regter Kantstrook"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Para Regter Kantstrook Relatief"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Para Skadu Formaat"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Para Splitsing"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Para Stylnaam"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Para Tabulasie Stoppe"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Para Boonste Kantstrook"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Para Boonste Kantstrook Relatief"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Para Gebruikergedefineerde Attribute"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Para Vertikale Belyning"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Para Windows"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Verwysingsmerk"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Regter Rand"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Regter Rand Afstand"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "Rsid"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Ruby Verstel"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Ruby Karakter Styl Naam"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Ruby is boontoe"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Ruby Posisie"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Ruby Teks"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Trek na Rooster"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Styl \"Interoperability Grab Bag\""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Teks Veld"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Teksraam"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Teks Paragraaf"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Teks Seksie"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Teks Tabel"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Teks Gebruikergedefinieerde Attribute"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Boonste Rand"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Boonste Rand Afstand"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Ongesiende Karakter Styl Naam"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Gesiende Karakter Styl Naam"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Skryf Modus"
diff --git a/source/am/basctl/messages.po b/source/am/basctl/messages.po
index 86d8c6f0694..3f2dcd3e779 100644
--- a/source/am/basctl/messages.po
+++ b/source/am/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/am/>\n"
@@ -1086,7 +1086,7 @@ msgid "_Line number:"
msgstr "የ _መስመር ቁጥር:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index d06e1f02583..9ffab8df66a 100644
--- a/source/am/cui/messages.po
+++ b/source/am/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-02-05 17:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -21494,224 +21494,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "ጭረት"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_ማስገቢያ"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ መጨረሻ አይነት ይምረጡ እርስዎ መጠቀም የሚፈልጉትን"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ከ ገጽ ዘዴ_ዎች ጋር:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ የ ገጽ ዘዴ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_አይነት:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "የ ገጽ ቁጥር ያስገቡ ለ መጀመሪያው ገጽ መጨረሻውን ተከትሎ: እርስዎ መቀጠል የሚፈልጉ ከሆነ የ አሁኑ የ ገጽ ቁጥር መስጫ: ምልክት ማድረጊያውን ይተዉት ምልክት እንደ ተደረገበት "
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "የ ገጽ _ቁጥር:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "ቦታ:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "የ ገጽ ዘዴ"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "ይምረጡ የ አቀራረብ ዘዴ እርስዎ መጠቀም የሚፈልጉትን ለ መጀመሪያው ገጽ ከ መጨረሻው በኋላ"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "ገጽ"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "አምድ"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "የ መጨረሻ አይነት ይምረጡ እርስዎ ማስገባት የሚፈልጉትን አይነት"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "በፊት"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "በኋላ"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "ይምረጡ መጨረሻውን ማስገባት የሚፈልጉበትን"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "መጨረሻ"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "ጠቅላላ አንቀጹን ወደሚቀጥለው ገጽ መቀየሪያ ወይንም አምድ ከ ገጽ መጨረሻ በኋላ ማስገቢያ"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "ከሚቀጥለው አንቀጽ ጋር _አስቀምጥ"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "የ አሁኑን አንቀጽ እና የሚቀጥለውን አንቀጽ አብሮ ማድረጊያ: መጨረሻ ወይንም የ አምድ መጨረሻ በሚያስገቡ ጊዜ"
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በፊት የሚኖረውን የ መስመሮች ቁጥር መወሰኛ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "በ አንቀጽ ውስጥ ከ ገጽ መጨረሻ በኋላ የሚኖረውን የ መስመሮች ቁጥር መወሰኛ በ መጀመሪያው ገጽ ላይ: ይህን ምልክት ማድረጊያ ሳጥን ይምረጡ: እና ከዛ ቁጥር ያስገቡ በ መስመሮች ሳጥን "
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "መስመሮች"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "መስመሮች"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "ጭረት እና የ ገጽ ብዛት ምርጫ መወሰኛ"
diff --git a/source/am/editeng/messages.po b/source/am/editeng/messages.po
index 8a75ebea556..11ff2e8013c 100644
--- a/source/am/editeng/messages.po
+++ b/source/am/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-02-06 18:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/am/>\n"
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "የ ገጽ ዘዴ: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Kerning "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "የተቆለፈ "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "የታመቀ "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "ምንም"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ነጥቦች "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "ክብ "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ክብ ሜዳ "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "ማጉሊያ "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "ከ ላይ"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "ከ ታች"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ድርብ-መስመር ጠፍቷል"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ድርብ-መስመር"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "ራሱ በራሱ የባህሪ ክፍተት መመጠኛ የለም"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "No hanging punctuation at line end"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Hanging punctuation at line end"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር መፈጸሚያ: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "የ ተከለከሉ ባህሪዎችን ዝርዝር አትፈጽም: በ መስመሮች መጀመሪያ እና መጨረሻ ላይ"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "የ ዞረ ባህሪ የለም"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "ባህሪ ማዞሪያ በ $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "በ መስመሩ ልክ"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "ጽሁፉ አልዞረም"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "ጽሁፉ ዞሯል በ $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "የ ተመጠኑ ባህሪዎች $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "የ ተመጠኑ ባህሪዎች የሉም"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "ክፍተት የለም"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "ክፍተት"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "የተቀረጸ"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "ራሱ በራሱ ጽሁፍ ማሰለፊያ"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "ጽሁፍ ማሰለፊያ በ መስመር መሰረት ላይ"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "ከ ላይ ጽሁፍ ማሰለፊያ"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "መሀከል ጽሁፍ ማሰለፊያ"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "ከ ታች ጽሁፍ ማሰለፊያ"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ አግድም)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ አግድም)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ ቁመት)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ ቁመት)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Use superordinate object text direction setting"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ግራ-ወደ-ቀኝ (በ ቁመት ከ ታች)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr "የ ጽሁፍ አቅጣጫ ከ ቀኝ-ወደ-ግራ (በ ቁመት: ሁሉም ባህሪዎች ይገለበጣሉ)"
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "አንቀጽ መቁረጫ በ ጽሁፍ መጋጠሚያ ላይ (ንቁ ከሆነ)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "አንቀጽ በ ጽሁፍ መጋጠሚያ ላይ አይቆረጥም"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "ያልተደበቀ"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "የተደበቀ"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "የ ወረቀት ትሪ"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[ከ ማተሚያው ማሰናጃ]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "ማጥፊያ"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "ማንቀሳቀሻ"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "ማስገቢያ"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "መቀየሪያ"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "ባህሪውን መፈጸሚያ"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "ባህሪውን እንደ ነበር መመለሻ"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ማስረጊያ"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "ዘዴዎች መፈጸሚያ"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ጉዳይ መቀየሪያ"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "ቃሉ ይህ ነው %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "አንቀጽ ነው %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "ራሱ በራሱ"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "የ ነጥብ ምስል በ አንቀጽ ውስጥ"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "የ ነጥብ ምስል"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "አንቀጽ: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ከ ሰነዱ መጀመሪያ ጀምሮ መመርመር ልቀጥል?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ከ ሰነዱ መጨረሻ ጀምሮ መመርመር ልቀጥል?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"ባልታወቀ ምክንያት"
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "መዝገበ ቃላቱ ቀደም ሲል ሞልቷል"
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "መዝገበ ቃላቱ ለንባብ-ብቻ ነው"
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ማስረጊያ"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "ንዑስ ነጥቦች ማሳያ"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ማሳነሻ"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "ባህሪዎች መፈጸሚያ"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "ማሰገቢያ"
diff --git a/source/am/helpcontent2/source/text/sbasic/shared/03.po b/source/am/helpcontent2/source/text/sbasic/shared/03.po
index 51ad782060d..ee18d74cb00 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-07-12 14:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 546e49cf868..2554499879a 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2020-04-16 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/am/>\n"
@@ -4552,14 +4552,14 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr "የ ክፍሎች መጠን የሚለየው ይታያል በ ግልባጭ ቀለም"
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
-msgstr "ይምረጡ የ መለያ ምርጫ እርስዎ የሚፈልጉትን"
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
+msgstr ""
#. dxfCa
#: database_sort.xhp
@@ -13624,14 +13624,14 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr "ይክፈቱ ሁለት ሰነዶች: በ $[officename] ሰንጠረዥ የ ውጪ ዳታ የሚገባበት (ኢላማው ሰነድ) እና ሰነድ የ ውጪ ዳታ የሚመነጭበት (የ ሰነድ ምንጭ)"
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
-msgstr "በታለመው ሰነድ ውስጥ መቃኛ መክፈቻ"
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
+msgstr ""
#. z9DtM
#: webquery.xhp
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index f4ff796a9d5..b46982f3e84 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -8062,22 +8062,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr ""
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
msgstr ""
#. gDuQb
@@ -24550,13 +24550,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">የራስጌ ጽሁፍ መጨመሪያ ወይንም ማረሚያ</ahelp>"
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
msgstr ""
#. Qwvta
@@ -24874,14 +24874,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ግርጌ ጽሁፍ መጨመሪያ ወይንም ማረሚያ</ahelp>"
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">የ ግርጌ ጽሁፍ መጨመሪያ ወይንም ማረሚያ</link></caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgstr ""
#. vFoHW
#: 05040400.xhp
@@ -32029,13 +32029,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr "በራሱ ጽሁፍ መጣኝ"
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index df475e20d47..81d763bdd3c 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-12-09 17:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15361,6 +15361,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\">የ ተለዩ ባህሪዎች</link>"
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/02.po b/source/am/helpcontent2/source/text/simpress/02.po
index 3811b3a4adf..c0a583ffa42 100644
--- a/source/am/helpcontent2/source/text/simpress/02.po
+++ b/source/am/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-10-09 15:05+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3031,41 +3031,41 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "የ 3ዲ እቃዎች ለማዞር በ ሶስት አክሲስ ዙሪያ: ይጫኑ እቃውን ለ መምረጥ: እና ከዛ ይጫኑ እንደገና የ ማዞሪያ እጄታዎችን ለ መመልከት: እጄታውን ይዘው ይጎትቱ እርስዎ በሚፈልጉት አቅጣጫ ያዙሩ:"
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "ኪዩብ"
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
msgstr ""
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
msgstr ""
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "ኪዩብ"
#. RUv4B
#: 10090000.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/00.po b/source/am/helpcontent2/source/text/swriter/00.po
index e2ebb897c6a..93d804e08b5 100644
--- a/source/am/helpcontent2/source/text/swriter/00.po
+++ b/source/am/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2019-07-07 16:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1105,22 +1105,40 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
msgstr ""
-#. nKMHB
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
+
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
msgstr ""
#. WHhqc
diff --git a/source/am/helpcontent2/source/text/swriter/02.po b/source/am/helpcontent2/source/text/swriter/02.po
index 74c4a35e63c..60dc676c82d 100644
--- a/source/am/helpcontent2/source/text/swriter/02.po
+++ b/source/am/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-11-23 23:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\">ሌላ</link>"
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "ቀን"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,14 +3715,14 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr "የተለየ የ ቀን አቀራረብ መግለጽ ከፈለጉ ወይንም ቀን ራሱ በራሱ እንዲሻሻል ከፈለጉ: ይምረጡ <emph> ማስገቢያ - ሜዳዎች - ተጨማሪ ሜዳዎች </emph> የ ሜዳ ትእዛዝ ለማስገባት እና የሚፈልጉትን ለማሰናዳት በ <link href=\"text/swriter/01/04090000.xhp\"><emph> ሜዳዎች </emph></link> ንግግር ውስጥ: የ ነበረው የ ሜዳ አቀራረብ በማንኛውም ጊዜ ማሻሻል ይችላሉ በ መምረጥ ከ <link href=\"text/swriter/01/02140000.xhp\"><emph> ማረሚያ - ሜዳዎች </emph></link>"
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
-msgstr "ሰአት"
+msgid "Time (Fixed)"
+msgstr ""
#. yxN2Q
#: 18030200.xhp
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index fa57c4a483a..db20af60a9f 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-09-09 11:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
@@ -34238,16 +34238,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "ወደሚቀጥለው አረፍተ ነገር"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "ቁጥር መስጫ ማብሪያ/ማጥፊያ"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index 4fc61427bd2..55fa9f3e0d0 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/am/>\n"
@@ -20061,25 +20061,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index a9cb22e7e33..53d6cdddd10 100644
--- a/source/am/sd/messages.po
+++ b/source/am/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-05-23 12:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/am/>\n"
@@ -1733,584 +1733,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ቅርጽ %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "የ መደብ ምስል ማሰናጃ"
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "የ ተንሸራታች ረቂቅ እንደነበረ መመለሻ"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ቻርት ማስገቢያ"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ገጾች መጎተቻ እና መጣያ"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "መጎተቻ እና መጣያ ተንሸራታቾች"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "እባክዎን ምስሎች ወደ አልበሙ ውስጥ ይጨምሩ"
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "የ ጽሁፍ ተንሸራታች"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "መደብ"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ረቂቅ"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "የ ወርድ ፡ ስፋት ፡ ቁመት መስመሮች"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ተንሸራታች"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ገጽ"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ተንሸራታች"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "ዋናው ተንሸራታች"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "ዋናው ተንሸራታች:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ዋናው ገጽ"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "ዋናው ገጽ:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ማስታወሻዎች)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ምፅዋት"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "የ አርእስት ጽሁፍ አቀራረብ ለ ማረም ይጫኑ"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "የ አርእስት ጽሁፍ ረቂቅ አቀራረብ ለ ማረም ይጫኑ"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ አርእስት በ ጽሁፍ አቀራረብ ውስጥ ለ ማረም:"
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ረቂቅ በ ጽሁፍ አቀራረብ ውስጥ ለ ማረም:"
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ሁለተኛ የ ረቂቅ ደረጃ"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ሶስተኛ የ ረቂቅ ደረጃ"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "አራተኛ የ ረቂቅ ደረጃ"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "አምስተኛ የ ረቂቅ ደረጃ"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ስድስተኛ የ ረቂቅ ደረጃ"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ሰባተኛ የ ረቂቅ ደረጃ"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ተንሸራቱቹን ለማንቀሳቀስ ይጫኑ"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "የ ማስታወሻ አቀራረብ ለ ማረም ይጫኑ"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ተንሸራታች ለ ማንቀሳቀስ:"
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ የ ማስታወሻ አቀራረብ ለ ማረም:"
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "አርእስት ለ መጨመር ይጫኑ"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ማስታወሻዎች ለመጨመር ይጫኑ"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "ሁለት ጊዜ-መታ ያድርጉ አርእስት ለ መጨመር:"
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ጽሁፍ ለ መጨመር:"
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ጽሁፍ ለ መጨመር:"
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "መታ ያድርጉ ጽሁፍ ለ ማረም:"
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ማስታወሻ ለ መጨመር:"
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ሁለት-ጊዜ ይጫኑ ምስል ለመጨመር"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ሁለት-ጊዜ ይጫኑ እቃ ለመጨመር"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ሁለት-ጊዜ ይጫኑ ቻርት ለ መጨመር"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ሁለት-ጊዜ ይጫኑ የ ድርጅት ቻርት ለ መጨመር"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ሁለት-ጊዜ ይጫኑ ሰንጠረዥ ለመጨመር"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ነባር"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "አርእስት"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "ነባር የ መሳያ ዘዴ"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ተንሸራታቾችን ማንቀሳቀሻ"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "ገጾች ማስገቢያ"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "ገጽ ማስገቢያ"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "የ ተንሸራታች ባህሪዎች"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "መሙያ የሌላቸው እቃዎች"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "መሙያ እና መስመር የሌለው እቃ"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "አርእስት A4"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "ራስጌ A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "ጽሁፍ A4"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "አርእስት A0"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "ራስጌ A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "ጽሁፍ A0"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "ቅርጾች"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "መስመሮች"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "የ ቀስት መስመር"
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "የ ዳሽ መስመር"
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "የተሞላ"
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "ሰማያዊ የተሞላ"
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "አረንጓዴ የተሞላ"
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "ቢጫ የተሞላ"
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "ቀይ የተሞላ"
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "እቅድ"
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "እቅድ በ ሰማያዊ"
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "እቅድ በ አረንጓዴ"
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "እቅድ በ ቢጫ"
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "እቅድ በ ቀይ"
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "አርእስት"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ረቂቅ"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "መደብ"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ማምጫ"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "የ ፊደል መጠን ማሳነሻ"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "የ ፊደል መጠን ማሳደጊያ"
@@ -2318,637 +2324,637 @@ msgstr "የ ፊደል መጠን ማሳደጊያ"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ረቂቅ መመልከቻ"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ተንሸራታች መመልከቻ"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ተንሸራታቾችን የሚለዩት እዚህ ነው"
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ማስታወሻ መመልከቻ"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ምፅዋት መመልከቻ"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "የ ማቅረቢያ አርእስት"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "የ ማቅረቢያ ንድፍ"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "የ ማቅረቢያ ንዑስ አርእስት"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "የ ማቅረቢያ ገጽ"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "የ ማቅረቢያ ማስታወሻዎች"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "የ ማቅረቢያ ግርጌ"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "የ ማቅረቢያ ራስጌ"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "የ ማቅረቢያ ቀን እና ሰአት"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "የ ማቅረቢያ ገጽ ቁጥር"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ማቅረቢያ"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "አርእስት"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ንድፍ"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ገጽ"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ግርጌ"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ራስጌ"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ቀን"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ቁጥር"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ-ብቻ)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ምንም"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "የሚቀጥለውን እስክጫን"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ተንሸራታቹ እስከሚያልቅ"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "አቅጣጫ:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ማሳያ:"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ሽቦዎች:"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "የ መጀመሪያ ቀለም:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ሁለተኛ ቀለም:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ቀለም መሙያ"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ፊደል:"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "የ ፈደል ቀለም:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "የ መስመር ቀለም:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "የ ፊደል መጠን:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "መጠን:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ብዛት:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ቀለም:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ድምጽ የለም)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ቀደም ያለውን ድምጽ ማቆሚያ)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ሌላ ድምጽ..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ናሙና"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ማስነሻ"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "የተጠቃሚ መንገዶች"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "መግቢያ: %1"
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "ማጋነኛ: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "መውጫ: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "የ እንቅስቃሴ መንገድ: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "የተለያዩ: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ምንም"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ዛሬ"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ትናንትና"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲው የለም)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ ማቅረቢያው መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ መጀመሪያው ማቅረቢያው ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ ከ ሰነዱ መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ ከሰነዱ መጀመሪያ ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "አስተያየት(ቶች) ማጥፊያ"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "አስተያየት ማንቀሳቀሻ"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "መልስ ለ %1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "መገናኛ በ ድጋሚ ማጫወቻ"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ሰንጠረዥ"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ሰነድ"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "ተንሸራታች በ ገጽ ውስጥ:"
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "ትእዛዝ:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~ይዞታዎች"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "የ ~ተንሸራታች ስም"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "የ ~ገጽ ስም"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~ቀን እና ሰአት"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "የተደበቁ ገጾች"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ቀለም"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~መጠን"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "የ ገጽ ጎኖች"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ማካተቻ"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ ~መጠቀሚያ"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "ገጾች:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "ተንሸራታች:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጨረሻው ማስደነቂያ ድረስ ፈልጓል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጀመሪያው ማስደነቂያ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ እስከ መጨረሻው ሰነድ ድረስ ፈልጓል: ከመጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ እስከ መጀመሪያው ሰነድ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "እንቅስቃሴ"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "አገናኝ"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~ይቀጥሉ"
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~ያለፈው"
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "የ ~መጀመሪያው ተንሸራታች"
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "የ ~መጨረሻው ተንሸራታች"
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7947,19 +7953,19 @@ msgid "Page _height:"
msgstr "የ ገጽ _እርዝመት:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "መለኪያ"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr "ለ መሳያ ወይንም ለ ማቅረቢያ ሰነዶች ባጠቃላይ ምርጫ መወሰኛ "
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index 0fcf706d5db..150eeb2e435 100644
--- a/source/am/svx/messages.po
+++ b/source/am/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-08-02 21:51+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -19618,14 +19618,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "ዝርዝር መመልከቻ"
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "አዲስ..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index 1a5933ab2ef..b711d3d2e0f 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-02-28 17:42+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
+"PO-Revision-Date: 2024-03-11 17:13+0100\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/am/>\n"
"Language: am\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "የ አንቀጽ መጨረሻ መስመር ማስተካከያ"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "የ አንቀጽ መስመር ክፍተት"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "አንቀጽ መክፈያ"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/an/basctl/messages.po b/source/an/basctl/messages.po
index 7f6794291bf..8518b368032 100644
--- a/source/an/basctl/messages.po
+++ b/source/an/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-04 13:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516028887.000000\n"
#. fniWp
@@ -1079,7 +1079,7 @@ msgid "_Line number:"
msgstr ""
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index c6efc55aa5b..9541767581c 100644
--- a/source/an/cui/messages.po
+++ b/source/an/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-04 13:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195185.000000\n"
#. GyY9M
@@ -21624,227 +21624,239 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "F_icar"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Tipo"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilo d'a fuella"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Pachina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr ""
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr ""
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/an/editeng/messages.po b/source/an/editeng/messages.po
index 8dd03d51632..0bad950fb26 100644
--- a/source/an/editeng/messages.po
+++ b/source/an/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-04-03 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/an/>\n"
@@ -1353,405 +1353,435 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
#, fuzzy
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilo d'a fuella"
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
#, fuzzy
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Graficos"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "~Garra"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
#, fuzzy
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "amagau"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Eliminar"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Ficar"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr ""
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
#, fuzzy
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Atributos de texto"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
#, fuzzy
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Estilos aplicaus"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automatica"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Paragrafo: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1759,43 +1789,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr ""
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Ficar"
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
index 5faf98cce11..13bba8e23d8 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-04 13:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
@@ -36222,17 +36222,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Ir a oración siguient"
-#. VyGkp
-#: WriterCommands.xcu
-#, fuzzy
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "Activar/Desact. Numeración"
-
#. 7Dbov
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 129000cec65..f7266aa12b3 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-04 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
@@ -21718,25 +21718,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/an/sd/messages.po b/source/an/sd/messages.po
index 4289676a62f..35307d0e4d5 100644
--- a/source/an/sd/messages.po
+++ b/source/an/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-01-03 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/an/>\n"
@@ -1738,587 +1738,593 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de celda"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
#, fuzzy
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ficar una fuella"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ficar una imachen"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fundo"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disenyo"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pachina"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Por defecto"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titol"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texto"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
#, fuzzy
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titol"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fundo"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Alzar o documento"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2326,650 +2332,650 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentación"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentación"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titol"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pachina"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Piet de pachina"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Capitero"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Calendata"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "~Garra"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Escala"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo de letra"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "~Color"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sencilla"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Garra"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hue,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edita o comentario..."
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Conteniu"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -8003,19 +8009,19 @@ msgid "Page _height:"
msgstr ""
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Escalar"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index a7e17c058d6..d3c4145aaa8 100644
--- a/source/an/svx/messages.po
+++ b/source/an/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-04 13:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -19744,14 +19744,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr ""
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 2c3c619f7bc..5e2c2c8a8ce 100644
--- a/source/an/sw/messages.po
+++ b/source/an/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2024-03-04 13:31+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195186.000000\n"
#. oKCHH
@@ -1848,302 +1848,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/ar/basctl/messages.po b/source/ar/basctl/messages.po
index f7d2707c746..a51c2fda943 100644
--- a/source/ar/basctl/messages.po
+++ b/source/ar/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/ar/>\n"
@@ -1086,7 +1086,7 @@ msgid "_Line number:"
msgstr "رقم ال_سّطر:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 0dd6c4292f2..6dcfc9ffb72 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
@@ -21494,224 +21494,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr "أ_دنى طول للكلمة بالمحارف"
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
-msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
-msgstr "لا تفصل الكلمات ذات الحروف ال_كبيرة"
-
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
-msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
-msgstr "لا تفصل الكلمة الأخيرة"
-
#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
+#: cui/uiconfig/ui/textflowpage.ui:262
msgctxt "textflowpage|labelHyphenZone"
msgid "Hyphenation _zone:"
msgstr "من_طقة الفصل:"
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
+msgctxt "textflowpage|checkNoCaps"
+msgid "Hyphenate words in _CAPS"
+msgstr ""
+
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Hyphenate last word"
+msgstr ""
+
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "وصل الكلمات"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "أ_درج"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "ب_نمط الصفحة:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ال_نوع:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "ر_قم الصفحة:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "الموضع:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "طراز الصفحة"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "الصفحة"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "عمود"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "قبل"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "بعد"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "الفواصل"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "أ_بقِ مع الفقرة التالية"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "أسطر"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "أسطر"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "حدّد خيارات الواصلة وترقيم الصفحات"
diff --git a/source/ar/editeng/messages.po b/source/ar/editeng/messages.po
index c9ed5a0cb1e..7acd875158b 100644
--- a/source/ar/editeng/messages.po
+++ b/source/ar/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-08-10 11:57+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ar/>\n"
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "طراز الصفحة: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "التقنين "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "مؤمن "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "مكثف "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "رسم"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "بلا"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "نقاط "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "دائرة "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "دائرة مملوءة "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "تمييز "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "أعلى"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "أسفل"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "إيقاف مزدوج الأسطر"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "مزدوج الأسطر"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "بلا تباعد أحرف تلقائي"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "بلا تباعد أحرف تلقائي"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "بلا علامات ترقيم معلقة في نهاية السطر"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "علامات ترقيم معلقة في نهاية السطر"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "تطبيق قائمة بالأحرف الممنوعة على بداية الأسطر ونهايتها"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "عدم تطبيق قائمة بالأحرف الممنوعة على بداية الأسطر ونهايتها"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "بلا أحرف مستديرة"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "دُوّر الحرف $(ARG1) درجة"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "ملاءمة للسطر"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "النص غير مُدار"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "النص مُدار $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "أحرف محددة الحجم $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "بلا أحرف محددة الحجم"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "لا أخدود"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "أخدود"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "محفور"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "محاذاة نص تلقائية"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "النص محاذً إلى الخط الأساسي"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "النص محاذً لأعلى"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "النص محاذً للمنتصف"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "النص محاذً لأسفل"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "اتجاه النص من اليسار إلى اليمين (أفقي)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "اتجاه النص من اليمين إلى اليسار (أفقي)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "اتجاه النص من اليمين إلى اليسار (عمودي)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "اتجاه النص من اليسار إلى اليمين (عمودي)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "استخدم إعداد اتجاه نص الكائن الرئيسي"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "اتجاه النص يسار-الى-يمين (رأسي من الأسفل)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "انطباق الفقرة على شبكة النص (إذا كانت نشطة)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "لا تنطبق الفقرة على شبكة النص"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "غير مخفي"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "مخفي"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "درج الورق"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[من إعدادات الطابعة]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "احذف"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "انقل"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "أدرج"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "استبدل"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "طبّق الصفات"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "أعِد تعيين الصفات"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "إزاحة"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "طبّق الطُرُز"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "غيّر حالة الأحرف"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "الكلمة هي %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "الفقرة هي %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "تلقائي"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "رمز نقطي صورة في الفقرة"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "رمز نقطي صورة"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "الفقرة: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "هل تريد متابعة التدقيق من بداية المستند؟"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "هل تريد متابعة التدقيق من نهاية المستند؟"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"نتيجة لسبب غير معروف."
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "القاموس ممتلئ بالفعل."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "القاموس للقراءة فقط."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "إزاحة"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "اعرض النقاط الفرعية"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "اطوِ"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "طبّق الصفات"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "أدرج"
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared/03.po b/source/ar/helpcontent2/source/text/sbasic/shared/03.po
index 1a1d3106fa7..f2919493e79 100644
--- a/source/ar/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ar/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ar/>\n"
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/ar/helpcontent2/source/text/scalc/guide.po b/source/ar/helpcontent2/source/text/scalc/guide.po
index c6e9e461975..d7f3afe0800 100644
--- a/source/ar/helpcontent2/source/text/scalc/guide.po
+++ b/source/ar/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ar/>\n"
@@ -4552,13 +4552,13 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr ""
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
msgstr ""
#. dxfCa
@@ -13624,13 +13624,13 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr ""
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
msgstr ""
#. z9DtM
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 5d4b8b3a18a..20743d4ec28 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-12-29 09:45+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ar/>\n"
@@ -8062,22 +8062,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr ""
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
msgstr ""
#. gDuQb
@@ -24550,13 +24550,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr ""
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
msgstr ""
#. Qwvta
@@ -24874,13 +24874,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr ""
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
msgstr ""
#. vFoHW
@@ -32029,13 +32029,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr ""
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index 7582fc314b1..bb0cd2c416e 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-26 20:38+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ar/>\n"
@@ -15361,6 +15361,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr ""
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/simpress/02.po b/source/ar/helpcontent2/source/text/simpress/02.po
index 34507ee7377..d89eaf98e6c 100644
--- a/source/ar/helpcontent2/source/text/simpress/02.po
+++ b/source/ar/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-10-04 10:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3031,40 +3031,40 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr ""
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
+msgid "Cube"
msgstr ""
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
msgstr ""
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
msgstr ""
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
+msgid "Cube"
msgstr ""
#. RUv4B
diff --git a/source/ar/helpcontent2/source/text/swriter/00.po b/source/ar/helpcontent2/source/text/swriter/00.po
index 2197abfcc30..adc128ad38c 100644
--- a/source/ar/helpcontent2/source/text/swriter/00.po
+++ b/source/ar/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ 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: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ar/>\n"
@@ -1105,22 +1105,40 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
msgstr ""
-#. nKMHB
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
+
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
msgstr ""
#. WHhqc
diff --git a/source/ar/helpcontent2/source/text/swriter/02.po b/source/ar/helpcontent2/source/text/swriter/02.po
index 0370e8e36dc..08b0138744b 100644
--- a/source/ar/helpcontent2/source/text/swriter/02.po
+++ b/source/ar/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ar/>\n"
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr ""
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "التاريخ"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,13 +3715,13 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr ""
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
+msgid "Time (Fixed)"
msgstr ""
#. yxN2Q
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index db578ca84b8..f1aab37ae98 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
@@ -34263,16 +34263,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "إلى الجملة التالية"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "أظهر/أخفِ الترقيم"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index de2033b623a..01b79a1897f 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
@@ -20340,25 +20340,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index 0394fe7a29e..55385cd5542 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-08-10 11:57+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ar/>\n"
@@ -1738,584 +1738,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "طُرُز الخلايا"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "شكل %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "عيّن صورة الخلفية"
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "صفّر مخطط الشريحة"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "أدرج جدولًا"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "أدرج رسمًا بيانيًا"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "أدرج صورة"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "أدرج صوتيًّا أو مرئيًّا"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "سحب وإسقاط الصفحات"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "سحب وإسقاط الشرائح"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "يرجى إضافة صور إلى الألبوم."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "شريحة النص"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "الخلفية"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "كائنات الخلفيّة"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "مخطط"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "المتحكّمات"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "خطوط القياس"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "شريحة"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "الصفحة"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "شريحة"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "الشريحة الرئيسية"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "الشريحة الرئيسية:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "الصفحة الرئيسية"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "الصفحة الرئيسية:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ملاحظات)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "نشرات"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "انقر لتحرير تنسيق نص العنوان"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "انقر لتحرير نسَق نص المخطط"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "قرع مزدوج لتحرير نسَق نص العنوان"
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "قرع مزدوج لتحرير نسَق نص المخطط"
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "المستوى الثاني للمخطط"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "المستوى الثالث للمخطط"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "المستوى الرابع للمخطط"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "المستوى الخامس للمخطط"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "المستوى السادس للمخطط"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "المستوى السابع للمخطط"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "انقر لإزاحة الشريحة"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "انقر لتحرير تنسيق الملاحظات"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "قرع مزدوج لتحريك الشريحة"
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "قرع مزدوج لتحرير نسَق الملاحظات"
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "انقر لإضافة عنوان"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "انقر لإضافة ملاحظات"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "قرع مزدوج لإضافة عنوان"
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "قرع مزدوج لإضافة نص"
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "قرع مزدوج لإضافة نص"
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "اقرع لتحرير النص"
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "قرع مزدوج لإضافة ملاحظات"
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "انقر مزدوجًا لإضافة صورة"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "انقر مزدوجًا لإضافة كائن"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ هيكليّ"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "انقر مزدوجًا لإضافة جدول مُمتد"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "المبدئيّ"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "العنوان"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "طراز الرسم المبدئي"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "إزاحة الشرائح"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "أدرج صفحات"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "أدرج صفحة"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "خصائص الشريحة"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "كائن بِلا تعبئة"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "كائن بلا تعبئة وبلا خط"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "النص"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "أي4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "أي4 عنوان"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "عنوان رئيسي A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "أي4 نص"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "أي0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "أي0 عنوان"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "عنوان رئيسي A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "أي0 نص"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "رسم"
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "أشكال"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "خطوط"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "خط سهم"
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "خط مقطّع"
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "مملوء"
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "أزرق مملوء"
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "أخضر مملوء"
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "أصفر مملوء"
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "أحمر مملوء"
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "خُطّط"
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "خُطّط بالازرق"
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "خُطّط بالاخضر"
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "خُطّط بالاصفر"
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "خُطّط بالاحمر"
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "العنوان"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "المخطط"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "كائنات الخلفية"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "الخلفية"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ملاحظات"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "استيراد باوربوينت"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "حفظ المستند"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "قلّص مقاس الخط"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "كبّر حجم الخط"
@@ -2323,650 +2329,650 @@ msgstr "كبّر حجم الخط"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "عرض المخطط"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "عرض الشرائح"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "هنا يمكن فرز الشرائح."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "عرض الملاحظات"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "عرض النشرة"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "أنماط العرض التقديمي"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "أنماط العرض التقديمي"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "أنماط العرض التقديمي"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "عرض تقديمي"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "أنماط العرض التقديمي"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "نشرة"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "تذييل‌العَرض‌التقديمي"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "رأس‌العَرض‌التقديمي"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "عرض%PRODUCTNAME تقديمي"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "العنوان"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "تخطيط"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "الصفحة"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "الملاحظات"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "نشرة"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "تذييل"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "الرأس"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "التاريخ"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "رقم"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(للقراءة فقط)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "بلا"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "حتى النقرة التالية"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "حتى انتهاء الشريحة"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "الاتجاه:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "تكبير/تصغير"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "المحاور"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "اللون الأول:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "اللون الثاني:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "لون الملء:"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "الطراز:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "الخط:"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "لون الخط:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "الطراز:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "النسق"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "لون الخط:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "حجم الخط:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "الحجم:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "الكمية:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "اللون:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(بلا صوت)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(أوقِف الصوت السابق)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "صوت آخر..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "نموذج"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "بدء تشغيل"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "مسارات المستخدم"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "دخول: %1"
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "تشديد: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "خروج: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "مسارات حركة: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "متنوعة: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "بِلا"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "اليوم،"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "الأمس،"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(دون مؤلف)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME امبريس نهاية العرض التقديمي. هل تريد المتابعة من البداية؟"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME امبريس بداية العرض التقديمي. هل تريد المتابعة إلى النهاية؟"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME درو نهاية المستند. هل تريد المتابعة من البداية؟"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME درو بداية المستند. هل تريد المتابعة إلى النهاية؟"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "أدرج تعليقًا"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "احذف التعليق (التعليقات)"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "نقل تعليق"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "تحرير التعليق"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "رد على %1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "تشغيل الوسائط"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "جدول"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "مستند"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "الشرائح لكل صفحة:"
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "الترتيب:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "الم~حتويات"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "اسم ال~شريحة"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "اسم ال~صفحة"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ال~تاريخ والوقت"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "الصفحات المخفية"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "اللون"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ال~حجم"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "_كتيب"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "جوانب الصفحة"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "تضمين"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "اس~تخدم فقط درج الورق من تفضيلات الطابعة"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "الصفحات:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "الشرائح:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME امبريس حتى نهاية العَرض التقديمي. هل تريد المتابعة من البداية؟"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME امبريس حتى بداية العرض. هل تريد متابعة البحث حتى النهاية؟"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME درو حتى نهاية العرض. هل تريد البحث من البداية؟"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME درو حتى بداية العرض. هل تريد متابعة البحث من النهاية؟"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "متحرك"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "ارتباط"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "ال~تالي"
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "ال~سابق"
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "الشريحة الأ~ولى"
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "الشريحة الأ~خيرة"
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "أغلق اللوحة"
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7983,19 +7989,19 @@ msgid "Page _height:"
msgstr "ارتفاع ال_صفحة:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "المقياس"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index 82117fbaba2..f33b9c3dcaf 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-09-25 09:36+0000\n"
"Last-Translator: خالد حسني <khaled@libreoffice.org>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
@@ -19736,14 +19736,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "معاينة تفصيلية"
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "جديد..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr "أضِف مزيدًا من المعارض من خلال ملحقة"
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 9b913a86031..5664354ed4d 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2024-01-16 01:45+0000\n"
"Last-Translator: tx99h4 <tx99h4@hotmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr "منطقة توصيلات الفقرة"
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "حقيبة توافق الفقرة"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "الفقرة ذات سطر أول تلقائي الإزاحة"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "الفقرة ذات تباعد محارف"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "الفقرة ذات حدود متصلة"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "الفقرة ذات فواعد محظورة"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "الفقرة ذات علامات ترقيم معلّقة"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "الفقرة ذات واصلات"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "الفقرة ذات إعادة تعداد"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "الفقرة ذات إبقاء سوية"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "تضبيط السطر الأخير للفقرة"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "الحاشية اليسرى للفقرة"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "الحاشية اليسرى للفقرة نسبية"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "عدّ عدد سطور الفقرة"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "قيمة بدء رقم سطر الفقرة"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "تباعد أسطر الفقرة"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "يتيمات الفقرة"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "طور تسجيل الفقرة نشط"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "الحاشية اليمنى للفقرة"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "الحاشية اليمنى للفقرة نسبية"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "نسَق ظلّ الفقرة"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "شطر الفقرة"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "اسم طراز الفقرة"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "توقفات مفتاح تبويب الفقرة"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "الحاشية العُليا للفقرة"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "الحاشية العليا للفقرة نسبية"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "صفات الفقرة التي عرّفها المستخدم"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "المحاذاة الرأسية للفقرة"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "مرمَّلات الفقرة"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "علامة دليلية"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "الحد الأيمن"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "مسافة الحد الأيمن"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "معرّف المراجعة"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "تضبيط روبي"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "اسم طراز محرف روبي"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "روبي في الاعلى"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "موضع روبي"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "نص روبي"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "اجذب إلى الشبكة"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "حقيبة توافق الطُرُز"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "حقل نص"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "إطار نص"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "فقرة نص"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "قسم نص"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "جدول نص"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "سِمات النص المعرَّف من المستخدِم"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "الحد الأعلى"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "مسافة الحد الأعلى"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "إسم طراز المحرَف غير المَزور"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "إسم طراز المحرَف المَزور"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "نمط الكتابة"
diff --git a/source/as/basctl/messages.po b/source/as/basctl/messages.po
index 4eb98a7418f..d82703089da 100644
--- a/source/as/basctl/messages.po
+++ b/source/as/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/as/>\n"
@@ -1100,7 +1100,7 @@ msgid "_Line number:"
msgstr "শাৰী সংখ্যা (_L):"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 1f8c8219133..329f3e3b332 100644
--- a/source/as/cui/messages.po
+++ b/source/as/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-13 23:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/as/>\n"
@@ -21990,230 +21990,242 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেনেশ্বন"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "ভৰাওক (_I)"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
#, fuzzy
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "পৃষ্ঠা শৈলীৰ সৈতে (_y)"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধৰণ (_T):"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠাৰ সংখ্যা (_n)"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "স্থান"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "স্তম্ভ"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "আগতে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পাছত"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "ভাঙনসমূহ"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পৰৱৰ্তী পেৰেগ্ৰাফৰ সৈতে ৰাখক (_K)"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "ৰেখাসমূহ"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "ৰেখাসমূহ"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/as/editeng/messages.po b/source/as/editeng/messages.po
index 931c01a6cbe..4c46e16e6af 100644
--- a/source/as/editeng/messages.po
+++ b/source/as/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-12 07:38+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/as/>\n"
@@ -1348,399 +1348,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কাৰ্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "লক কৰি থোৱা "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "ঘনীভূত "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনো নহয়"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "বিন্দুসমূহ "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভৰ্তি বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "ঠাঁচ "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "ওপৰত"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "তলত"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "দ্বৈত-শাৰী অফ"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "দ্বৈত শাৰী"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "কোনো স্বচালিত আখৰ ঠাই নাই"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "কোনো স্বচালিত আখৰ ঠাই নাই"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "শাৰীৰ শেষত কোনো উলমি থকা পাঙ্কচুৱেষণ নাই"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "শাৰীৰ শেষত উলমি থকা পাঙ্কচুৱেষণ"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "নিষিদ্ধ আখৰসমূহৰ তালিকাক শাৰীৰ আৰম্ভ আৰু শেষত প্ৰয়োগ কৰক"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "নিষিদ্ধ আখৰসমূহৰ তালিকাক শাৰীৰ আৰম্ভ আৰু শেষত প্ৰয়োগ নকৰিব"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোনো ঘুৰ্ণিত আখৰ নাই"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "আখৰ $(ARG1)° দ্বাৰা ঘুৰ্ণিত"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "শাৰীত খাপ খাওক"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "আখৰসমূহ $(ARG1)% হিচাপে খাপ খোৱা হৈছে"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোনো স্কেইল কৰা আখৰ নাই"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "স্বস্তি নাই"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "উপসম"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "এনগ্ৰেইভ্ড"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বচালিত লিখনী সংস্থাপন"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "লিখনী ভিত্তি শাৰীলে সংস্থাপিত"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "লিখনী উপৰলে সংস্থাপিত"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "লিখনী মাজলে সংস্থাপিত"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "লিখনী তললে সংস্থাপিত"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "লিখনী দিশ বাওৰ পৰা সোঁ (আনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "লিখনী দিশ সোঁৰ পৰা বাও (আনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "লিখনী দিশ সোঁৰ পৰা বাও (উলম্ব)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "লিখনী দিশ বাওৰ পৰা সোঁ (উলম্ব)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "superordinate অবজেক্ট লিখনী দিশ সংহতি ব্যৱহাৰ কৰক"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "দফা লিখনী গ্ৰিডলে স্নেপ কৰে (যদি সক্ৰিয়)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "দফা লিখনী গ্ৰিডলে স্নেপ নকৰে"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "লুকাই থকা নহয়"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "লুকাই থকা"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজৰ ট্ৰে"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[প্ৰিন্টাৰ সংহতিৰ পৰা]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "মচি দিয়ক"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "স্থানান্তৰ কৰক"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সুমুৱাওক"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্ৰতিস্থাপন কৰক"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্টসমূহ প্ৰয়োগ কৰক"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্টসমূহ পুনৰ স্থাপন কৰক"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইণ্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলীসমূহ প্ৰয়োগ কৰক"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "ফলা সলনি কৰক"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটো %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "দফাটো %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বচালিত"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "দফাত ছবি বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "ছবি বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "দফা: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "ডকুমেন্টৰ আৰম্ভনিত পৰীক্ষা অব্যাহত ৰাখিব বিচাৰে নেকি ?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "ডকুমেন্টৰ শেষত পৰীক্ষা অব্যাহত ৰাখিব বিচাৰে নেকি ?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1750,43 +1780,43 @@ msgstr ""
"শব্দ শব্দকোষত যোগ কৰিব নোৱাৰি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "শব্দকোষ ইতিমধ্যে ভৰ্তি।"
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "শব্দকোষটো কেৱল পঢ়িব পাৰি।"
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইণ্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "উপবিন্দুসমূহ দেখুৱাওক"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "স্খলন কৰক"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "এট্রিবিয়ুটবোৰ প্ৰয়োগ কৰক"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "ভৰাওক"
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 52ef5c5a90e..54edc2f6fda 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ 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: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
@@ -34635,16 +34635,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "পৰৱৰ্তী বাক্যলৈ"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "নাম্বাৰীং অন/অফ"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index 3187eb9f3ad..d675db4306e 100644
--- a/source/as/sc/messages.po
+++ b/source/as/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/as/>\n"
@@ -20493,25 +20493,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/as/sd/messages.po b/source/as/sd/messages.po
index dcfe6840893..95023772e94 100644
--- a/source/as/sd/messages.po
+++ b/source/as/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/as/>\n"
@@ -1750,585 +1750,591 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "শৈলীবোৰ"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "আকৃতি %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইড বিস্তাৰ পুনৰ সংহতি কৰক"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ফাইল ভৰাওক"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ছার্ট ভৰাওক"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ছবি সুমুৱাওক"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "পৃষ্ঠাসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "স্লাইডসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "অনুগ্ৰহ কৰি এলবামলৈ ছবিবোৰ যোগ কৰক।"
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "লিখনী স্লাইড"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "নিয়ন্ত্রণবোৰ"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা ৰেখাবোৰ"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "শ্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "শ্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টাৰ পৃষ্ঠাসমূহ"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(টিপ্পনীবোৰ)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "হেণ্ডআউটবোৰ"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিৰোনাম টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ৰূপৰেখা টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় ৰূপৰেখা স্তৰ"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় ৰূপৰেখা স্তৰ"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ ৰূপৰেখা স্তৰ"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম ৰূপৰেখা স্তৰ"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ ৰূপৰেখা স্তৰ"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম ৰূপৰেখা স্তৰ"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "শ্লাইডৰ স্থান পৰিৱর্তন কৰিবলৈ ক্লিক কৰক"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "টিপ্পনীবোৰৰ ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "শীৰ্ষক যোগ কৰিবলৈ ক্লিক কৰক"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "টোকাসমূহ যোগ কৰিবলে ক্লিক কৰক"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "এটা ছবি যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "এটা অবজেক্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "এটা চাৰ্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "এটা সংঘঠন চাৰ্ট যোগ কৰিবলৈ দুবাৰ-ক্লিক কৰক"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "এটা স্প্ৰেডশ্বীট যোগ কৰিবলৈ দুবাৰ ক্লিক কৰক"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ডিফল্ট"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিৰোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "শ্লাইডবোৰৰ স্থান পৰিৱর্তন কৰক"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "পূর্ণ নকৰা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "কোনো পূৰ্ণ আৰু কোনো শাৰী নহোৱাকৈ অবজেক্ট"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিৰোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিৰোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ৰূপৰেখা"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "টিপ্পনীবোৰ"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "পাৱাৰ পইণ্ট আমদানি"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ডকুমেন্ট ছেভ কৰক"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2336,661 +2342,661 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ৰূপৰেখা দৃশ্য"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "শ্লাইডবোৰৰ দৰ্শন"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "এইখিনিতেই আপুনি শ্লাইডবোৰৰ বৰ্গীকৰণ কৰে."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "টিপ্পনী দৃশ্য"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "এইখিনিতেই দৃশ্য"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপন শীৰ্ষক"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপন"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শীৰ্ষক"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "আউটলাইনাৰ"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশীৰ্ষক"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "টোকাসমূহ"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "অজ্ঞাত অভিগম্য উপস্থাপন আকৃতি"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ফুটাৰ"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "হেডাৰ"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তাৰিখ"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(কেৱল-পঢ়িব পৰা)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনো নহয়"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পৰৱৰ্তী ক্লিক পৰ্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "শ্লাইড শেষ নোহোৱা পৰ্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিশ (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্প'কবোৰ"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় ৰং"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফণ্ট"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপফেচ"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ৰেখাৰ ৰং"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "আখৰৰ আকাৰ"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকাৰ"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "পৰিমাণ"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ৰং"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ধ্বনি নাই)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূৰ্বৱৰ্তী ধ্বনি বন্ধ কৰক)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্য ধ্বনি..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্ৰিগাৰ"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ব্যৱহাৰকাৰী পথসমূহ"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "গতিৰ পথবোৰ"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Today,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Yesterday,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "লেখক"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ শেষত আহি পাইছে। আপুনি আৰম্ভণীৰ পৰা চলাব বিচাৰে নে?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ শেষত আহি পাইছে। আপুনি আৰম্ভনীৰ পৰা চলাব বিচাৰে নে?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সোমাওক"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য(সমূহ) মচি দিয়ক"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য সঞ্চলন কৰক"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদন কৰক"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 লে উত্তৰ দিয়ক"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মেডিয়া পুনৰ বজাওক"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবুল"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "দস্তাবেজ"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "সমলসমূহ"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডৰ নাম"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্টাৰ নাম"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তাৰিখ আৰু সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকাই থকা পৃষ্টাসমূহ"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ৰং"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকাৰ"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "পুস্তিকা (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠাৰ কাষবোৰ"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভূক্ত কৰক"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্ৰিন্টাৰ পছন্দসমূহৰ পৰা কেৱল পৃষ্ঠা ট্ৰে ব্যৱহাৰ কৰক (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "উপস্থাপনটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "উপস্থাপনটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "দস্তাবেজটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "দস্তাবেজটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -8138,19 +8144,19 @@ msgid "Page _height:"
msgstr "পৃষ্ঠাৰ উচ্চতা (_h)"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "স্কেইল"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index 5b3345a024b..2bc4edcaaea 100644
--- a/source/as/svx/messages.po
+++ b/source/as/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -20046,14 +20046,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr ""
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 5e9ab86ec78..8b9eebcac6c 100644
--- a/source/as/sw/messages.po
+++ b/source/as/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/as/>\n"
@@ -1878,302 +1878,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/ast/basctl/messages.po b/source/ast/basctl/messages.po
index 70e22aaf22f..dfc3e875f09 100644
--- a/source/ast/basctl/messages.po
+++ b/source/ast/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-16 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516043755.000000\n"
#. fniWp
@@ -1092,7 +1092,7 @@ msgid "_Line number:"
msgstr "Númberos de _llinia:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr "de $1"
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 4000e7519d6..143d3f44c1e 100644
--- a/source/ast/cui/messages.po
+++ b/source/ast/cui/messages.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-04 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 15:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. GyY9M
@@ -1568,7 +1568,7 @@ msgstr "Revisar la gramática al escribir"
#: cui/inc/strings.hrc:286
msgctxt "RID_SVXSTR_NUM_MIN_WORDLEN"
msgid "Minimal number of characters for hyphenation: "
-msgstr "Cantidá mínima de caráuteres pal dixebráu silábicu: "
+msgstr "Cantidá mínima de caráuteres pal guionáu: "
#. BCrEf
#: cui/inc/strings.hrc:287
@@ -2564,19 +2564,19 @@ msgstr "Abri un ficheru CSV como fueya nueva na fueya de cálculu actual per aci
#: cui/inc/tipoftheday.hrc:120
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You can continue writing with the default formatting attributes after manually applying bold, italic or underline by pressing %MOD1+Shift+X."
-msgstr ""
+msgstr "Pues siguir escribiendo colos atributos de formatu predeterminaos darréu d'aplicar negrina, cursiva o solliñáu calcando %MOD1+Maiús+X."
#. iXjDF
#: cui/inc/tipoftheday.hrc:121
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Use %MOD1+%MOD2+Shift+V to paste the contents of the clipboard as unformatted text."
-msgstr ""
+msgstr "Usa %MOD1+%MOD2+Maiús+V pa pegar el conteníu del portapapeles como testu ensin formtatu."
#. yv67G
#: cui/inc/tipoftheday.hrc:122
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Customize footnote appearance with Tools ▸ Footnote/Endnote Settings…"
-msgstr ""
+msgstr "Personaliza l'aspeutu de les notes pie de páxina con Erbíes ▸ Notes a pie de páxina y notes finales…"
#. muc5F
#: cui/inc/tipoftheday.hrc:123
@@ -5985,13 +5985,13 @@ msgstr ""
#: cui/uiconfig/ui/bulletandposition.ui:705
msgctxt "bulletandposition|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. BWSkb
#: cui/uiconfig/ui/bulletandposition.ui:710
msgctxt "bulletandposition|accessible_name|keepratio"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. vMVvc
#: cui/uiconfig/ui/bulletandposition.ui:711
@@ -11304,7 +11304,7 @@ msgstr "Pallabra"
#: cui/uiconfig/ui/hyphenate.ui:196
msgctxt "hyphenate|extended_tip|worded"
msgid "Displays the hyphenation suggestion(s) for the selected word."
-msgstr "Amuesa les suxerencies de separación silábica pa la pallabra seleicionada."
+msgstr "Amuesa les suxerencies de guionáu pa la pallabra esbillada."
#. 3ujN5
#: cui/uiconfig/ui/hyphenate.ui:211
@@ -13166,7 +13166,7 @@ msgstr ""
#: cui/uiconfig/ui/numberingformatpage.ui:121
msgctxt "numberingformatpage|edit|tooltip_text"
msgid "Edit Comment"
-msgstr "Editar Comentariu"
+msgstr "Editar el comentariu"
#. DGYGu
#: cui/uiconfig/ui/numberingformatpage.ui:127
@@ -13184,7 +13184,7 @@ msgstr "Desaniciar"
#: cui/uiconfig/ui/numberingformatpage.ui:147
msgctxt "numberingformatpage|extended_tip|delete"
msgid "Deletes the selected number format."
-msgstr ""
+msgstr "Desanicia'l formatu numbéricu esbilláu."
#. BFF82
#: cui/uiconfig/ui/numberingformatpage.ui:172
@@ -13202,7 +13202,7 @@ msgstr ""
#: cui/uiconfig/ui/numberingformatpage.ui:192
msgctxt "numberingformatpage|formatf"
msgid "_Format Code"
-msgstr ""
+msgstr "Códigu de _formatu"
#. 5GA9p
#: cui/uiconfig/ui/numberingformatpage.ui:236
@@ -13609,25 +13609,25 @@ msgstr "Altor:"
#: cui/uiconfig/ui/numberingoptionspage.ui:617
msgctxt "numberingoptionspage|extended_tip|widthmf"
msgid "Enter a width for the graphic."
-msgstr ""
+msgstr "Pon l'anchor de la imaxe."
#. prqMN
#: cui/uiconfig/ui/numberingoptionspage.ui:636
msgctxt "numberingoptionspage|extended_tip|heightmf"
msgid "Enter a height for the graphic."
-msgstr ""
+msgstr "Pon l'altor de la imaxe."
#. fjZCU
#: cui/uiconfig/ui/numberingoptionspage.ui:658
msgctxt "numberingoptionspage|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. LELFV
#: cui/uiconfig/ui/numberingoptionspage.ui:663
msgctxt "numberingoptionspage|accessible_name|keepratio"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. Zm4NT
#: cui/uiconfig/ui/numberingoptionspage.ui:664
@@ -18773,10 +18773,9 @@ msgstr "Xiru / escaláu"
#. k8oBH
#: cui/uiconfig/ui/positionpage.ui:375
-#, fuzzy
msgctxt "positionpage|scale"
msgid "Scaling"
-msgstr "Esc_ala"
+msgstr "Escala"
#. Dyo95
#: cui/uiconfig/ui/positionpage.ui:412
@@ -18800,7 +18799,7 @@ msgstr "Espaciáu"
#: cui/uiconfig/ui/positionpage.ui:499
msgctxt "positionpage|nohyphenation"
msgid "Exclude from hyphenation"
-msgstr ""
+msgstr "Escluir del guionáu"
#. qgjTv
#: cui/uiconfig/ui/positionpage.ui:518
@@ -18896,13 +18895,13 @@ msgstr "Anc_hor:"
#: cui/uiconfig/ui/possizetabpage.ui:260
msgctxt "possizetabpage|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. nfTe6
#: cui/uiconfig/ui/possizetabpage.ui:265
msgctxt "possizetabpage|accessible_name|CBX_SCALE"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. 9AxVT
#: cui/uiconfig/ui/possizetabpage.ui:266
@@ -20905,13 +20904,13 @@ msgstr "_Cambiar la contraseña..."
#: cui/uiconfig/ui/swpossizepage.ui:74
msgctxt "swpossizepage|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. 9sitX
#: cui/uiconfig/ui/swpossizepage.ui:79
msgctxt "swpossizepage|accessible_name|ratio"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. YCssx
#: cui/uiconfig/ui/swpossizepage.ui:80
@@ -21664,226 +21663,238 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr "Llargor mín_imu de pallabra en caráuteres"
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr "_Zona de guionáu:"
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
-msgstr "Nun guionar la cabera pallabra"
+msgid "Hyphenate last word"
+msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
-msgstr "_Zona de guionáu:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
+msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Guionáu"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Inxertar"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Escueya esti caxellu de verificación y, de siguío, escueya un tipu de saltu."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
#, fuzzy
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Con Est_ilu Páxina"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Escueya esti caxellu de verificación y, de siguío, l'estilu de la páxina que deseye usar na primer páxina tres el saltu."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Triba:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "_Númberu páxina"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Posición:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Estilu de páxina"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Escueya l'estilu de formatu que se debe usar na primer páxina tres el saltu."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Páxina"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Columna"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Escueya'l tipu de saltu que deseye inxertar."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Enantes"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Dempués"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Escueya'l llugar onde deseya inxertar el saltu."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Saltos"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Mueve tol párrafu a la páxina o columna siguiente tres l'inxertamientu d'un saltu."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Caltener col siguiente párrafu"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Caltien xuntos el párrafu actual y el siguiente cuando s'inxerta un saltu o un saltu de columna."
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu enantes d'un saltu de páxina. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu na primer páxina tres un saltu. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu enantes d'un saltu de páxina. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Especifica'l númberu mínimu de llinies d'un párrafu na primer páxina tres un saltu. Escueya esti caxellu de verificación y de siguío escriba un númberu nel cuadru Llinies."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "ringleres"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "ringleres"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Especifique les opciones de separación de pallabres y paxinación."
diff --git a/source/ast/dictionaries/af_ZA.po b/source/ast/dictionaries/af_ZA.po
index 52550447875..eb58093425a 100644
--- a/source/ast/dictionaries/af_ZA.po
+++ b/source/ast/dictionaries/af_ZA.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesaf_za/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347957.000000\n"
#. iTCNn
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y regles de separtación silábica pal afrikaans"
+msgstr "Diccionariu ortográficu y regles de guionáu pal afrikaans"
diff --git a/source/ast/dictionaries/ar.po b/source/ast/dictionaries/ar.po
index ae9e91e8c36..88e695c3739 100644
--- a/source/ast/dictionaries/ar.po
+++ b/source/ast/dictionaries/ar.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesar/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347958.000000\n"
#. RiGWP
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Arabic spelling dictionary, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separtación silábica pal árabe"
+msgstr "Diccionariu ortográficu y regles de guionáu pal árabe"
diff --git a/source/ast/dictionaries/bg_BG.po b/source/ast/dictionaries/bg_BG.po
index 0cdede91a43..89c35aeba02 100644
--- a/source/ast/dictionaries/bg_BG.po
+++ b/source/ast/dictionaries/bg_BG.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesbg_bg/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347958.000000\n"
#. g34TG
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separtación silábica y sinónimos pal búlgaru"
+msgstr "Diccionariu ortográficu y regles de guionáu y sinónimos pal búlgaru"
diff --git a/source/ast/dictionaries/ca.po b/source/ast/dictionaries/ca.po
index 747579fdeec..6de3be42bec 100644
--- a/source/ast/dictionaries/ca.po
+++ b/source/ast/dictionaries/ca.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-01-15 15:12+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesca/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1516029126.000000\n"
#. PAXGz
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, patrones de separación silábica y diccionariu de sinónimos pal catalán"
+msgstr "Diccionariu ortográficu, patrones de guionáu y diccionariu de sinónimos pal catalán"
diff --git a/source/ast/dictionaries/cs_CZ.po b/source/ast/dictionaries/cs_CZ.po
index 6cc560dc0bd..897a5406c3f 100644
--- a/source/ast/dictionaries/cs_CZ.po
+++ b/source/ast/dictionaries/cs_CZ.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: 2020-02-21 01:15+0000\n"
-"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariescs_cz/ast/>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariescs_cz/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 3.10.3\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1513251149.000000\n"
#. DG9ET
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Czech spell check dictionary, hyphenation rules and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu de sinónimos pal checu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal checu"
diff --git a/source/ast/dictionaries/da_DK.po b/source/ast/dictionaries/da_DK.po
index f060dabe375..fa1836b3b0d 100644
--- a/source/ast/dictionaries/da_DK.po
+++ b/source/ast/dictionaries/da_DK.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2023-12-08 01:45+0000\n"
-"Last-Translator: Xesús González Rato <esbardu@softastur.org>\n"
-"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesda_dk/ast/>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesda_dk/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 5.1.1\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347958.000000\n"
#. M5yh2
@@ -23,7 +23,7 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separtación silábica y sinónimos pal danés"
+msgstr "Diccionariu ortográficu y regles de guionáu y sinónimos pal danés"
#. CSpFA
#: description.xml
diff --git a/source/ast/dictionaries/de.po b/source/ast/dictionaries/de.po
index 77ad0269b43..43b2dde8707 100644
--- a/source/ast/dictionaries/de.po
+++ b/source/ast/dictionaries/de.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesde/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347959.000000\n"
#. N47Mb
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos alemanes (Austria, Alemaña, Suiza)"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos alemanes (Austria, Alemaña, Suiza)"
diff --git a/source/ast/dictionaries/el_GR.po b/source/ast/dictionaries/el_GR.po
index b6e1fe072bd..80da47185d6 100644
--- a/source/ast/dictionaries/el_GR.po
+++ b/source/ast/dictionaries/el_GR.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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesel_gr/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347959.000000\n"
#. 23zDf
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Greek spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu griegu, y regles de dixebra silábica"
+msgstr "Diccionariu ortográficu griegu, y regles de guionáu"
diff --git a/source/ast/dictionaries/en.po b/source/ast/dictionaries/en.po
index 7e816637fe8..8ecf6667e59 100644
--- a/source/ast/dictionaries/en.po
+++ b/source/ast/dictionaries/en.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:25+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesen/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347959.000000\n"
#. X9B3t
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionarios de correición ortográfica, regles de xebra silábica, sinónimos y correutor gramatical d'inglés"
+msgstr "Diccionarios de correición ortográfica, regles de guionáu, sinónimos y correutor gramatical d'inglés"
diff --git a/source/ast/dictionaries/fr_FR.po b/source/ast/dictionaries/fr_FR.po
index bdd2f3af64e..91273baaa51 100644
--- a/source/ast/dictionaries/fr_FR.po
+++ b/source/ast/dictionaries/fr_FR.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesfr_fr/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347960.000000\n"
#. 2uDqM
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separtación silábica y sinónimos pal francés"
+msgstr "Diccionariu ortográficu y regles de guionáu y sinónimos pal francés"
diff --git a/source/ast/dictionaries/gl.po b/source/ast/dictionaries/gl.po
index 9bd5b6ca081..fcfdede2215 100644
--- a/source/ast/dictionaries/gl.po
+++ b/source/ast/dictionaries/gl.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesgl/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347960.000000\n"
#. vgdB6
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Galician spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separación silábica y sinónimos pal gallegu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal gallegu"
diff --git a/source/ast/dictionaries/hr_HR.po b/source/ast/dictionaries/hr_HR.po
index 4c5d8f06324..c3d0bb9854e 100644
--- a/source/ast/dictionaries/hr_HR.po
+++ b/source/ast/dictionaries/hr_HR.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieshr_hr/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347961.000000\n"
#. 4dSZm
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Croatian spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y regles de separtación silábica pal croata"
+msgstr "Diccionariu ortográficu y regles de guionáu pal croata"
diff --git a/source/ast/dictionaries/hu_HU.po b/source/ast/dictionaries/hu_HU.po
index 32d57225e55..04788500a7d 100644
--- a/source/ast/dictionaries/hu_HU.po
+++ b/source/ast/dictionaries/hu_HU.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieshu_hu/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347961.000000\n"
#. nmJB3
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionariu ortográficu, regles de separación silábica, sinónimos y correutor pal húngaru"
+msgstr "Diccionariu ortográficu, regles de guionáu, sinónimos y correutor pal húngaru"
diff --git a/source/ast/dictionaries/it_IT.po b/source/ast/dictionaries/it_IT.po
index db6c48c3f16..591f0c5524f 100644
--- a/source/ast/dictionaries/it_IT.po
+++ b/source/ast/dictionaries/it_IT.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesit_it/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347961.000000\n"
#. Vn53T
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separación silábica y sinónimos pal italianu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal italianu"
diff --git a/source/ast/dictionaries/lt_LT.po b/source/ast/dictionaries/lt_LT.po
index 51e15af3760..31f7ff2e79a 100644
--- a/source/ast/dictionaries/lt_LT.po
+++ b/source/ast/dictionaries/lt_LT.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieslt_lt/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347962.000000\n"
#. HNGCr
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Lithuanian spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y regles de separación silábica pal lituanu"
+msgstr "Diccionariu ortográficu y regles de guionáu pal lituanu"
diff --git a/source/ast/dictionaries/lv_LV.po b/source/ast/dictionaries/lv_LV.po
index f7e920e18aa..1eaf128f714 100644
--- a/source/ast/dictionaries/lv_LV.po
+++ b/source/ast/dictionaries/lv_LV.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieslv_lv/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347962.000000\n"
#. J5QQq
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Latvian spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y regles de separación silábica pal letón"
+msgstr "Diccionariu ortográficu y regles de guionáu pal letón"
diff --git a/source/ast/dictionaries/ne_NP.po b/source/ast/dictionaries/ne_NP.po
index e14c3fb2ec6..ac768bdb8df 100644
--- a/source/ast/dictionaries/ne_NP.po
+++ b/source/ast/dictionaries/ne_NP.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesne_np/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347962.000000\n"
#. 4azSE
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Nepali spelling dictionary, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separación silábica pal nepalés"
+msgstr "Diccionariu ortográficu y regles de guionáu pal nepalés"
diff --git a/source/ast/dictionaries/nl_NL.po b/source/ast/dictionaries/nl_NL.po
index f30fff09d87..a3eb9f1611e 100644
--- a/source/ast/dictionaries/nl_NL.po
+++ b/source/ast/dictionaries/nl_NL.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesnl_nl/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347962.000000\n"
#. EGax2
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Dutch spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y regles de separación silábica pal neerlandés"
+msgstr "Diccionariu ortográficu y regles de guionáu pal neerlandés"
diff --git a/source/ast/dictionaries/no.po b/source/ast/dictionaries/no.po
index f5802d7db4b..28bfeac2c24 100644
--- a/source/ast/dictionaries/no.po
+++ b/source/ast/dictionaries/no.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-06-02 20:35+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesno/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1370205338.000000\n"
#. ykygF
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu y regles de separación silábica y sinónimos pal noruegu (Nynorsk y Bokmål)"
+msgstr "Diccionariu ortográficu y regles de guionáu y sinónimos pal noruegu (Nynorsk y Bokmål)"
diff --git a/source/ast/dictionaries/pl_PL.po b/source/ast/dictionaries/pl_PL.po
index d1f36848778..98e6999bdc6 100644
--- a/source/ast/dictionaries/pl_PL.po
+++ b/source/ast/dictionaries/pl_PL.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariespl_pl/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347962.000000\n"
#. F8DK3
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Polish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal polacu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal polacu"
diff --git a/source/ast/dictionaries/ro.po b/source/ast/dictionaries/ro.po
index d5b4f215ab9..8043e7874cc 100644
--- a/source/ast/dictionaries/ro.po
+++ b/source/ast/dictionaries/ro.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesro/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347963.000000\n"
#. syfj5
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Romanian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal rumanu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal rumanu"
diff --git a/source/ast/dictionaries/ru_RU.po b/source/ast/dictionaries/ru_RU.po
index eab5baf7f92..4852ae74d83 100644
--- a/source/ast/dictionaries/ru_RU.po
+++ b/source/ast/dictionaries/ru_RU.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesru_ru/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347964.000000\n"
#. hkYDW
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionariu ortográficu, regles de separación silábica y sinónimos pal rusu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal rusu"
diff --git a/source/ast/dictionaries/sk_SK.po b/source/ast/dictionaries/sk_SK.po
index 8005054d115..e367f124496 100644
--- a/source/ast/dictionaries/sk_SK.po
+++ b/source/ast/dictionaries/sk_SK.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariessk_sk/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347964.000000\n"
#. BNRdU
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal eslovacu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal eslovacu"
diff --git a/source/ast/dictionaries/sl_SI.po b/source/ast/dictionaries/sl_SI.po
index 9365fe2ce4a..7c5c0ed6ff5 100644
--- a/source/ast/dictionaries/sl_SI.po
+++ b/source/ast/dictionaries/sl_SI.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariessl_si/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347964.000000\n"
#. wSSE5
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal eslovenu"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal eslovenu"
diff --git a/source/ast/dictionaries/sr.po b/source/ast/dictionaries/sr.po
index c4fb36f013e..8b71b1ff1a5 100644
--- a/source/ast/dictionaries/sr.po
+++ b/source/ast/dictionaries/sr.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariessr/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347964.000000\n"
#. GWwoG
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal serbiu (Cirílicu y llatín)"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal serbiu (Cirílicu y llatín)"
diff --git a/source/ast/dictionaries/te_IN.po b/source/ast/dictionaries/te_IN.po
index f185f86486a..72a2bd515f2 100644
--- a/source/ast/dictionaries/te_IN.po
+++ b/source/ast/dictionaries/te_IN.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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieste_in/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347965.000000\n"
#. mgjk8
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Telugu spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu telugu, y regles de dixebra silábica"
+msgstr "Diccionariu ortográficu telugu, y regles de guionáu"
diff --git a/source/ast/dictionaries/uk_UA.po b/source/ast/dictionaries/uk_UA.po
index d279e61af66..0009f5532e7 100644
--- a/source/ast/dictionaries/uk_UA.po
+++ b/source/ast/dictionaries/uk_UA.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionariesuk_ua/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347965.000000\n"
#. iCnNA
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, regles de separtación silábica y sinónimos pal ucraín"
+msgstr "Diccionariu ortográficu, regles de guionáu y sinónimos pal ucraín"
diff --git a/source/ast/dictionaries/zu_ZA.po b/source/ast/dictionaries/zu_ZA.po
index 40380d43ee1..d1a8fe0755a 100644
--- a/source/ast/dictionaries/zu_ZA.po
+++ b/source/ast/dictionaries/zu_ZA.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\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: 2013-05-23 22:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: none\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionaries/dictionarieszu_za/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"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1369347965.000000\n"
#. ccA4G
@@ -23,4 +23,4 @@ msgctxt ""
"dispname\n"
"description.text"
msgid "Zulu hyphenation rules"
-msgstr "Regles de separtación silábica pal zulú"
+msgstr "Regles de guionáu pal zulú"
diff --git a/source/ast/editeng/messages.po b/source/ast/editeng/messages.po
index 1c067d6be14..38c45a8c4cb 100644
--- a/source/ast/editeng/messages.po
+++ b/source/ast/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-16 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516043757.000000\n"
#. BHYB4
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr "Zona de guionáu "
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Estilu de páxina: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Espaciáu ente caráuteres "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "bloquiáu "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Condensáu "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Imaxe"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "dengún"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Puntos "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Círculu "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Círculu rellenu "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Acentu "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Encima"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Debaxo"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Terminar duble llinia"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Duble llinia"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Ensin espaciáu automáticu de caráuteres"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Ensin espaciáu automáticu de caráuteres"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Ensin signos de puntuación fuera del marxe al final de la llinia"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Signos de puntuación fuera del marxe al final de la llinia"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Aplicar la llista de caráuteres prohibíos al entamu o final de les llinies"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Nun aplicar la llista de caráuteres prohibíos al entamu o final de les llinies"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Ensin caráuteres rotaos"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Caráuteres rotaos en $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Encaxar na llinia"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "El testu nun ta xiráu"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "El testu ta xiráu $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Caráuteres escalaos al $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Ensin escalar los caráuteres"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Ensin relieve"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Con relieve"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Baxurrelieve"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Alliniación automática del testu"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Testu alliniáu a la llinia de base"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Testu alliniáu arriba"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Testu alliniáu al medio"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Testu alliniáu abaxo"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Direición del testu d'izquierda a drecha (horizontal)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Direición del testu de drecha a izquierda (horizontal)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Direición del testu de drecha a izquierda (vertical)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Direición del testu d'izquierda a drecha (vertical)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Usar la configuración de direición del oxetu al que ta subordináu"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Direición del testu d'izquierda a drecha (vertical dende abaxo)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr "Direición del testu drecha-izquierda (vertical, tolos caráuteres xiraos)"
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "El párrafu axúntase al rexáu de testu (si ta activu)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "El párrafu nun s'axunta al rexáu de testu"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Ensin anubrir"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Anubríu"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Alimentador de fueyes"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Según los axustes de la imprentadora]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Desaniciar"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Mover"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Inxertar"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Trocar"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Aplicar los atributos"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reafitar los atributos"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Sangráu"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Aplicar los estilos"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Camudar mayúscules y minúscules"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "La pallabra ye %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "El párrafu ye %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Automáticu"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Viñeta d'imaxe nel párrafu"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Viñeta d'imaxe"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Párrafu: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "¿Quier siguir revisando dende'l principiu del documentu?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "¿Quier siguir revisando al final del documentu?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"por razones desconocíes."
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "El diccionariu ta enllén."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "El diccionariu ye de namái llectura."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Sangráu"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Amosar los subpuntos"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Contrayer"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Aplicar los atributos"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Inxertar"
diff --git a/source/ast/extensions/messages.po b/source/ast/extensions/messages.po
index 6b951da6284..def1d8c9cd7 100644
--- a/source/ast/extensions/messages.po
+++ b/source/ast/extensions/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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-02-28 12:59+0000\n"
+"PO-Revision-Date: 2024-03-06 01:45+0000\n"
"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ast/>\n"
"Language: ast\n"
@@ -3223,24 +3223,21 @@ msgstr "Abre un diálogu que dexa especificar l'asignación de campos."
#. j8AYS
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:17
-#, fuzzy
msgctxt "fieldlinkpage|desc"
msgid "This is where you select fields with matching contents so that the value from the display field will be shown."
-msgstr "Equí ye onde seleiciones campos con conteníu coincidente col envís d'amosar el valor del campu de visualización."
+msgstr "Equí ye onde escueyes campos con conteníu coincidente col envís d'amosar el valor del campu de visualización."
#. cWGwU
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:55
-#, fuzzy
msgctxt "fieldlinkpage|label2"
msgid "Field from the _Value Table"
-msgstr "Campu de la tabla de ~valores"
+msgstr "Campu de la tabla de _valores"
#. rp7PU
#: extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui:105
-#, fuzzy
msgctxt "fieldlinkpage|label3"
msgid "Field from the _List Table"
-msgstr "Campu de la tabla de ~llista"
+msgstr "Campu de la tabla de _llista"
#. GDXGP
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:57
@@ -3268,14 +3265,12 @@ msgstr "Formulariu"
#. fPEjf
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:225
-#, fuzzy
msgctxt "gridfieldsselectionpage|label3"
msgid "Selected fields"
-msgstr "Campos seleicionaos"
+msgstr "Campos esbillaos"
#. FGByi
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:249
-#, fuzzy
msgctxt "gridfieldsselectionpage|fieldright"
msgid "->"
msgstr "->"
@@ -3284,19 +3279,19 @@ msgstr "->"
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:262
msgctxt "gridfieldsselectionpage|allfieldsright"
msgid "=>>"
-msgstr ""
+msgstr "=>>"
#. SRogG
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:289
msgctxt "gridfieldsselectionpage|fieldleft"
msgid "<-"
-msgstr ""
+msgstr "<-"
#. crA2q
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:302
msgctxt "gridfieldsselectionpage|allfieldsleft"
msgid "<<="
-msgstr ""
+msgstr "<<="
#. 25yKb
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:371
@@ -3308,7 +3303,7 @@ msgstr "Campos esistentes"
#: extensions/uiconfig/sabpilot/ui/gridfieldsselectionpage.ui:389
msgctxt "gridfieldsselectionpage|label2"
msgid "Table Element"
-msgstr ""
+msgstr "Elementu de la tabla"
#. Xk7cV
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:49
@@ -3336,29 +3331,27 @@ msgstr "Formulariu"
#. jePf2
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:203
-#, fuzzy
msgctxt "groupradioselectionpage|label3"
msgid "_Option fields"
-msgstr "~Campos d'opción"
+msgstr "Campos d'_opción"
#. CYqUP
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:223
msgctxt "groupradioselectionpage|toright"
msgid "_>>"
-msgstr ""
+msgstr "_>>"
#. HZc38
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:237
msgctxt "groupradioselectionpage|toleft"
msgid "_<<"
-msgstr ""
+msgstr "_<<"
#. HYXrA
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:272
-#, fuzzy
msgctxt "groupradioselectionpage|label1"
msgid "Which _names do you want to give the option fields?"
-msgstr "¿Qué ~nomes quier dar a los campos d'opción?"
+msgstr "¿Qué _nomes quies dar a los campos d'opción?"
#. yR2Am
#: extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui:295
@@ -3368,7 +3361,6 @@ msgstr "Elementu de la tabla"
#. 3dtcD
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:15
-#, fuzzy
msgctxt "invokeadminpage|label2"
msgid ""
"To set up the new data source, additional information is required.\n"
@@ -3393,7 +3385,6 @@ msgstr "Abre un diálogu que dexa indicar parámetros de configuración adiciona
#. CAjBt
#: extensions/uiconfig/sabpilot/ui/invokeadminpage.ui:56
-#, fuzzy
msgctxt "invokeadminpage|warning"
msgid ""
"The connection to the data source could not be established.\n"
@@ -3410,10 +3401,9 @@ msgstr "Dexa introducir axustes adicionales pa datos de señes LDAP y otres font
#. MdQKb
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:41
-#, fuzzy
msgctxt "optiondbfieldpage|label1"
msgid "Do you want to save the value in a database field?"
-msgstr "¿Quier guardar el valor nun campu de la base de datos?"
+msgstr "¿Quies guardar el valor nun campu de la base de datos?"
#. wh2jE
#: extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui:65
@@ -3441,17 +3431,15 @@ msgstr "Toos estos yeren detalles necesarios pa crear el grupu d'opciones."
#. Wcsuy
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:35
-#, fuzzy
msgctxt "optionvaluespage|label1"
msgid "When you select an option, the option group is given a specific value."
-msgstr "Cuando seleiciones una opción, dáse-y un valor específicu al grupu d'opciones."
+msgstr "Cuando escueyas una opción, dáse-y un valor específicu al grupu d'opciones."
#. XA4df
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:58
-#, fuzzy
msgctxt "optionvaluespage|label2"
msgid "Which _value do you want to assign to each option?"
-msgstr "¿Qué ~valor quier da-y a cada opción?"
+msgstr "¿Qué ~valor quies da-y a cada opción?"
#. qGELF
#: extensions/uiconfig/sabpilot/ui/optionvaluespage.ui:107
diff --git a/source/ast/extras/source/autocorr/emoji.po b/source/ast/extras/source/autocorr/emoji.po
index 230152c28bc..aa86bb8215c 100644
--- a/source/ast/extras/source/autocorr/emoji.po
+++ b/source/ast/extras/source/autocorr/emoji.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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2024-03-04 13:31+0000\n"
+"PO-Revision-Date: 2024-03-07 01:45+0000\n"
"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/ast/>\n"
"Language: ast\n"
@@ -624,7 +624,7 @@ msgctxt ""
"THAI_CURRENCY_SYMBOL_BAHT\n"
"LngText.text"
msgid "baht"
-msgstr ""
+msgstr "baht"
#. – (U+02013), see http://wiki.documentfoundation.org/Emoji
#. dGEGe
@@ -784,7 +784,7 @@ msgctxt ""
"WON_SIGN\n"
"LngText.text"
msgid "won"
-msgstr ""
+msgstr "won"
#. ₪ (U+020AA), see http://wiki.documentfoundation.org/Emoji
#. yXiVG
@@ -1804,7 +1804,7 @@ msgctxt ""
"WHITE_MEDIUM_SMALL_SQUARE\n"
"LngText.text"
msgid "smaller square"
-msgstr ""
+msgstr "cuadráu más pequeñu"
#. ◾ (U+025FE), see http://wiki.documentfoundation.org/Emoji
#. ovChE
@@ -1814,7 +1814,7 @@ msgctxt ""
"BLACK_MEDIUM_SMALL_SQUARE\n"
"LngText.text"
msgid "smaller square2"
-msgstr ""
+msgstr "cuadráu más pequeñu2"
#. ☀ (U+02600), see http://wiki.documentfoundation.org/Emoji
#. M2FkQ
@@ -1824,18 +1824,17 @@ msgctxt ""
"BLACK_SUN_WITH_RAYS\n"
"LngText.text"
msgid "sunny"
-msgstr ""
+msgstr "soleyeru"
#. ☁ (U+02601), see http://wiki.documentfoundation.org/Emoji
#. 5vNMi
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"CLOUD\n"
"LngText.text"
msgid "cloud"
-msgstr "Ñube"
+msgstr "ñublu"
#. ☂ (U+02602), see http://wiki.documentfoundation.org/Emoji
#. NH9jD
@@ -1845,7 +1844,7 @@ msgctxt ""
"UMBRELLA\n"
"LngText.text"
msgid "umbrella"
-msgstr ""
+msgstr "paragües"
#. ☃ (U+02603), see http://wiki.documentfoundation.org/Emoji
#. RA9bd
@@ -1855,7 +1854,7 @@ msgctxt ""
"SNOWMAN\n"
"LngText.text"
msgid "snowman"
-msgstr ""
+msgstr "muñecu de ñeve"
#. ☄ (U+02604), see http://wiki.documentfoundation.org/Emoji
#. W63n6
@@ -1865,29 +1864,27 @@ msgctxt ""
"COMET\n"
"LngText.text"
msgid "comet"
-msgstr ""
+msgstr "cometa"
#. ★ (U+02605), see http://wiki.documentfoundation.org/Emoji
#. AnBmJ
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"BLACK_STAR\n"
"LngText.text"
msgid "star"
-msgstr "entamu"
+msgstr "estrella"
#. ☆ (U+02606), see http://wiki.documentfoundation.org/Emoji
#. WERW8
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"WHITE_STAR\n"
"LngText.text"
msgid "star2"
-msgstr "entamu"
+msgstr "estrella2"
#. ☇ (U+02607), see http://wiki.documentfoundation.org/Emoji
#. KiEUc
@@ -1897,7 +1894,7 @@ msgctxt ""
"LIGHTNING\n"
"LngText.text"
msgid "lightning3"
-msgstr ""
+msgstr "rescamplu3"
#. ☈ (U+02608), see http://wiki.documentfoundation.org/Emoji
#. Bd27c
@@ -1907,7 +1904,7 @@ msgctxt ""
"THUNDERSTORM\n"
"LngText.text"
msgid "storm2"
-msgstr ""
+msgstr "boriada2"
#. ☉ (U+02609), see http://wiki.documentfoundation.org/Emoji
#. TJJbm
@@ -1927,7 +1924,7 @@ msgctxt ""
"BLACK_TELEPHONE\n"
"LngText.text"
msgid "phone"
-msgstr ""
+msgstr "teléfonu"
#. ☏ (U+0260F), see http://wiki.documentfoundation.org/Emoji
#. gLfBj
@@ -1937,7 +1934,7 @@ msgctxt ""
"WHITE_TELEPHONE\n"
"LngText.text"
msgid "phone2"
-msgstr ""
+msgstr "teléfonu2"
#. ☐ (U+02610), see http://wiki.documentfoundation.org/Emoji
#. Pwd6y
@@ -1977,7 +1974,7 @@ msgctxt ""
"SALTIRE\n"
"LngText.text"
msgid "saltire"
-msgstr ""
+msgstr "cruz de san Andrés"
#. ☔ (U+02614), see http://wiki.documentfoundation.org/Emoji
#. tAK2C
@@ -1987,7 +1984,7 @@ msgctxt ""
"UMBRELLA_WITH_RAIN_DROPS\n"
"LngText.text"
msgid "rain"
-msgstr ""
+msgstr "lluvia"
#. ☕ (U+02615), see http://wiki.documentfoundation.org/Emoji
#. aPUY3
@@ -1997,29 +1994,27 @@ msgctxt ""
"HOT_BEVERAGE\n"
"LngText.text"
msgid "coffee"
-msgstr ""
+msgstr "café"
#. ☚ (U+0261A), see http://wiki.documentfoundation.org/Emoji
#. HCAHj
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"BLACK_LEFT_POINTING_INDEX\n"
"LngText.text"
msgid "left3"
-msgstr "izquierda"
+msgstr "izquierda3"
#. ☛ (U+0261B), see http://wiki.documentfoundation.org/Emoji
#. Joh5w
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"BLACK_RIGHT_POINTING_INDEX\n"
"LngText.text"
msgid "right3"
-msgstr "drecha"
+msgstr "drecha3"
#. ☜ (U+0261C), see http://wiki.documentfoundation.org/Emoji
#. GVrVz
@@ -2069,7 +2064,7 @@ msgctxt ""
"SKULL_AND_CROSSBONES\n"
"LngText.text"
msgid "poison"
-msgstr ""
+msgstr "venenu"
#. ☡ (U+02621), see http://wiki.documentfoundation.org/Emoji
#. oC9id
@@ -2079,7 +2074,7 @@ msgctxt ""
"CAUTION_SIGN\n"
"LngText.text"
msgid "caution"
-msgstr ""
+msgstr "curiáu"
#. ☢ (U+02622), see http://wiki.documentfoundation.org/Emoji
#. SjHNN
@@ -2089,7 +2084,7 @@ msgctxt ""
"RADIOACTIVE_SIGN\n"
"LngText.text"
msgid "radioactive"
-msgstr ""
+msgstr "radioactivu"
#. ☣ (U+02623), see http://wiki.documentfoundation.org/Emoji
#. FEuBp
@@ -2099,7 +2094,7 @@ msgctxt ""
"BIOHAZARD_SIGN\n"
"LngText.text"
msgid "biohazard"
-msgstr ""
+msgstr "riesgu biolóxicu"
#. ☤ (U+02624), see http://wiki.documentfoundation.org/Emoji
#. chcF5
@@ -2109,7 +2104,7 @@ msgctxt ""
"CADUCEUS\n"
"LngText.text"
msgid "caduceus"
-msgstr ""
+msgstr "caducifoliu"
#. ☥ (U+02625), see http://wiki.documentfoundation.org/Emoji
#. 4aqGx
@@ -2119,7 +2114,7 @@ msgctxt ""
"ANKH\n"
"LngText.text"
msgid "ankh"
-msgstr ""
+msgstr "cruz de la vida"
#. ☦ (U+02626), see http://wiki.documentfoundation.org/Emoji
#. Hp2AS
@@ -2129,7 +2124,7 @@ msgctxt ""
"ORTHODOX_CROSS\n"
"LngText.text"
msgid "orthodox cross"
-msgstr ""
+msgstr "cruz ortodoxa"
#. ☧ (U+02627), see http://wiki.documentfoundation.org/Emoji
#. PfA83
@@ -2139,7 +2134,7 @@ msgctxt ""
"CHI_RHO\n"
"LngText.text"
msgid "chi rho"
-msgstr ""
+msgstr "crismón"
#. ☨ (U+02628), see http://wiki.documentfoundation.org/Emoji
#. L8ArM
@@ -2149,7 +2144,7 @@ msgctxt ""
"CROSS_OF_LORRAINE\n"
"LngText.text"
msgid "cross of Lorraine"
-msgstr ""
+msgstr "cruz de Lorraine"
#. ☩ (U+02629), see http://wiki.documentfoundation.org/Emoji
#. WorYC
@@ -2159,7 +2154,7 @@ msgctxt ""
"CROSS_OF_JERUSALEM\n"
"LngText.text"
msgid "cross of Jerusalem"
-msgstr ""
+msgstr "cruz de Xerusalem"
#. ☪ (U+0262A), see http://wiki.documentfoundation.org/Emoji
#. PCbQx
@@ -2169,7 +2164,7 @@ msgctxt ""
"STAR_AND_CRESCENT\n"
"LngText.text"
msgid "star and crescent"
-msgstr ""
+msgstr "estrella y creciente"
#. ☫ (U+0262B), see http://wiki.documentfoundation.org/Emoji
#. hJ8zc
@@ -2179,7 +2174,7 @@ msgctxt ""
"FARSI_SYMBOL\n"
"LngText.text"
msgid "Farsi"
-msgstr ""
+msgstr "Persa"
#. ☬ (U+0262C), see http://wiki.documentfoundation.org/Emoji
#. n8fgp
@@ -2189,7 +2184,7 @@ msgctxt ""
"ADI_SHAKTI\n"
"LngText.text"
msgid "Adi Shakti"
-msgstr ""
+msgstr "Adi Shakti"
#. ☭ (U+0262D), see http://wiki.documentfoundation.org/Emoji
#. Ekcos
@@ -2199,7 +2194,7 @@ msgctxt ""
"HAMMER_AND_SICKLE\n"
"LngText.text"
msgid "hammer and sickle"
-msgstr ""
+msgstr "foz y martiellu"
#. ☮ (U+0262E), see http://wiki.documentfoundation.org/Emoji
#. FGBij
@@ -2209,7 +2204,7 @@ msgctxt ""
"PEACE_SYMBOL\n"
"LngText.text"
msgid "peace"
-msgstr ""
+msgstr "paz"
#. ☯ (U+0262F), see http://wiki.documentfoundation.org/Emoji
#. 4h4sG
@@ -2219,18 +2214,17 @@ msgctxt ""
"YIN_YANG\n"
"LngText.text"
msgid "yin yang"
-msgstr ""
+msgstr "ying-yang"
#. ☹ (U+02639), see http://wiki.documentfoundation.org/Emoji
#. kyxBs
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"WHITE_FROWNING_FACE\n"
"LngText.text"
msgid "frown"
-msgstr "Marrón"
+msgstr "enfadáu"
#. ☺ (U+0263A), see http://wiki.documentfoundation.org/Emoji
#. XFcMJ
@@ -2240,7 +2234,7 @@ msgctxt ""
"WHITE_SMILING_FACE\n"
"LngText.text"
msgid "smiling"
-msgstr ""
+msgstr "sorrisa"
#. ☻ (U+0263B), see http://wiki.documentfoundation.org/Emoji
#. HjhDU
@@ -2250,18 +2244,17 @@ msgctxt ""
"BLACK_SMILING_FACE\n"
"LngText.text"
msgid "smiling2"
-msgstr ""
+msgstr "sorrisa2"
#. ☼ (U+0263C), see http://wiki.documentfoundation.org/Emoji
#. TpjzA
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"WHITE_SUN_WITH_RAYS\n"
"LngText.text"
msgid "Sun2"
-msgstr "Sol"
+msgstr "Sol2"
#. ☽ (U+0263D), see http://wiki.documentfoundation.org/Emoji
#. d9iEk
@@ -2276,13 +2269,12 @@ msgstr "Lluna"
#. ☾ (U+0263E), see http://wiki.documentfoundation.org/Emoji
#. 8Lq2B
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"LAST_QUARTER_MOON\n"
"LngText.text"
msgid "Moon2"
-msgstr "Lluna"
+msgstr "Lluna2"
#. ☿ (U+0263F), see http://wiki.documentfoundation.org/Emoji
#. vyXwC
@@ -2292,7 +2284,7 @@ msgctxt ""
"MERCURY\n"
"LngText.text"
msgid "mercury"
-msgstr ""
+msgstr "mercuriu"
#. ♀ (U+02640), see http://wiki.documentfoundation.org/Emoji
#. 3qTne
@@ -2302,7 +2294,7 @@ msgctxt ""
"FEMALE_SIGN\n"
"LngText.text"
msgid "female"
-msgstr ""
+msgstr "fema"
#. ♁ (U+02641), see http://wiki.documentfoundation.org/Emoji
#. hxxDJ
@@ -2312,18 +2304,17 @@ msgctxt ""
"EARTH\n"
"LngText.text"
msgid "earth"
-msgstr ""
+msgstr "tierra"
#. ♂ (U+02642), see http://wiki.documentfoundation.org/Emoji
#. UnfqG
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"MALE_SIGN\n"
"LngText.text"
msgid "male"
-msgstr "milla"
+msgstr "machu"
#. ♃ (U+02643), see http://wiki.documentfoundation.org/Emoji
#. BctwY
@@ -2333,7 +2324,7 @@ msgctxt ""
"JUPITER\n"
"LngText.text"
msgid "jupiter"
-msgstr ""
+msgstr "xúpiter"
#. ♄ (U+02644), see http://wiki.documentfoundation.org/Emoji
#. 2paAD
@@ -2343,7 +2334,7 @@ msgctxt ""
"SATURN\n"
"LngText.text"
msgid "saturn"
-msgstr ""
+msgstr "saturnu"
#. ♅ (U+02645), see http://wiki.documentfoundation.org/Emoji
#. LEDYc
@@ -2353,7 +2344,7 @@ msgctxt ""
"URANUS\n"
"LngText.text"
msgid "uranus"
-msgstr ""
+msgstr "uranu"
#. ♆ (U+02646), see http://wiki.documentfoundation.org/Emoji
#. 7YHnR
@@ -2363,7 +2354,7 @@ msgctxt ""
"NEPTUNE\n"
"LngText.text"
msgid "neptune"
-msgstr ""
+msgstr "neptunu"
#. ♇ (U+02647), see http://wiki.documentfoundation.org/Emoji
#. DbKfF
@@ -2373,7 +2364,7 @@ msgctxt ""
"PLUTO\n"
"LngText.text"
msgid "pluto"
-msgstr ""
+msgstr "plutón"
#. ♈ (U+02648), see http://wiki.documentfoundation.org/Emoji
#. 3N5E9
@@ -2383,7 +2374,7 @@ msgctxt ""
"ARIES\n"
"LngText.text"
msgid "aries"
-msgstr ""
+msgstr "aries"
#. ♉ (U+02649), see http://wiki.documentfoundation.org/Emoji
#. qpNpL
@@ -2393,7 +2384,7 @@ msgctxt ""
"TAURUS\n"
"LngText.text"
msgid "taurus"
-msgstr ""
+msgstr "tauru"
#. ♊ (U+0264A), see http://wiki.documentfoundation.org/Emoji
#. zjpz4
@@ -2403,7 +2394,7 @@ msgctxt ""
"GEMINI\n"
"LngText.text"
msgid "gemini"
-msgstr ""
+msgstr "ximielgos"
#. ♋ (U+0264B), see http://wiki.documentfoundation.org/Emoji
#. L33Eb
@@ -2413,7 +2404,7 @@ msgctxt ""
"CANCER\n"
"LngText.text"
msgid "cancer"
-msgstr ""
+msgstr "cáncer"
#. ♌ (U+0264C), see http://wiki.documentfoundation.org/Emoji
#. rQ5fy
@@ -2423,7 +2414,7 @@ msgctxt ""
"LEO\n"
"LngText.text"
msgid "leo"
-msgstr ""
+msgstr "lleón"
#. ♍ (U+0264D), see http://wiki.documentfoundation.org/Emoji
#. LjdEF
@@ -2433,7 +2424,7 @@ msgctxt ""
"VIRGO\n"
"LngText.text"
msgid "virgo"
-msgstr ""
+msgstr "virgu"
#. ♎ (U+0264E), see http://wiki.documentfoundation.org/Emoji
#. Smwbc
@@ -2443,7 +2434,7 @@ msgctxt ""
"LIBRA\n"
"LngText.text"
msgid "libra"
-msgstr ""
+msgstr "llibra"
#. ♏ (U+0264F), see http://wiki.documentfoundation.org/Emoji
#. E2zBz
@@ -2453,7 +2444,7 @@ msgctxt ""
"SCORPIUS\n"
"LngText.text"
msgid "scorpius"
-msgstr ""
+msgstr "esquirpión"
#. ♐ (U+02650), see http://wiki.documentfoundation.org/Emoji
#. nAeJN
@@ -2463,7 +2454,7 @@ msgctxt ""
"SAGITTARIUS\n"
"LngText.text"
msgid "sagittarius"
-msgstr ""
+msgstr "saxitariu"
#. ♑ (U+02651), see http://wiki.documentfoundation.org/Emoji
#. dGRFg
@@ -2473,7 +2464,7 @@ msgctxt ""
"CAPRICORN\n"
"LngText.text"
msgid "capricorn"
-msgstr ""
+msgstr "capricorniu"
#. ♒ (U+02652), see http://wiki.documentfoundation.org/Emoji
#. 6EsoM
@@ -2483,7 +2474,7 @@ msgctxt ""
"AQUARIUS\n"
"LngText.text"
msgid "aquarius"
-msgstr ""
+msgstr "acuariu"
#. ♓ (U+02653), see http://wiki.documentfoundation.org/Emoji
#. eAGFG
@@ -2493,7 +2484,7 @@ msgctxt ""
"PISCES\n"
"LngText.text"
msgid "pisces"
-msgstr ""
+msgstr "pexes"
#. ♔ (U+02654), see http://wiki.documentfoundation.org/Emoji
#. JcAnb
@@ -2503,7 +2494,7 @@ msgctxt ""
"WHITE_CHESS_KING\n"
"LngText.text"
msgid "white king"
-msgstr ""
+msgstr "rei blancu"
#. ♕ (U+02655), see http://wiki.documentfoundation.org/Emoji
#. TM7js
@@ -2513,7 +2504,7 @@ msgctxt ""
"WHITE_CHESS_QUEEN\n"
"LngText.text"
msgid "white queen"
-msgstr ""
+msgstr "reina blanca"
#. ♖ (U+02656), see http://wiki.documentfoundation.org/Emoji
#. GRqXg
@@ -2523,7 +2514,7 @@ msgctxt ""
"WHITE_CHESS_ROOK\n"
"LngText.text"
msgid "white rook"
-msgstr ""
+msgstr "torre blanca"
#. ♗ (U+02657), see http://wiki.documentfoundation.org/Emoji
#. p8wfC
@@ -2533,7 +2524,7 @@ msgctxt ""
"WHITE_CHESS_BISHOP\n"
"LngText.text"
msgid "white bishop"
-msgstr ""
+msgstr "alfil blancu"
#. ♘ (U+02658), see http://wiki.documentfoundation.org/Emoji
#. tWL7E
@@ -2543,7 +2534,7 @@ msgctxt ""
"WHITE_CHESS_KNIGHT\n"
"LngText.text"
msgid "white knight"
-msgstr ""
+msgstr "caballu blancu"
#. ♙ (U+02659), see http://wiki.documentfoundation.org/Emoji
#. mhhoR
@@ -2553,7 +2544,7 @@ msgctxt ""
"WHITE_CHESS_PAWN\n"
"LngText.text"
msgid "white pawn"
-msgstr ""
+msgstr "peón blancu"
#. ♚ (U+0265A), see http://wiki.documentfoundation.org/Emoji
#. Dp6YG
@@ -2563,7 +2554,7 @@ msgctxt ""
"BLACK_CHESS_KING\n"
"LngText.text"
msgid "black king"
-msgstr ""
+msgstr "rei prietu"
#. ♛ (U+0265B), see http://wiki.documentfoundation.org/Emoji
#. qbeAi
@@ -2573,7 +2564,7 @@ msgctxt ""
"BLACK_CHESS_QUEEN\n"
"LngText.text"
msgid "black queen"
-msgstr ""
+msgstr "reina prieta"
#. ♜ (U+0265C), see http://wiki.documentfoundation.org/Emoji
#. P4uqB
@@ -2583,7 +2574,7 @@ msgctxt ""
"BLACK_CHESS_ROOK\n"
"LngText.text"
msgid "black rook"
-msgstr ""
+msgstr "torre prieta"
#. ♝ (U+0265D), see http://wiki.documentfoundation.org/Emoji
#. uCgny
@@ -2593,7 +2584,7 @@ msgctxt ""
"BLACK_CHESS_BISHOP\n"
"LngText.text"
msgid "black bishop"
-msgstr ""
+msgstr "alfil prietu"
#. ♞ (U+0265E), see http://wiki.documentfoundation.org/Emoji
#. qjARs
@@ -2603,7 +2594,7 @@ msgctxt ""
"BLACK_CHESS_KNIGHT\n"
"LngText.text"
msgid "black knight"
-msgstr ""
+msgstr "caballu prietu"
#. ♟ (U+0265F), see http://wiki.documentfoundation.org/Emoji
#. rmVZS
@@ -2613,7 +2604,7 @@ msgctxt ""
"BLACK_CHESS_PAWN\n"
"LngText.text"
msgid "black pawn"
-msgstr ""
+msgstr "peón prietu"
#. ♠ (U+02660), see http://wiki.documentfoundation.org/Emoji
#. uvboC
@@ -2623,7 +2614,7 @@ msgctxt ""
"BLACK_SPADE_SUIT\n"
"LngText.text"
msgid "spades"
-msgstr ""
+msgstr "piques"
#. ♡ (U+02661), see http://wiki.documentfoundation.org/Emoji
#. t43iF
@@ -2633,7 +2624,7 @@ msgctxt ""
"WHITE_HEART_SUIT\n"
"LngText.text"
msgid "hearts2"
-msgstr ""
+msgstr "corazones2"
#. ♢ (U+02662), see http://wiki.documentfoundation.org/Emoji
#. GeSFL
@@ -2643,7 +2634,7 @@ msgctxt ""
"WHITE_DIAMOND_SUIT\n"
"LngText.text"
msgid "diamonds2"
-msgstr ""
+msgstr "diamantes2"
#. ♣ (U+02663), see http://wiki.documentfoundation.org/Emoji
#. pYFJB
@@ -2653,7 +2644,7 @@ msgctxt ""
"BLACK_CLUB_SUIT\n"
"LngText.text"
msgid "clubs"
-msgstr ""
+msgstr "trébole"
#. ♤ (U+02664), see http://wiki.documentfoundation.org/Emoji
#. dajk8
@@ -2663,7 +2654,7 @@ msgctxt ""
"WHITE_SPADE_SUIT\n"
"LngText.text"
msgid "spades2"
-msgstr ""
+msgstr "piques2"
#. ♥ (U+02665), see http://wiki.documentfoundation.org/Emoji
#. qE59E
@@ -2673,18 +2664,17 @@ msgctxt ""
"BLACK_HEART_SUIT\n"
"LngText.text"
msgid "hearts"
-msgstr ""
+msgstr "corazones"
#. ♦ (U+02666), see http://wiki.documentfoundation.org/Emoji
#. gKSGj
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"BLACK_DIAMOND_SUIT\n"
"LngText.text"
msgid "diamonds"
-msgstr "Diamante"
+msgstr "diamantes"
#. ♧ (U+02667), see http://wiki.documentfoundation.org/Emoji
#. wRCzA
@@ -2694,7 +2684,7 @@ msgctxt ""
"WHITE_CLUB_SUIT\n"
"LngText.text"
msgid "clubs2"
-msgstr ""
+msgstr "tréboles2"
#. ♨ (U+02668), see http://wiki.documentfoundation.org/Emoji
#. vEME9
@@ -2704,18 +2694,17 @@ msgctxt ""
"HOT_SPRINGS\n"
"LngText.text"
msgid "hot springs"
-msgstr ""
+msgstr "fonte termal"
#. ♩ (U+02669), see http://wiki.documentfoundation.org/Emoji
#. 3Epzr
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"QUARTER_NOTE\n"
"LngText.text"
msgid "note"
-msgstr "non"
+msgstr "nota"
#. ♪ (U+0266A), see http://wiki.documentfoundation.org/Emoji
#. wFCxA
@@ -2725,18 +2714,17 @@ msgctxt ""
"EIGHTH_NOTE\n"
"LngText.text"
msgid "note2"
-msgstr ""
+msgstr "nota2"
#. ♫ (U+0266B), see http://wiki.documentfoundation.org/Emoji
#. Zkjwm
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"BEAMED_EIGHTH_NOTES\n"
"LngText.text"
msgid "notes"
-msgstr "Notes"
+msgstr "notes"
#. ♬ (U+0266C), see http://wiki.documentfoundation.org/Emoji
#. MHiAq
@@ -2746,18 +2734,17 @@ msgctxt ""
"BEAMED_SIXTEENTH_NOTES\n"
"LngText.text"
msgid "notes2"
-msgstr ""
+msgstr "notes2"
#. ♭ (U+0266D), see http://wiki.documentfoundation.org/Emoji
#. hDksD
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"MUSIC_FLAT_SIGN\n"
"LngText.text"
msgid "flat"
-msgstr "flotante"
+msgstr "bemol"
#. ♮ (U+0266E), see http://wiki.documentfoundation.org/Emoji
#. 2wECE
@@ -2767,7 +2754,7 @@ msgctxt ""
"MUSIC_NATURAL_SIGN\n"
"LngText.text"
msgid "natural"
-msgstr ""
+msgstr "becuadru"
#. ♯ (U+0266F), see http://wiki.documentfoundation.org/Emoji
#. gr9EM
@@ -2777,7 +2764,7 @@ msgctxt ""
"MUSIC_SHARP_SIGN\n"
"LngText.text"
msgid "sharp"
-msgstr ""
+msgstr "sosteníu"
#. ♲ (U+02672), see http://wiki.documentfoundation.org/Emoji
#. VWtWv
@@ -2787,7 +2774,7 @@ msgctxt ""
"UNIVERSAL_RECYCLING_SYMBOL\n"
"LngText.text"
msgid "recycling"
-msgstr ""
+msgstr "reciclax"
#. ♻ (U+0267B), see http://wiki.documentfoundation.org/Emoji
#. SWE9X
diff --git a/source/ast/filter/messages.po b/source/ast/filter/messages.po
index 0ffef119fd7..4fcf6044735 100644
--- a/source/ast/filter/messages.po
+++ b/source/ast/filter/messages.po
@@ -4,8 +4,8 @@ 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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-03-04 13:31+0000\n"
-"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
@@ -423,7 +423,7 @@ msgstr "Fueye_s:"
#: filter/uiconfig/ui/pdfgeneralpage.ui:103
msgctxt "pdfgeneralpage|extended_tip|sheetrange"
msgid "Exports the sheets you type in the box."
-msgstr ""
+msgstr "Esporta les fueyes qu'escribas nel cuadru."
#. WTSeS
#: filter/uiconfig/ui/pdfgeneralpage.ui:114
@@ -447,13 +447,13 @@ msgstr "Esporta les páxines qu'escribas nel cuadru."
#: filter/uiconfig/ui/pdfgeneralpage.ui:167
msgctxt "pdfgeneralpage|extended_tip|sheets"
msgid "Exports the sheets you type in the box."
-msgstr ""
+msgstr "Esporta les fueyes qu'escribas nel cuadru."
#. di5RC
#: filter/uiconfig/ui/pdfgeneralpage.ui:181
msgctxt "pdfgeneralpage|slides"
msgid "_Slides:"
-msgstr ""
+msgstr "_Diapositives:"
#. 9Cyn8
#: filter/uiconfig/ui/pdfgeneralpage.ui:190
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/03.po b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
index 2ecda165156..e4d7c367dd9 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-02-18 20:38+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ast/>\n"
"Language: ast\n"
@@ -3668,7 +3668,7 @@ msgctxt ""
"hd_id751618825527776\n"
"help.text"
msgid "Formatting Codes"
-msgstr ""
+msgstr "Códigos de formatu"
#. G2TzF
#: sf_basic.xhp
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/ast/helpcontent2/source/text/scalc/00.po b/source/ast/helpcontent2/source/text/scalc/00.po
index 8c33754e038..8df1336ecfa 100644
--- a/source/ast/helpcontent2/source/text/scalc/00.po
+++ b/source/ast/helpcontent2/source/text/scalc/00.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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-03 09:45+0000\n"
+"PO-Revision-Date: 2024-03-06 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ast/>\n"
"Language: ast\n"
@@ -4793,7 +4793,7 @@ msgctxt ""
"par_id971703714377500\n"
"help.text"
msgid "Choose <menuitem>Data - Refresh Pivot Table</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Datos - Anovar tabla dinámica</menuitem>."
#. 5PcfT
#: 00000412.xhp
@@ -4811,7 +4811,7 @@ msgctxt ""
"par_id61703714423387\n"
"help.text"
msgid "Choose <menuitem>Refresh</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Anovar</menuitem>."
#. vcQWn
#: 00000412.xhp
@@ -4820,7 +4820,7 @@ msgctxt ""
"par_id681703714454287\n"
"help.text"
msgid "<image src=\"cmd/lc_recalcpivottable.svg\" id=\"img_id461703714454288\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871703714454289\">Icon Refresh Pivot Table</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_recalcpivottable.svg\" id=\"img_id461703714454288\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871703714454289\">Iconu Anovar tabla dinámica</alt></image>"
#. GSeBG
#: 00000412.xhp
@@ -4829,7 +4829,7 @@ msgctxt ""
"par_id921703714454291\n"
"help.text"
msgid "Refresh Pivot Table"
-msgstr ""
+msgstr "Anovar tabla dinámica"
#. QeUt7
#: 00000412.xhp
@@ -4838,7 +4838,7 @@ msgctxt ""
"par_id3151344\n"
"help.text"
msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dndploe\">Escueyi <emph>Datos - Tabla dinámica - Desaniciar</emph>.</variable>"
#. EN2BD
#: 00000412.xhp
@@ -4847,7 +4847,7 @@ msgctxt ""
"par_id1001703715498579\n"
"help.text"
msgid "Choose <menuitem>Data - Delete Pivot Table</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Datos - Desaniciar tabla dinámica</menuitem>."
#. xNEJS
#: 00000412.xhp
@@ -4865,7 +4865,7 @@ msgctxt ""
"par_id741703715505778\n"
"help.text"
msgid "Choose <menuitem>Delete</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Desaniciar</menuitem>."
#. 8r9oF
#: 00000412.xhp
@@ -4874,7 +4874,7 @@ msgctxt ""
"par_id1001703715519189\n"
"help.text"
msgid "<image src=\"cmd/lc_deletepivottable.svg\" id=\"img_id931703715519190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241703715519191\">Icon Delete Pivot Table</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_deletepivottable.svg\" id=\"img_id931703715519190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id241703715519191\">Iconu Desaniciar tabla dinámica</alt></image>"
#. qBk3h
#: 00000412.xhp
@@ -4883,7 +4883,7 @@ msgctxt ""
"par_id901703715519193\n"
"help.text"
msgid "Delete Pivot Table"
-msgstr ""
+msgstr "Desaniciar tabla dinámica"
#. nX3fD
#: 00000412.xhp
@@ -4892,7 +4892,7 @@ msgctxt ""
"par_id3150397\n"
"help.text"
msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dndakt\">Escueyi <emph>Datos - Anovar estaya</emph>.</variable>"
#. qqT67
#: 00000412.xhp
@@ -4901,7 +4901,7 @@ msgctxt ""
"par_id101703676224446\n"
"help.text"
msgid "Choose <menuitem>Data - Refresh Range</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Datos - Anovar estaya</menuitem>."
#. Bv6Lo
#: 00000412.xhp
@@ -4919,7 +4919,7 @@ msgctxt ""
"par_id121703676243672\n"
"help.text"
msgid "<image src=\"cmd/lc_dataarearefresh.svg\" id=\"img_id321703676243673\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id371703676243674\">Icon Refresh Range</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_dataarearefresh.svg\" id=\"img_id321703676243673\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id371703676243674\">Iconu Anovar estaya</alt></image>"
#. mgEjd
#: 00000412.xhp
@@ -4928,7 +4928,7 @@ msgctxt ""
"par_id11703676243676\n"
"help.text"
msgid "Refresh Range"
-msgstr ""
+msgstr "Anovar estaya"
#. xpDxc
#: 00000412.xhp
@@ -5432,7 +5432,7 @@ msgctxt ""
"par_id791704464660029\n"
"help.text"
msgid "Choose <menuitem>Data - Statistics - F-test</menuitem>"
-msgstr ""
+msgstr "Escueyi <menuitem>Datos - Estadístiques - Prueba F</menuitem>"
#. vJXsQ
#: 00000412.xhp
@@ -5441,7 +5441,7 @@ msgctxt ""
"par_id911704464663694\n"
"help.text"
msgid "Choose <menuitem>Data - Statistics - F-test</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Datos - Estadístiques - Prueba F</menuitem>."
#. eegYB
#: 00000412.xhp
@@ -5450,7 +5450,7 @@ msgctxt ""
"par_id101704464667638\n"
"help.text"
msgid "On the <menuitem>Data</menuitem> menu of the <menuitem>Data</menuitem> tab, choose <menuitem>Statistics - F-test</menuitem>."
-msgstr ""
+msgstr "Nel menú <menuitem>Datos</menuitem> de la llingüeta <menuitem>Datos</menuitem>, escueyi <menuitem>Estadístiques - Prueba F</menuitem>."
#. WqwUh
#: 00000412.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 372fcb4de59..4ca1cd59966 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-03 09:45+0000\n"
+"PO-Revision-Date: 2024-03-09 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/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 5.3.1\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542028585.000000\n"
@@ -46212,7 +46212,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. fFwFU
#: 06020000.xhp
@@ -46221,7 +46221,7 @@ msgctxt ""
"bm_id3159399\n"
"help.text"
msgid "<bookmark_value>automatic hyphenation in spreadsheets</bookmark_value><bookmark_value>hyphenation; in spreadsheets</bookmark_value><bookmark_value>syllables in spreadsheets</bookmark_value>"
-msgstr "<bookmark_value>separación silábica automática en fueyes de cálculu</bookmark_value><bookmark_value>separación silábica; en fueyes de cálculu</bookmark_value><bookmark_value>sílabes en fueyes de cálculu</bookmark_value>"
+msgstr "<bookmark_value>guionáu automáticu en fueyes de cálculu</bookmark_value><bookmark_value>guionáu; en fueyes de cálculu</bookmark_value><bookmark_value>sílabes en fueyes de cálculu</bookmark_value>"
#. RFvCe
#: 06020000.xhp
@@ -46230,7 +46230,7 @@ msgctxt ""
"hd_id3159399\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. uDEz3
#: 06020000.xhp
@@ -46239,7 +46239,7 @@ msgctxt ""
"par_id3145068\n"
"help.text"
msgid "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">The <emph>Hyphenation </emph>command calls the dialog for setting the hyphenation in $[officename] Calc.</ahelp></variable>"
-msgstr "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">El comandu <emph>Separación silábica</emph> abre'l diálogu pa configurar la separación de sílabes en $[officename] Calc.</ahelp></variable>"
+msgstr "<variable id=\"silben\"><ahelp hid=\".uno:Hyphenate\">La orde <emph>Guionáu</emph> abre'l diálogu pa configurar el guionáu nel Calc de $[officename].</ahelp></variable>"
#. QkdtX
#: 06020000.xhp
@@ -46248,7 +46248,7 @@ msgctxt ""
"par_id3154366\n"
"help.text"
msgid "You can only turn on the automatic hyphenation in $[officename] Calc when the <link href=\"text/shared/01/05340300.xhp\">row break</link> feature is active."
-msgstr "Namái ye posible activar la separación silábica automática en $[officename] Calc si ta activada la función de <link href=\"text/shared/01/05340300.xhp\">saltu de filera</link>."
+msgstr "Namái ye posible activar el guionáu automáticu nel Calc de $[officename] si ta activada la función de <link href=\"text/shared/01/05340300.xhp\">saltu de filera</link>."
#. 26g7N
#: 06020000.xhp
@@ -46257,7 +46257,7 @@ msgctxt ""
"hd_id3153192\n"
"help.text"
msgid "Hyphenation for selected cells."
-msgstr "Separación silábica pa caxelles escoyíes."
+msgstr "Guionáu pa caxelles esbillaes."
#. g7WAn
#: 06020000.xhp
@@ -46266,7 +46266,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "Select the cells for which you want to change the hyphenation."
-msgstr "Escueya les caxelles pa les que desee camudar la separación silábica."
+msgstr "Escueyi les caxelles pa les que quies camudar el guionáu."
#. cECJ8
#: 06020000.xhp
@@ -46302,7 +46302,7 @@ msgctxt ""
"hd_id3153094\n"
"help.text"
msgid "Hyphenation for Drawing Objects"
-msgstr "Separación silábica pa oxetos de dibuxu."
+msgstr "Guionáu pa oxetos de dibuxu"
#. jMPZJ
#: 06020000.xhp
@@ -46329,7 +46329,7 @@ msgctxt ""
"par_id3147394\n"
"help.text"
msgid "Each time you call the command you turn the hyphenation for the drawing object on or off. A check mark shows the current status."
-msgstr "Con cada execución del comandu va activar o va desactivar la separación silábica pal oxetu de dibuxu. Una marca amuesa l'estáu actual."
+msgstr "Con cada invocación de la orde vas activar o desactivar el guionáu pal oxetu de dibuxu. Una marca amuesa l'estáu actual."
#. HDYd5
#: 06030000.xhp
@@ -54015,7 +54015,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Visible Columns"
-msgstr ""
+msgstr "Esbillar columnes visibles"
#. FxkBH
#: SelectVisibleColumns.xhp
@@ -54024,7 +54024,7 @@ msgctxt ""
"bm_id401697550910277\n"
"help.text"
msgid "<bookmark_value>select;visible columns</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>esbillar;columnes visibles</bookmark_value>"
#. tvv9r
#: SelectVisibleColumns.xhp
@@ -54033,7 +54033,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleColumns.xhp\">Select Visible Columns</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleColumns.xhp\">Esbillar columnes visibles</link></variable>"
#. ABCAg
#: SelectVisibleColumns.xhp
@@ -71035,7 +71035,7 @@ msgctxt ""
"par_id781708353695722\n"
"help.text"
msgid "<emph>English</emph>"
-msgstr ""
+msgstr "<emph>Inglés</emph>"
#. 5G7WA
#: func_xlookup.xhp
@@ -75247,7 +75247,7 @@ msgctxt ""
"hd_id1000180\n"
"help.text"
msgid "<variable id=\"ftesth1\"><link href=\"text/scalc/01/statistics_test_f.xhp\">F-test</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ftesth1\"><link href=\"text/scalc/01/statistics_test_f.xhp\">Prueba F</link></variable>"
#. qHRjW
#: statistics_test_f.xhp
@@ -75319,7 +75319,7 @@ msgctxt ""
"hd_id1000200\n"
"help.text"
msgid "Results for F-Test:"
-msgstr ""
+msgstr "Resultaos de la prueba F:"
#. XqyMa
#: statistics_test_f.xhp
@@ -75328,7 +75328,7 @@ msgctxt ""
"par_id1003310\n"
"help.text"
msgid "The following table shows the <emph>F-Test</emph> for the data series above:"
-msgstr ""
+msgstr "Esta tabla amuesa la <emph>prueba F</emph> de la serie de datos anterior:"
#. git3T
#: statistics_test_f.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index ac52be6484e..85e1dfcc949 100644
--- a/source/ast/helpcontent2/source/text/scalc/guide.po
+++ b/source/ast/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: guide\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-15 20:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ast/>\n"
@@ -4553,14 +4553,14 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr "La área de caxelles que se va ordenar amosar en colores invertíos."
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
-msgstr "Escueya les opciones d'ordenación que precise."
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
+msgstr ""
#. dxfCa
#: database_sort.xhp
@@ -13625,14 +13625,14 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr "Abra dos documentos: la fueya de cálculu de $[officename] Calc na que deseya inxertar los datos esternos (documentu destín) y el documentu del que procedan los datos esternos (documentu fonte)."
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
-msgstr "Abra'l Navegador nel documentu destín."
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
+msgstr ""
#. z9DtM
#: webquery.xhp
diff --git a/source/ast/helpcontent2/source/text/shared.po b/source/ast/helpcontent2/source/text/shared.po
index 296ddb804cf..4d375723cbe 100644
--- a/source/ast/helpcontent2/source/text/shared.po
+++ b/source/ast/helpcontent2/source/text/shared.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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2023-11-13 14:58+0000\n"
+"PO-Revision-Date: 2024-03-07 07:47+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared/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 5.3.1\n"
"X-POOTLE-MTIME: 1542196266.000000\n"
#. fcmzq
@@ -41,7 +41,7 @@ msgctxt ""
"hd_id701641581066778\n"
"help.text"
msgid "<link href=\"text/shared/find_toolbar.xhp\">Find Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/find_toolbar.xhp\">Barra Guetar</link>"
#. X55wK
#: find_toolbar.xhp
@@ -185,7 +185,7 @@ msgctxt ""
"hd_id631641582107024\n"
"help.text"
msgid "Match Case"
-msgstr ""
+msgstr "Concasar mayúscules y minúscules"
#. 42qsF
#: find_toolbar.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index 294b940a295..e72022d51f3 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-04 09:45+0000\n"
+"PO-Revision-Date: 2024-03-07 07:47+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
"Language: ast\n"
@@ -17357,7 +17357,7 @@ msgctxt ""
"par_id191705694565536\n"
"help.text"
msgid "<image src=\"cmd/lc_shadowed.svg\" id=\"img_id911705638262291\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id334805688262092\">Icon Shadow</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_shadowed.svg\" id=\"img_id911705638262291\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id334805688262092\">Iconu Solombra</alt></image>"
#. mFJSv
#: 00040502.xhp
@@ -17366,7 +17366,7 @@ msgctxt ""
"par_id901705694591767\n"
"help.text"
msgid "Shadow"
-msgstr ""
+msgstr "Solombra"
#. vndJv
#: 00040502.xhp
@@ -17375,7 +17375,7 @@ msgctxt ""
"par_id21705751300996\n"
"help.text"
msgid "Choose <menuitem>Properties - Character - Shadow</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Propiedaes - Caráuter - Solombra</menuitem>."
#. kCHXE
#: 00040502.xhp
@@ -19913,7 +19913,7 @@ msgctxt ""
"par_id3145251\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Editar - Control de cambeos</menuitem>."
#. famFq
#: edit_menu.xhp
@@ -19931,7 +19931,7 @@ msgctxt ""
"par_id801696881885072\n"
"help.text"
msgid "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Icon Track Changes</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_trackchanges.svg\" id=\"img_id101696881885073\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id531696881885074\">Iconu Control de cambeos</alt></image>"
#. bCJJD
#: edit_menu.xhp
@@ -19958,7 +19958,7 @@ msgctxt ""
"par_id3150594\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Show</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Editar - Control de cambeos - Amosar</menuitem>."
#. siyBE
#: edit_menu.xhp
@@ -19994,7 +19994,7 @@ msgctxt ""
"par_id3150694\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Show</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Editar - Control de cambeos - Amosar</menuitem>."
#. hQaAi
#: edit_menu.xhp
@@ -20030,7 +20030,7 @@ msgctxt ""
"par_id3153845\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Manage</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Editar - Control de cambeos - Xestionar</menuitem>."
#. 2TNNe
#: edit_menu.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index b462524c74c..061201f5411 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-04 09:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-10 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
"Language: ast\n"
@@ -8062,22 +8062,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr ""
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
msgstr ""
#. gDuQb
@@ -9563,7 +9563,7 @@ msgctxt ""
"hd_id3156422\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. xXBrv
#: 02100200.xhp
@@ -9851,7 +9851,7 @@ msgctxt ""
"hd_id3147124\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. NN2ds
#: 02100200.xhp
@@ -9860,7 +9860,7 @@ msgctxt ""
"par_id3153877\n"
"help.text"
msgid "Finds the <emph>Hyphenation</emph> attribute."
-msgstr ""
+msgstr "Alcuentra l'atributu <emph>Guionáu</emph>."
#. 5AbaD
#: 02100200.xhp
@@ -21776,7 +21776,7 @@ msgctxt ""
"hd_id3158430\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. EEoCX
#: 05030100.xhp
@@ -24550,13 +24550,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr ""
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
msgstr ""
#. Qwvta
@@ -24874,13 +24874,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr ""
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
msgstr ""
#. vFoHW
@@ -29930,7 +29930,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Position and Size (Text Box and Shape)"
-msgstr ""
+msgstr "Posición y tamañu (Caxa de testu y forma)"
#. tnQ2D
#: 05230100.xhp
@@ -31550,7 +31550,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Text along Path"
-msgstr ""
+msgstr "Testu siguiendo un camín"
#. N8Q3C
#: 05280000.xhp
@@ -31559,7 +31559,7 @@ msgctxt ""
"hd_id3146959\n"
"help.text"
msgid "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\">Text along Path</link></variable>"
-msgstr ""
+msgstr "<variable id=\"fntwrk\"><link href=\"text/shared/01/05280000.xhp\">Testu siguiendo un camín</link></variable>"
#. EF8Ai
#: 05280000.xhp
@@ -31577,7 +31577,7 @@ msgctxt ""
"par_id661709310714497\n"
"help.text"
msgid "Choose <menuitem>Format - Text Box and Shape - Text along Path</menuitem>"
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Caxa de testu y forma - Testu siguiendo un camín</menuitem>"
#. joM2w
#: 05280000.xhp
@@ -31586,7 +31586,7 @@ msgctxt ""
"par_id901709310843551\n"
"help.text"
msgid "Choose <menuitem>Format - Text along Path</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Testu siguiendo un camín</menuitem>."
#. JAjfm
#: 05280000.xhp
@@ -31595,7 +31595,7 @@ msgctxt ""
"par_id581709310847647\n"
"help.text"
msgid "Choose <menuitem>Text along Path</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Testu siguiendo un camín</menuitem>."
#. Bg353
#: 05280000.xhp
@@ -31604,7 +31604,7 @@ msgctxt ""
"par_id321709310851977\n"
"help.text"
msgid "Choose <menuitem>Format - Text along Path</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Testu siguiendo un camín</menuitem>."
#. CK7dc
#: 05280000.xhp
@@ -31613,7 +31613,7 @@ msgctxt ""
"par_id561709310855711\n"
"help.text"
msgid "Choose <menuitem>Text along Path</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Testu siguiendo un camín</menuitem>."
#. bCLkK
#: 05280000.xhp
@@ -31622,7 +31622,7 @@ msgctxt ""
"par_id101709311141468\n"
"help.text"
msgid "<image src=\"cmd/lc_fontwork.svg\" id=\"img_id861709311141469\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611709311141470\">Icon Text along Path</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_fontwork.svg\" id=\"img_id861709311141469\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id611709311141470\">Iconu Testu siguiendo un camín</alt></image>"
#. SYc7Z
#: 05280000.xhp
@@ -31631,7 +31631,7 @@ msgctxt ""
"par_id401709311141472\n"
"help.text"
msgid "Text along Path"
-msgstr ""
+msgstr "Testu siguiendo un camín"
#. FX7zs
#: 05280000.xhp
@@ -31649,7 +31649,7 @@ msgctxt ""
"hd_id3152372\n"
"help.text"
msgid "Style"
-msgstr ""
+msgstr "Estilu"
#. 5n4bP
#: 05280000.xhp
@@ -32029,13 +32029,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr ""
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
@@ -32081,7 +32081,7 @@ msgctxt ""
"hd_id821656376071005\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. g6xDf
#: 05280000.xhp
@@ -32099,7 +32099,7 @@ msgctxt ""
"par_id3156332\n"
"help.text"
msgid "<image id=\"img_id3153836\" src=\"svx/res/fw021.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153836\">Icon Indent</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153836\" src=\"svx/res/fw021.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153836\">Iconu Sangráu</alt></image>"
#. 6UEik
#: 05280000.xhp
@@ -32108,7 +32108,7 @@ msgctxt ""
"par_id3153710\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. CySmA
#: 05280000.xhp
@@ -32117,7 +32117,7 @@ msgctxt ""
"hd_id501709319711403\n"
"help.text"
msgid "Shadow"
-msgstr ""
+msgstr "Solombra"
#. aRCGE
#: 05280000.xhp
@@ -32126,7 +32126,7 @@ msgctxt ""
"hd_id391656375872510\n"
"help.text"
msgid "Contour"
-msgstr ""
+msgstr "Contornu"
#. TdeZF
#: 05280000.xhp
@@ -32144,7 +32144,7 @@ msgctxt ""
"par_id3155515\n"
"help.text"
msgid "<image id=\"img_id3159186\" src=\"svx/res/fw011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159186\">Icon Contour</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159186\" src=\"svx/res/fw011.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159186\">Iconu Contornu</alt></image>"
#. FPfgN
#: 05280000.xhp
@@ -32153,7 +32153,7 @@ msgctxt ""
"par_id3148996\n"
"help.text"
msgid "Contour"
-msgstr ""
+msgstr "Contornu"
#. YBFDw
#: 05280000.xhp
@@ -32162,7 +32162,7 @@ msgctxt ""
"hd_id91656375850945\n"
"help.text"
msgid "Text Contour"
-msgstr ""
+msgstr "Contornu del testu"
#. BkBcX
#: 05280000.xhp
@@ -32387,7 +32387,7 @@ msgctxt ""
"hd_id811709319902647\n"
"help.text"
msgid "Shadow Color"
-msgstr ""
+msgstr "Color de la solombra"
#. DXmZb
#: 05280000.xhp
@@ -32396,7 +32396,7 @@ msgctxt ""
"hd_id3149209\n"
"help.text"
msgid "Shadow Color"
-msgstr ""
+msgstr "Color de la solombra"
#. fbGYB
#: 05280000.xhp
@@ -33791,7 +33791,7 @@ msgctxt ""
"hd_id3158432\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. BsjjP
#: 05340300.xhp
@@ -37364,7 +37364,7 @@ msgctxt ""
"par_idN105AF\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. q4h2B
#: 06010500.xhp
@@ -37382,7 +37382,7 @@ msgctxt ""
"par_idN105D0\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. AL6nJ
#: 06010500.xhp
@@ -37391,7 +37391,7 @@ msgctxt ""
"par_idN105D4\n"
"help.text"
msgid "Turns hyphenation on and off."
-msgstr "Activa y desactiva'l separtamientu silábicu."
+msgstr "Activa y desactiva'l guionáu."
#. EczZc
#: 06010500.xhp
@@ -37400,7 +37400,7 @@ msgctxt ""
"par_idN105E7\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. vFxAn
#: 06010500.xhp
@@ -37409,7 +37409,7 @@ msgctxt ""
"par_idN105EB\n"
"help.text"
msgid "Turns hyphenation on and off."
-msgstr ""
+msgstr "Activa y desactiva'l guionáu."
#. pSG6a
#: 06010500.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/02.po b/source/ast/helpcontent2/source/text/shared/02.po
index c6396943280..af772eea91b 100644
--- a/source/ast/helpcontent2/source/text/shared/02.po
+++ b/source/ast/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ 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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-02-26 09:45+0000\n"
+"PO-Revision-Date: 2024-03-06 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/ast/>\n"
"Language: ast\n"
@@ -18744,7 +18744,7 @@ msgctxt ""
"par_id3148495\n"
"help.text"
msgid "<image id=\"img_id3156437\" src=\"cmd/lc_graphicfilterpopart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156437\">Icon Pop Art</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156437\" src=\"cmd/lc_graphicfilterpopart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156437\">Iconu Pop art</alt></image>"
#. U2nD4
#: 24010000.xhp
@@ -18753,7 +18753,7 @@ msgctxt ""
"par_id3151207\n"
"help.text"
msgid "Pop Art"
-msgstr "Pop Art"
+msgstr "Pop art"
#. 63CkA
#: 24010000.xhp
@@ -18762,7 +18762,7 @@ msgctxt ""
"hd_id3153003\n"
"help.text"
msgid "Charcoal Sketch"
-msgstr "Dibuxu al carboncillo"
+msgstr "Dibuxu al carbón"
#. saZB9
#: 24010000.xhp
@@ -18780,7 +18780,7 @@ msgctxt ""
"par_id3150327\n"
"help.text"
msgid "<image id=\"img_id3154636\" src=\"cmd/lc_graphicfiltersobel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154636\">Icon Charcoal Sketch</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154636\" src=\"cmd/lc_graphicfiltersobel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154636\">Iconu Dibuxu al carbón</alt></image>"
#. GSg3X
#: 24010000.xhp
@@ -18789,7 +18789,7 @@ msgctxt ""
"par_id3163825\n"
"help.text"
msgid "Charcoal Sketch"
-msgstr "Dibuxu al carboncillo"
+msgstr "Dibuxu al carbón"
#. 6nPrc
#: 24010000.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index ee4c25eef38..4f241842748 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ 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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-02-21 09:55+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-10 09:45+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: 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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542196271.000000\n"
#. iharT
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3157958\n"
"help.text"
msgid "<emph>Extended tips</emph> provide a brief description of the function of a particular icon, text box or menu command when you rest your cursor on that item."
-msgstr "La <emph>Ayuda emerxente</emph> apurre una curtia descripción de la función d'un símbolu concretu, cuadru de testu o orde de menú cuando dexa'l cursor sobre esi elementu."
+msgstr "L’<emph>Ayuda emerxente</emph> apurre una curtia descripción de la función d'un símbolu concretu, caxa de testu o orde de menú cuando dexes el cursor sobre esi elementu."
#. BpAEj
#: active_help_on_off.xhp
@@ -15361,6 +15361,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\">Símbolos</link>"
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 2466d1968c4..c6ff0745650 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-04 13:31+0000\n"
+"PO-Revision-Date: 2024-03-07 07:47+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
"Language: ast\n"
@@ -1850,7 +1850,7 @@ msgctxt ""
"par_id3153663\n"
"help.text"
msgid "A language module can contain one, two or three submodules: Spelling, hyphenation and thesaurus. Each sub-module can be available in one or more languages. If you click in front of the name of the module, you activate all the available sub-modules simultaneously. If you remove a set mark, you deactivate all the available sub-modules simultaneously. If you wish to activate or deactivate individual sub-modules, click the <emph>Edit</emph> button to open the <link href=\"text/shared/optionen/01010401.xhp\"><emph>Edit Modules</emph></link> dialog."
-msgstr ""
+msgstr "Un módulu llingüísticu puede contener unu, dos o trés somódulos: ortografía, guionáu y sinónimos. Cada somódulu pue tar disponible n'una o delles llingües. Si calques delantre del nome del módulu, actives simultáneamente tolos somódulos disponibles. Si quites una marca, desactives simultáneamente tolos somódulos disponibles. Si quies activar o desactivar somódulos individuales, calca nel botón <emph>Editar</emph> p'abrir el diálogu <link href=\"text/shared/optionen/01010401.xhp\"><emph>Editar módulos</emph></link>."
#. oeBAY
#: 01010400.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/00.po b/source/ast/helpcontent2/source/text/simpress/00.po
index bdca4b70c2a..5dd0f03adbd 100644
--- a/source/ast/helpcontent2/source/text/simpress/00.po
+++ b/source/ast/helpcontent2/source/text/simpress/00.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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-02-26 09:45+0000\n"
+"PO-Revision-Date: 2024-03-06 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/ast/>\n"
"Language: ast\n"
@@ -1211,7 +1211,7 @@ msgctxt ""
"par_id3148608\n"
"help.text"
msgid "Open the context menu of a selected object and choose <emph>Convert - To Metafile</emph>"
-msgstr "Abra'l menú contestual d'un oxetu escoyíu y escueya <emph>Convertir - En metficheru</emph>"
+msgstr "Abri'l menú contestual d'un oxetu esbilláu y escueyi <emph>Convertir - En metaficheru</emph>"
#. qfuka
#: 00000413.xhp
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Escueyi <emph>Forma - Convertir - En contornu</emph> (namái nel Draw de %PRODUCTNAME)"
#. JexGE
#: 00000413.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3159231\n"
"help.text"
msgid "Open the context menu of a selected object and choose <emph>Convert - To Contour</emph>"
-msgstr "Abra'l menú contestual d'un oxetu escoyíu y escueya <emph>Convertir - En contorna</emph>"
+msgstr "Abri'l menú contestual d'un oxetu esbilláu y escueyi <emph>Convertir - En contornu</emph>"
#. BCkr2
#: 00000413.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/01.po b/source/ast/helpcontent2/source/text/simpress/01.po
index 25a692b5ba1..aa84cbc4f33 100644
--- a/source/ast/helpcontent2/source/text/simpress/01.po
+++ b/source/ast/helpcontent2/source/text/simpress/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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-02-25 09:45+0000\n"
+"PO-Revision-Date: 2024-03-09 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress01/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 5.3.1\n"
"X-POOTLE-MTIME: 1535978252.000000\n"
#. mu9aV
@@ -1058,7 +1058,7 @@ msgctxt ""
"par_id3150210\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dlgfield/languageLB\">Select the language for the field.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/dlgfield/languageLB\">Escueya l'idioma pal campu.</ahelp>"
+msgstr "<ahelp hid=\"modules/simpress/ui/dlgfield/languageLB\">Escueyi la llingua del campu.</ahelp>"
#. tSUAG
#: 02160000.xhp
@@ -4550,7 +4550,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. n6Ywh
#: 06030000.xhp
@@ -4559,7 +4559,7 @@ msgctxt ""
"hd_id3154011\n"
"help.text"
msgid "<link href=\"text/simpress/01/06030000.xhp\">Hyphenation</link>"
-msgstr "<link href=\"text/simpress/01/06030000.xhp\">Separtamientu silábicu</link>"
+msgstr "<link href=\"text/simpress/01/06030000.xhp\">Guionáu</link>"
#. zdARD
#: 06030000.xhp
@@ -7484,7 +7484,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Contour"
-msgstr "En contorna"
+msgstr "En contornu"
#. szxqe
#: 13050700.xhp
@@ -7502,7 +7502,7 @@ msgctxt ""
"hd_id3146119\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050700.xhp\">To Contour</link>"
-msgstr "<link href=\"text/simpress/01/13050700.xhp\">En contorna</link>"
+msgstr "<link href=\"text/simpress/01/13050700.xhp\">En contornu</link>"
#. TJiqQ
#: 13050700.xhp
@@ -8132,7 +8132,7 @@ msgctxt ""
"hd_id421623262130068\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. Bam8q
#: bulletandposition.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/02.po b/source/ast/helpcontent2/source/text/simpress/02.po
index d2c5da51e44..0bbbd81882e 100644
--- a/source/ast/helpcontent2/source/text/simpress/02.po
+++ b/source/ast/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-03 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1507112012.000000\n"
#. AiACn
@@ -3031,41 +3031,41 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "Pa faer rodar un oxetu 3D alredor de cualesquier de los sos trés exes, faiga clic sobre l'oxetu pa escoyelo y vuelva faer clic p'amosar les sos agarraderes de rotación. Arrastre una de les agarraderes na direición na que deseye faer rodar l'oxetu."
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
-msgstr "Cuboide"
+msgid "Cube"
+msgstr "Cubu"
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Cube\">Dibuxa un cuboide rellenu al abasnar na diapositiva. Pa dibuxar un reutángulu 3D, caltén calcada la tecla <keycode>Mayús</keycode> al abasnar.</ahelp>"
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgstr ""
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
-msgstr "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Iconu Cuboide</alt></image>"
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
+msgstr "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Iconu Cubu</alt></image>"
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
-msgstr "Cuboide"
+msgid "Cube"
+msgstr "Cubu"
#. RUv4B
#: 10090000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/00.po b/source/ast/helpcontent2/source/text/swriter/00.po
index 0b32fb5de7b..a7a7f26dfde 100644
--- a/source/ast/helpcontent2/source/text/swriter/00.po
+++ b/source/ast/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-26 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542196274.000000\n"
#. E9tti
@@ -1105,22 +1105,40 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
msgstr ""
-#. nKMHB
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
+
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
msgstr ""
#. WHhqc
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 1dcb472bae1..9d6c7209c18 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -4,7 +4,7 @@ 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: 2024-02-02 00:04+0100\n"
-"PO-Revision-Date: 2024-03-03 09:45+0000\n"
+"PO-Revision-Date: 2024-03-10 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
"Language: ast\n"
@@ -16241,7 +16241,7 @@ msgctxt ""
"hd_id3149882\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. GTZB7
#: 05030200.xhp
@@ -19544,7 +19544,7 @@ msgctxt ""
"hd_id3149358\n"
"help.text"
msgid "Contour"
-msgstr "Contorna"
+msgstr "Contornu"
#. bkBvC
#: 05060200.xhp
@@ -25079,7 +25079,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. v7yJY
#: 06030000.xhp
@@ -25169,7 +25169,7 @@ msgctxt ""
"par_id3150019\n"
"help.text"
msgid "To end hyphenation, click <emph>Close</emph>. The hyphenation that is applied already will not be reverted. You can use <emph>Edit - Undo</emph> to undo all hyphenation that was applied while the Hyphenation dialog was open."
-msgstr "Pa finar el separtamientu silábicu, faiga clic en <emph>Zarrar</emph>. El separtamientu silábicu yá fechu nun va revertise. Pue usar <emph>Editar - Desfacer</emph>pa desfacer toles separaciones silábiques realizaes mientres el diálogu de \"Separtamientu silábicu\" tuvo abiertu."
+msgstr "Pa finar el guionáu, calca en <emph>Zarrar</emph>. El guionáu yá fechu nun va revertise. Pues usar <emph>Editar - Desfacer</emph> pa desfacer toles separaciones silábiques realizaes mientres el diálogu Guionáu tuvo abiertu."
#. qc5UE
#: 06030000.xhp
@@ -25241,7 +25241,7 @@ msgctxt ""
"par_id3149687\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/hyphenate/worded\">Displays the hyphenation suggestion(s) for the selected word.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/hyphenate/worded\">Amuesa les suxerencies de separación silábica pa la pallabra seleicionada.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/hyphenate/worded\">Amuesa les suxerencies de guionáu pa la pallabra esbillada.</ahelp>"
#. wK7ZD
#: 06030000.xhp
@@ -28733,7 +28733,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Frame and Object"
-msgstr ""
+msgstr "Marcu y oxetu"
#. jAXTw
#: format_frame.xhp
@@ -28742,7 +28742,7 @@ msgctxt ""
"hd_id891692882707233\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/swriter/01/format_frame.xhp\">Frame and Object</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/swriter/01/format_frame.xhp\">Marcu y oxetu</link></variable>"
#. QDG8c
#: format_frame.xhp
@@ -28778,7 +28778,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Text Box and Shape"
-msgstr ""
+msgstr "Caxa de testu y forma"
#. 5XTkz
#: format_object.xhp
@@ -28787,7 +28787,7 @@ msgctxt ""
"par_idN10548\n"
"help.text"
msgid "<link href=\"text/swriter/01/format_object.xhp\">Text Box and Shape</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/format_object.xhp\">Caxa de testu y forma</link>"
#. RfLw2
#: format_object.xhp
@@ -28805,7 +28805,7 @@ msgctxt ""
"par_id201692832345816\n"
"help.text"
msgid "Choose <menuitem>Format - Text Box and Shape</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Caxa de testu y forma</menuitem>."
#. UWnvc
#: format_object.xhp
@@ -28913,7 +28913,7 @@ msgctxt ""
"hd_id3154422\n"
"help.text"
msgid "Indent"
-msgstr ""
+msgstr "Sangráu"
#. rGJJs
#: legacynumbering.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/02.po b/source/ast/helpcontent2/source/text/swriter/02.po
index 57100aa9207..4f857b46fb2 100644
--- a/source/ast/helpcontent2/source/text/swriter/02.po
+++ b/source/ast/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-01-23 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511359350.000000\n"
#. sqxGb
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\">Otros</link>"
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "Fecha"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,14 +3715,14 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr "Si quixera definir un formatu de fecha distinta o anovar la fecha automáticamente, escueya <emph>Inxertar - Campos - Otros</emph> pa inxertar una orde de campu y camudar lo que deseye nel diálogu <link href=\"text/swriter/01/04090000.xhp\"><emph>Campos</emph></link>. El formatu d'un campu de fecha pue modificar en cualquier momentu si escueye <link href=\"text/swriter/01/02140000.xhp\"><emph>Editar - Campos</emph></link>."
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
-msgstr "Hora"
+msgid "Time (Fixed)"
+msgstr ""
#. yxN2Q
#: 18030200.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index 82c7b681f36..798e6d31570 100644
--- a/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/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: 2024-02-14 13:07+0100\n"
-"PO-Revision-Date: 2024-02-26 09:45+0000\n"
+"PO-Revision-Date: 2024-03-10 09:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ast/>\n"
"Language: ast\n"
@@ -19103,7 +19103,7 @@ msgctxt ""
"par_id300920161915587772\n"
"help.text"
msgid "<link href=\"text/swriter/guide/change_header.xhp\">Creating a Page Style Based on the Current Page</link>."
-msgstr ""
+msgstr "<link href=\"text/swriter/guide/change_header.xhp\">Crear un estilu de páxina basáu na páxina actual</link>."
#. 5PYCw
#: using_hyphen.xhp
@@ -19112,7 +19112,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hyphenation"
-msgstr "Separtamientu silábicu"
+msgstr "Guionáu"
#. UnByp
#: using_hyphen.xhp
@@ -19130,7 +19130,7 @@ msgctxt ""
"hd_id3149695\n"
"help.text"
msgid "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\">Hyphenation</link></variable>"
-msgstr "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\">Separtamientu silábicu</link></variable>"
+msgstr "<variable id=\"using_hyphen\"><link href=\"text/swriter/guide/using_hyphen.xhp\">Guionáu</link></variable>"
#. FGgYr
#: using_hyphen.xhp
@@ -19139,7 +19139,7 @@ msgctxt ""
"par_id3155918\n"
"help.text"
msgid "By default, $[officename] moves words that do not fit on a line to the next line. If you want, you can use automatic or manual hyphenation to avoid this behavior."
-msgstr ""
+msgstr "De normal, $[officename] mueve les pallabres que nun caben nuna ringlera a la siguiente. Si quies, pues utilizar el guionáu automáticu o manual pa evitar esti comportamientu."
#. CUiD3
#: using_hyphen.xhp
@@ -19301,7 +19301,7 @@ msgctxt ""
"hd_id3145417\n"
"help.text"
msgid "Manual Hyphenation"
-msgstr "El separtamientu silábicu manual"
+msgstr "Guionáu manual"
#. kBNEq
#: using_hyphen.xhp
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 67064f38ab2..5241c7c5ce4 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-04 13:31+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -832,7 +832,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Hyphenation..."
-msgstr "~Separtamientu silábicu..."
+msgstr "~Guionáu..."
#. AQgBD
#: CalcCommands.xcu
@@ -883,7 +883,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Pivot Table Filter"
-msgstr "Peñera Pivot Table"
+msgstr "Peñera de tabla dinámica"
#. BGjMw
#: CalcCommands.xcu
@@ -2238,7 +2238,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~F-test..."
-msgstr ""
+msgstr "Prueba ~F..."
#. Xg3BV
#: CalcCommands.xcu
@@ -4553,14 +4553,13 @@ msgstr ""
#. BFRiL
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:EditAnnotation\n"
"Label\n"
"value.text"
msgid "Edit Comment"
-msgstr "Comentariu Siguiente"
+msgstr "Editar el comentariu"
#. hHc5a
#: CalcCommands.xcu
@@ -8881,7 +8880,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Hyphenation"
-msgstr "~Separtamientu silábicu"
+msgstr "~Guionáu"
#. CQf4G
#: DrawImpressCommands.xcu
@@ -9013,7 +9012,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Time (fixed)"
-msgstr "~Tiempu (fixu)"
+msgstr "~Hora (fixa)"
#. BGC6S
#: DrawImpressCommands.xcu
@@ -22332,7 +22331,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text along Path"
-msgstr ""
+msgstr "Testu siguiendo un camín"
#. AiLcR
#: GenericCommands.xcu
@@ -24031,7 +24030,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Pop Art"
-msgstr "Pop Art"
+msgstr "Pop art"
#. ruAbz
#: GenericCommands.xcu
@@ -32568,7 +32567,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Date (fixed)"
-msgstr ""
+msgstr "~Data (fixa)"
#. AruEv
#: WriterCommands.xcu
@@ -32578,7 +32577,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Date (variable)"
-msgstr ""
+msgstr "~Data (variable)"
#. M9AfN
#: WriterCommands.xcu
@@ -32598,7 +32597,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Time (fixed)"
-msgstr ""
+msgstr "~Hora (fixa)"
#. GBv7F
#: WriterCommands.xcu
@@ -32608,7 +32607,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Time (variable)"
-msgstr ""
+msgstr "~Hora (variable)"
#. HuGFu
#: WriterCommands.xcu
@@ -34540,16 +34539,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Dir a la frase siguiente"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "Activar/desactivar numberación"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
@@ -35843,7 +35832,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Hyphenation..."
-msgstr "~Separtamientu silábicu..."
+msgstr "~Guionáu..."
#. ngTBv
#: WriterCommands.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 0e6a8806c28..465902a2b09 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-03 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ast/>\n"
"Language: ast\n"
@@ -925,7 +925,7 @@ msgstr "Etiquetes de les columnes"
#: sc/inc/globstr.hrc:162
msgctxt "STR_SELCOUNT"
msgid "Selected: %1, %2"
-msgstr ""
+msgstr "%1 y %2 esbillaes"
#. iUrsE
#. STR_SELCOUNT_ROWARG is %1 of STR_SELCOUNT. %d of STR_SELCOUNT_ROWARG is number of rows
@@ -3033,6 +3033,9 @@ msgid ""
"\n"
"Do you want to recalculate all row heights now?"
msgstr ""
+"Ye posible que non toles celdes sían dafechu visibles. Volver calcular l'altor de les files va faceles visibles, pero pue tomar daqué de tiempu.\n"
+"\n"
+"¿Quies volver calcular l'altor de toles files agora?"
#. YgjzK
#: sc/inc/globstr.hrc:508
@@ -18557,13 +18560,13 @@ msgstr "Muestréu"
#: sc/inc/strings.hrc:285
msgctxt "STR_FTEST"
msgid "F-test"
-msgstr ""
+msgstr "Prueba F"
#. bQEfv
#: sc/inc/strings.hrc:286
msgctxt "STR_FTEST_UNDO_NAME"
msgid "F-test"
-msgstr ""
+msgstr "Prueba F"
#. UdsVZ
#: sc/inc/strings.hrc:287
@@ -20306,25 +20309,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr "con"
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr "Aplicar formatu condicionáu a les caxelles: %1"
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr "Estaya:"
diff --git a/source/ast/scp2/source/ooo.po b/source/ast/scp2/source/ooo.po
index c74369bdd50..ef3b11e65b0 100644
--- a/source/ast/scp2/source/ooo.po
+++ b/source/ast/scp2/source/ooo.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: 2024-01-10 15:11+0100\n"
-"PO-Revision-Date: 2024-01-11 12:37+0000\n"
+"PO-Revision-Date: 2024-03-10 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourceooo/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: Weblate 5.1.1\n"
+"X-Generator: Weblate 5.3.1\n"
"X-POOTLE-MTIME: 1542022495.000000\n"
#. CYBGJ
@@ -4342,7 +4342,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_AF\n"
"LngText.text"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu y separación silábica pal afrikaans"
+msgstr "Diccionariu ortográficu y guionáu pal afrikaans"
#. iZib4
#: module_ooo.ulf
@@ -4414,7 +4414,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_BG\n"
"LngText.text"
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, patrones de separación silábica y diccionariu de sinónimos pal búlgaru"
+msgstr "Diccionariu ortográficu, patrones de guionáu y diccionariu de sinónimos pal búlgaru"
#. BTti9
#: module_ooo.ulf
@@ -4504,7 +4504,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_CA\n"
"LngText.text"
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, patrones de separación silábica y diccionariu de sinónimos pal catalán"
+msgstr "Diccionariu ortográficu, patrones de guionáu y diccionariu de sinónimos pal catalán"
#. CVnGE
#: module_ooo.ulf
@@ -4540,7 +4540,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_CS\n"
"LngText.text"
msgid "Czech spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu de sinónimos pal checu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal checu"
#. gS2wr
#: module_ooo.ulf
@@ -4558,7 +4558,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_DA\n"
"LngText.text"
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu de sinónimos pal danés"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal danés"
#. 7swZQ
#: module_ooo.ulf
@@ -4576,7 +4576,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_DE\n"
"LngText.text"
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesauri"
-msgstr "Diccionariu de correición ortográficu, regles de separtación silábica y diccionariu de sinónimos pal Alemán (Austria, Alemaña y Suiza)"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal Alemán (Austria, Alemaña y Suiza)"
#. CkBTE
#: module_ooo.ulf
@@ -4594,7 +4594,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_EN\n"
"LngText.text"
msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Correutor ortográficu, regles de xebra de sílabes, sinónimos y correutor gramatical pal inglés"
+msgstr "Correutor ortográficu, regles de guionáu, sinónimos y correutor gramatical pal inglés"
#. 2DiA4
#: module_ooo.ulf
@@ -4612,7 +4612,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_EL\n"
"LngText.text"
msgid "Greek spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu griegu, y regles de dixebra silábica"
+msgstr "Diccionariu ortográficu griegu, y regles de guionáu"
#. d5cqB
#: module_ooo.ulf
@@ -4702,7 +4702,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_FR\n"
"LngText.text"
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu de sinónimos pal francés"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal francés"
#. gFGrA
#: module_ooo.ulf
@@ -4810,7 +4810,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_HU\n"
"LngText.text"
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Correutor ortográficu, regles de xebra silábica, sinónimos y correutor gramatical pal húngaru"
+msgstr "Correutor ortográficu, regles de guionáu, sinónimos y correutor gramatical pal húngaru"
#. QDFn9
#: module_ooo.ulf
@@ -4828,7 +4828,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_HR\n"
"LngText.text"
msgid "Croatian spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu d'ortografía y patrones de separación en croata"
+msgstr "Diccionariu d'ortografía y patrones de guionáu en croata"
#. kfnGf
#: module_ooo.ulf
@@ -4882,7 +4882,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_IT\n"
"LngText.text"
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, patrones de separación silábica y diccionariu de sinónimos pal italianu"
+msgstr "Diccionariu ortográficu, patrones de guionáu y diccionariu de sinónimos pal italianu"
#. FVsWA
#: module_ooo.ulf
@@ -5044,7 +5044,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_NO\n"
"LngText.text"
msgid "Norwegian (Nynorsk and Bokmal) spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y sinónimos pal noruegu (Nynorsk y Bokmal)"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y sinónimos pal noruegu (Nynorsk y Bokmal)"
#. FDCJV
#: module_ooo.ulf
@@ -5080,7 +5080,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_PL\n"
"LngText.text"
msgid "Polish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu de sinónimos pal polacu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu de sinónimos pal polacu"
#. QGpSq
#: module_ooo.ulf
@@ -5099,7 +5099,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_BR\n"
"LngText.text"
msgid "Portuguese (Brazil) spelling Dictionary (1990 Spelling Agreement), and hyphenation rules"
-msgstr "Diccionariu ortográficu (normes ortográfiques de 1990), y regles de separación silábica pal brasileñu"
+msgstr "Diccionariu ortográficu (normes ortográfiques de 1990), y regles de guionáu pal brasileñu"
#. KZETs
#: module_ooo.ulf
@@ -5117,7 +5117,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_PT\n"
"LngText.text"
msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu pal portugués européu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu pal portugués européu"
#. pBzE7
#: module_ooo.ulf
@@ -5135,7 +5135,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_RO\n"
"LngText.text"
msgid "Romanian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu ortográficu, patrones de separación silábica y diccionariu de sinónimos pal rumanu"
+msgstr "Diccionariu ortográficu, patrones de guionáu y diccionariu de sinónimos pal rumanu"
#. wUTBC
#: module_ooo.ulf
@@ -5189,7 +5189,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_SK\n"
"LngText.text"
msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y de sinónimos pal eslovacu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y de sinónimos pal eslovacu"
#. ypzEV
#: module_ooo.ulf
@@ -5207,7 +5207,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_SL\n"
"LngText.text"
msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y de sinónimos pal eslovenu"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y de sinónimos pal eslovenu"
#. S7shF
#: module_ooo.ulf
@@ -5244,7 +5244,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_SR\n"
"LngText.text"
msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu de correición ortográficu, regles de separación silábica y diccionariu pal Serbiu (cirílicu y llatín)"
+msgstr "Diccionariu de correición ortográficu, regles de guionáu y diccionariu pal Serbiu (cirílicu y llatín)"
#. a5sxo
#: module_ooo.ulf
@@ -5298,7 +5298,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_TE\n"
"LngText.text"
msgid "Telugu spelling dictionary, and hyphenation rules"
-msgstr "Diccionariu ortográficu telugu, y regles de dixebra silábica"
+msgstr "Diccionariu ortográficu telugu, y regles de guionáu"
#. w2MSG
#: module_ooo.ulf
@@ -5388,7 +5388,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_ZU\n"
"LngText.text"
msgid "Zulu hyphenation rules"
-msgstr "Regles de separación silábica pal zulú"
+msgstr "Regles de guionáu pal zulú"
#. pxQ5u
#: module_reportbuilder.ulf
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index ff103078ee3..60c22c0dc7b 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/sd/messages.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-02-20 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 01:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ast/>\n"
"Language: ast\n"
@@ -1741,584 +1741,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de caxelles"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Afitar imaxe de fondu"
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reaniciar conteníu de diapositives"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Inxertar tabla"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Inxertar diagrama"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Inxertar una imaxe"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insertar soníu o videu"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrastra y suelta páxines"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrastra y suelta diapositives"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Amiesta imáxenes al álbum."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de testu"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fondu"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Oxetos de fondu"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Diseñu"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controles"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Llinies de cota"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Páxina"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva maestra"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva maestra:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Páxina maestra"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Páxina maestra:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Folletu"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Calca pa editar el formatu del testu del títulu"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Calca pa editar el formatu del testu del esquema"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Nivel segundu del esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Nivel terceru del esquema"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Nivel cuartu del esquema"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Nivel quintu del esquema"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Nivel sestu del esquema"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Nivel sétimu del esquema"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Calca pa mover la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Calca pa editar el formatu de les notes"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Calca p'amestar un títulu"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Calca p'amestar testu"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Calca p'amestar testu"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Calca p'amestar notes"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Faiga doble clic p'amestar una imaxe"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Faiga doble clic p'amestar un oxetu"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Faiga doble clic p'amestar una gráfica"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Faiga doble clic p'amestar un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Faiga doble clic p'amestar una fueya de cálculu"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Predetermináu"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Títulu"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estilu de dibuxu predetermináu"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mover diapositives"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Inxertar páxines"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Inxertar páxina"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propiedaes de la diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Oxetu ensin rellenu"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Oxetu ensin rellenu nin llinia"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testu"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Títulu del documentu A4"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Títulu A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Testu A4"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Títulu del documentu A0"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Títulu A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Testu A0"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formes"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Llinies"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Títulu"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sotítulu"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Oxetos de fondu"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fondu"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importación de PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Guardar documentu"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2326,662 +2332,662 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mou Dibuxu"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mou Dibuxu"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Ver esquema"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Vista de diapositives"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Equí ye onde ordenes les diapositives."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Ver notes"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vista de papeleta"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentación"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Documentu"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Mou presentación"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentación"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentación de %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Títulu"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Fuera de llinia"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sotítulu"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Páxina"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Documentu"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "_Pie"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Testera"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Númberu"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(namái llectura)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "dengún"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Hasta'l siguiente clic"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Hasta'l final de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direición:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Ampliación:"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Radios"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primer color:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segundu color:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Primer columna"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilu:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipografía"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Primer columna"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilu:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipu de lletra"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de la llinia"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tamañu de fonte"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamañu:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Importe"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ensin soníu)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Parar soníu anterior)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Otru soníu..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Exemplu"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Activar"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Camín del usuariu"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Caminos de movimientu"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "dengún"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Güéi,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ayeri,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ensin autor)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress aportó al final de la presentación. Quies continuar fasta l'entamu?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress aportó al entamu de la presentación. Quies continuar fasta'l final?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw aportó al final del documentu. Quies continuar fasta l'entamu?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw aportó al entamu del documentu. Quies continuar fasta'l final?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Inxertar un comentariu"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Desaniciar comentariu(os)"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mover Comentariu"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
-msgstr "Editar Comentariu"
+msgstr "Editar el comentariu"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Retrucar a %1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproducción de ficheros multimedia"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documentu"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Orde:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Conteníu"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nome de la diapositiva"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nome de páxina"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Data y tiempu"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Páxines anubríes"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Tamañu"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "_Folletu"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Cares de la páxina"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Incluir"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Usa namái la bandexa de papel de les preferencies d'imprentadora"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Páxines:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositives:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress guetó al final de la presentación. Quies siguir fasta l'entamu?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress guetó al entamu de la presentación. Quies siguir fasta'l final?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw guetó al final de la presentación. Quies siguir fasta l'entamu?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw guetó al entamu de la presentación. Quies siguir fasta'l final?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animación"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Enllaz"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -8096,19 +8102,19 @@ msgid "Page _height:"
msgstr "Al_tura de páxina"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Escala"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 39e8cd7fd06..e1a39495b3d 100644
--- a/source/ast/svx/messages.po
+++ b/source/ast/svx/messages.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-02-21 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-11 15:45+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ast/>\n"
"Language: ast\n"
@@ -6763,7 +6763,7 @@ msgstr "Camudar campu de control"
#: include/svx/strings.hrc:1214
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
-msgstr "Campu de testu"
+msgstr "Caxa de testu"
#. CBmAL
#: include/svx/strings.hrc:1215
@@ -10165,7 +10165,7 @@ msgstr ""
#: include/svx/strings.hrc:1804
msgctxt "RID_SVXSTR_FONTWORK"
msgid "Text along Path..."
-msgstr ""
+msgstr "Testu siguiendo un camín..."
#. Eg8QT
#: include/svx/strings.hrc:1806
@@ -11787,7 +11787,7 @@ msgstr "$(ERR) al executar la revisión ortográfica."
#: svx/inc/svxerr.hrc:35
msgctxt "RID_SVXERRCTX"
msgid "$(ERR) executing the hyphenation."
-msgstr "$(ERR) al executar la separtación silábica."
+msgstr "$(ERR) al executar el guionáu."
#. G3CuN
#: svx/inc/svxerr.hrc:37
@@ -15988,7 +15988,7 @@ msgstr ""
#: svx/uiconfig/ui/dockingfontwork.ui:162
msgctxt "dockingforntwork|frameStyle"
msgid "Style"
-msgstr ""
+msgstr "Estilu"
#. AKiRy
#: svx/uiconfig/ui/dockingfontwork.ui:190
@@ -16125,7 +16125,7 @@ msgstr ""
#: svx/uiconfig/ui/dockingfontwork.ui:429
msgctxt "dockingforntwork|frameShadow"
msgid "Shadow"
-msgstr ""
+msgstr "Solombra"
#. MDpHx
#: svx/uiconfig/ui/dockingfontwork.ui:452
@@ -19896,14 +19896,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "Nuevu..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
@@ -20327,13 +20339,13 @@ msgstr ""
#: svx/uiconfig/ui/sidebarpossize.ui:598
msgctxt "sidebarpossize|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. 3SAJQ
#: svx/uiconfig/ui/sidebarpossize.ui:603
msgctxt "sidebarpossize|accessible_name|ratio"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. EUi4Y
#: svx/uiconfig/ui/sidebarpossize.ui:604
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 35b76cbf4bf..eddd828130e 100644
--- a/source/ast/sw/messages.po
+++ b/source/ast/sw/messages.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-03 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
+"PO-Revision-Date: 2024-03-11 15:44+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/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: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. oKCHH
@@ -158,7 +158,7 @@ msgstr "Los niveles d'esquema tienen d'entamar col nivel 1, en vez del nivel %LE
#: sw/inc/AccessibilityCheckStrings.hrc:39
msgctxt "STR_FONTWORKS"
msgid "Avoid Fontwork objects in your documents. Make sure you use it for samples or other meaningless text."
-msgstr "Evita los oxetos de Fontwork nos tos documentos. Asegúrate que lo emplegues p'amueses o otros testos ensin sentíu."
+msgstr "Evita los oxetos de Fontwork nos tos documentos. Asegúrate que lo emplegues p'amosances o otros testos ensin sentíu."
#. EyCiU
#: sw/inc/AccessibilityCheckStrings.hrc:40
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Mou d'escritura"
@@ -3793,13 +3799,13 @@ msgstr "Revisión ortográfica..."
#: sw/inc/strings.hrc:277
msgctxt "STR_STATSTR_HYPHEN"
msgid "Hyphenation..."
-msgstr "Separtación silábica..."
+msgstr "Guionáu..."
#. Dku8Y
#: sw/inc/strings.hrc:278
msgctxt "STR_STATSTR_TOX_INSERT"
msgid "Inserting Index..."
-msgstr "Inxertando direutoriu..."
+msgstr "Inxertando l'índiz..."
#. wvAiH
#: sw/inc/strings.hrc:279
@@ -11164,7 +11170,7 @@ msgstr "Mueve l'estilu de párrafu escoyíu un nivel embaxo na xerarquía d'índ
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:273
msgctxt "assignstylesdialog|stylecolumn"
msgid "Style"
-msgstr ""
+msgstr "Estilu"
#. 3MYjK
#: sw/uiconfig/swriter/ui/assignstylesdialog.ui:462
@@ -16914,13 +16920,13 @@ msgstr "Restablez el tamañu del oxetu escoyíu a los valores orixinales."
#: sw/uiconfig/swriter/ui/frmtypepage.ui:329
msgctxt "frmtypepage|ratio_tip"
msgid "Keep ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. e34th
#: sw/uiconfig/swriter/ui/frmtypepage.ui:334
msgctxt "frmtypepage|accessible_name|CBX_SCALE"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Caltener la proporción"
#. EtFBD
#: sw/uiconfig/swriter/ui/frmtypepage.ui:335
diff --git a/source/az/basctl/messages.po b/source/az/basctl/messages.po
index cdd884ebca7..85540551381 100644
--- a/source/az/basctl/messages.po
+++ b/source/az/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-10-01 22:24+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1086,7 +1086,7 @@ msgid "_Line number:"
msgstr "_Sətir nömrəsi:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index e730a6ea956..cd69d827455 100644
--- a/source/az/cui/messages.po
+++ b/source/az/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21600,228 +21600,240 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr ""
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Daxil et"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Növ:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr ""
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr ""
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr ""
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Sәhifә"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr ""
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr ""
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr ""
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr ""
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
#, fuzzy
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "Xəttlər"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
#, fuzzy
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "Xəttlər"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/az/editeng/messages.po b/source/az/editeng/messages.po
index 0af98531b9d..51b259751cf 100644
--- a/source/az/editeng/messages.po
+++ b/source/az/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-01-15 15:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1349,402 +1349,432 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr ""
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr ""
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr ""
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr ""
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr ""
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
#, fuzzy
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "nota"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr ""
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr ""
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr ""
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr ""
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr ""
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr ""
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr ""
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr ""
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr ""
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr ""
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr ""
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr ""
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr ""
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr ""
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr ""
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr ""
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr ""
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr ""
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr ""
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr ""
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr ""
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr ""
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr ""
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr ""
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr ""
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr ""
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr ""
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr ""
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr ""
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr ""
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr ""
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr ""
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr ""
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr ""
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr ""
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr ""
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr ""
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
#, fuzzy
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Sil"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr ""
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
#, fuzzy
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Daxil et"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Əvəzlə"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr ""
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr ""
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr ""
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr ""
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr ""
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr ""
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr ""
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr ""
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr ""
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr ""
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr ""
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr ""
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1752,43 +1782,43 @@ msgid ""
msgstr ""
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr ""
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr ""
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr ""
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr ""
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Yığ"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr ""
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
#, fuzzy
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
diff --git a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po b/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
index a85ca391bf0..ad6295088bf 100644
--- a/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/az/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -34379,16 +34379,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr ""
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr ""
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/az/sc/messages.po b/source/az/sc/messages.po
index 1b9a323d86f..8d472871462 100644
--- a/source/az/sc/messages.po
+++ b/source/az/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20037,25 +20037,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/az/sd/messages.po b/source/az/sd/messages.po
index 67fab361229..0f8c833f23b 100644
--- a/source/az/sd/messages.po
+++ b/source/az/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1734,585 +1734,591 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Şəkil Daxil et"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Səs və ya Video əlavə et"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr ""
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Sәhifә"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Varsayılan"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Başlıq"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr ""
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Başlıq"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr ""
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
#, fuzzy
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "notalar"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2320,641 +2326,641 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Başlıq"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Sәhifә"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "notalar"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr ""
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nota"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ölçü:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Cədvəllər"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Sәnәd"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr ""
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr ""
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7999,20 +8005,20 @@ msgid "Page _height:"
msgstr ""
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
#, fuzzy
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Miqyaslandırılmış"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 03825d3cef4..7602d897768 100644
--- a/source/az/svx/messages.po
+++ b/source/az/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19695,14 +19695,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr ""
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 147a9d48e32..00d197bd8a9 100644
--- a/source/az/sw/messages.po
+++ b/source/az/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/be/basctl/messages.po b/source/be/basctl/messages.po
index 2c29b55a112..f37ff4855cc 100644
--- a/source/be/basctl/messages.po
+++ b/source/be/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-11-22 15:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1086,7 +1086,7 @@ msgid "_Line number:"
msgstr "_Нумар радка:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index e30f2dfc510..d0e060a5e7c 100644
--- a/source/be/cui/messages.po
+++ b/source/be/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -21492,224 +21492,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Пераносы"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "Уставіць"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr ""
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Са стылем старо_нкі:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr ""
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "_Тып:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Нумар с_таронкі:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Месца:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Стыль старонкі"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr ""
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Старонка"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Калонка"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr ""
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Перад"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "Пасля"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr ""
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Разрывы"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr ""
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "Разам з наступным абзацам"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr ""
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr ""
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "лініі"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "лініі"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/be/editeng/messages.po b/source/be/editeng/messages.po
index c6ec798440b..37281258dc2 100644
--- a/source/be/editeng/messages.po
+++ b/source/be/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-12-23 20:32+0000\n"
"Last-Translator: Мікалай Удодаў <crom-a@tut.by>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Стыль старонкі: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Кернінг "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "locked "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Шчыльна "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Графіка"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "няма"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Кропкі "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Колца "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Залітае колца "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Націск* "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Над"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Пад"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Выкл. двухрадковы"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Двухрадковы"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Без аўта-прагалаў між знакамі"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Без аўта-прагалаў між знакамі"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Без вісячай пунктуацыі ў канцы радка"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "З вісячай пунктуацыяй у канцы радка"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Правяраць паводле спісу забароненых знакаў пачаткі і канчаткі радкоў"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Не правяраць паводле спісу забароненых знакаў пачаткі і канчаткі радкоў"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "No rotated characters"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Character rotated by $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Умясціць у радку"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Тэкст не павернуты"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Тэкст павернуты на $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Characters scaled $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "No scaled characters"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "No relief"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Relief"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Engraved"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Аўтаматычнае раўнаванне тэксту"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Раўнаванне тэксту па базавай лініі"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Раўнаванне тэксту зверху"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Раўнаванне тэксту ў цэнтры"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Раўнаванне тэксту знізу"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Напрамак тэксту злева направа (гарызантальна)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Напрамак тэксту справа налева (гарызантальна)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Напрамак тэксту злева направа (вертыкальна)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Напрамак тэксту справа налева (вертыкальна)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Выкарыстоўваць кірунак тэксту вышэйстаячых аб'ектаў"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Абзац прывязаны да тэкставай рашоткі (калі актыўна)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Абзац не прывязаны да тэкставай рашоткі"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Not hidden"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Hidden"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Падача паперы"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[Як настаўлены прынтар]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Сцерці"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Перамясціць"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Уставіць"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Замяніць"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Apply attributes"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Reset attributes"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Indent"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Ужыць стылі"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Змяніць рэгістр літар"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Word is %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Paragraph is %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Аўтаматычна"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Графічны маркёр у абзацы"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Графічны маркёр"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Ці працягваць праверку ад пачатку дакумента?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Ці працягваць праверку ад канца дакумента?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"due to unknown reason."
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "The dictionary is already full."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "The dictionary is read-only."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Indent"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Show subpoints"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Згарнуць"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Apply attributes"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Уставіць"
diff --git a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index 230b1fb8a25..55db9bf5c8e 100644
--- a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
@@ -34255,16 +34255,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Да наступнага сказу"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "З нумараваннем"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/be/sc/messages.po b/source/be/sc/messages.po
index 000fa93eb14..285efd61d60 100644
--- a/source/be/sc/messages.po
+++ b/source/be/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20499,25 +20499,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/be/sd/messages.po b/source/be/sd/messages.po
index 7ababbc1b27..1031896a9f8 100644
--- a/source/be/sd/messages.po
+++ b/source/be/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1729,588 +1729,594 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Стылі клетак"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Абрыс %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Да пачатковага выклада слайда"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Уставіць табліцу"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Уставіць дыяграму"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Уставіць відарыс"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Уставіць гуказапіс ці відэа"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Перацягванне старонак"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Перацягванне слайдаў"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Дадайце выявы ў альбом."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Тэкставы слайд"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Фон"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Аб'екты фону"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Выклад"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Кантрольнікі"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Мерныя лініі"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Слайд"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Старонка"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Слайд"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
#, fuzzy
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Апошні слайд"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Майстар-старонка"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Заўвагі)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Раздаткі"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Каб правіць фармат загалоўка, «клікніце» мышкай"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Каб правіць фармат структуры, «клікніце» мышкай"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Другі ўзровень структуры"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Трэці ўзровень структуры"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Чацвёрты ўзровень структуры"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Пяты ўзровень структуры"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Шосты ўзровень структуры"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Сёмы ўзровень структуры"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Каб перамясціць слайд, «клікніце» мышкай"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Каб правіць фармат заўваг, «клікніце» мышкай"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Клікніце, каб дадаць тэкст"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Клікніце, каб дадаць тэкст"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Клікніце, каб дадаць тэкст"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
#, fuzzy
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Клікніце, каб дадаць тэкст"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Каб дадаць графіку, двойчы-«клікніце» мышкай"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Каб дадаць аб'ект, двойчы-«клікніце» мышкай"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Каб дадаць графіку, двойчы-«клікніце» мышкай"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Прадвызначана"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Загаловак"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Перамясціць слайды"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Аб'ект без заліўкі"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Аб'ект без заліўкі і ліній"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Тэкст"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Назва"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Падзагаловак"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Структура"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Аб'екты фону"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Фон"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Заўвагі"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Імпартаваць з PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Запісаць дакумент"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Зменшыць памер шрыфту"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Павялічыць памер шрыфту"
@@ -2318,643 +2324,643 @@ msgstr "Павялічыць памер шрыфту"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Від: рысункі"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Від: рысункі"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Від: структура"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Від: слайды"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Тут можна парадкаваць слайды."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Від: заўвагі"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Від: раздаткі"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Загаловак прэзентацыі"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Структура прэзентацыі"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Стылі прэзентацый"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Рэжым прэзентацыі"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Стылі прэзентацый"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Раздатак"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Рэжым прэзентацыі"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Рэжым прэзентацыі"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Прэзентацыя %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Загаловак"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Контур"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Падзагаловак"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Старонка"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Заўвагі"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Раздатак"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Калантытул ніжні"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Калантытул верхні"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Дата"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Лічба"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(толькі-чытаць)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "none"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Да наступнага націскання"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Да заканчэння слайда"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Накірунак:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Маштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Спіцы:"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Першы колер:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Другі колер:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Колер запаўнення:"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стыль:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Шрыфт:"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Колер шрыфту:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стыль:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Гарнітура:"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Колер лініі:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Памер шрыфту:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Памер:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Колькасць:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Колер:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(без гуку)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(спыніць папярэдні гук)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Іншы гук..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Спроба"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Актываваць"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Адмысловыя шляхі"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Выдзяленне: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Выхад: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Сцежкі руху: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Няма"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Сёння,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Учора,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(без аўтара)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress давёў пошук да заканчэння прэзентацыі. Ці працягваць пошук ад пачатку?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress давёў пошук да пачатку прэзентацыі. Ці працягваць пошук ад заканчэння?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Уставіць заўвагу"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Сцерці заўвагу(-і)"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Перанесці заўвагу"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Правіць заўвагу"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Заўвага на %1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Узнаўлянне мультымедый"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Табліца"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Дакумент"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Змесціва"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Назва слайда"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Назва старонкі"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Дата і час"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Прыхаваныя старонкі"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Колер"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Памер"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Брашура"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Бакі аркушаў"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Улучаць"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Папера толькі з падачы, запісанай у настаўленнях прынтара"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7953,19 +7959,19 @@ msgid "Page _height:"
msgstr "Вышыня старонкі:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Маштаб"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index 5f7595b612f..f2960ec9ac6 100644
--- a/source/be/svx/messages.po
+++ b/source/be/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Belarusian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/be/>\n"
@@ -19632,14 +19632,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr ""
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index 8d940c36f1c..b5924f05ddd 100644
--- a/source/be/sw/messages.po
+++ b/source/be/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1832,302 +1832,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/bg/basctl/messages.po b/source/bg/basctl/messages.po
index 07abcb324cc..bec4e46b605 100644
--- a/source/bg/basctl/messages.po
+++ b/source/bg/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-24 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1554813050.000000\n"
#. fniWp
@@ -1092,7 +1092,7 @@ msgid "_Line number:"
msgstr "Номер на ред:"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 93c0d117610..5521876f14d 100644
--- a/source/bg/cui/messages.po
+++ b/source/bg/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-02 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564897785.000000\n"
#. GyY9M
@@ -21494,224 +21494,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr "Минимална дължина на думата в знаци"
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
-msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
-msgstr "Без пренасяне на думи с ГЛАВНИ букви"
-
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
-msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
-msgstr "Последната дума не се пренася"
-
#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
+#: cui/uiconfig/ui/textflowpage.ui:262
msgctxt "textflowpage|labelHyphenZone"
msgid "Hyphenation _zone:"
msgstr "Зона за сричкопренасяне:"
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
+msgctxt "textflowpage|checkNoCaps"
+msgid "Hyphenate words in _CAPS"
+msgstr ""
+
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
+msgctxt "textflowpage|checkNoLastWord"
+msgid "Hyphenate last word"
+msgstr ""
+
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
+msgstr ""
+
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "Сричкопренасяне"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "_Вмъкване"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "Отметнете това поле, а после изберете вида прекъсване, което желаете да използвате."
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "Със стил на страница:"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "Отметнете полето и определете стила на страница, който искате да се използва за първата страница след знака за прекъсване."
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "Тип:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr "Въведете номера за първата страница след знака за нова страница. Ако искате да продължите текущата номерация, оставете полето неотметнато."
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "Номер на страница:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "Позиция:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "Стил на страница"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "Определете стила на форматиране за първата страница след знака за прекъсване."
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "Страница"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "Колона"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "Изберете типа на знака за прекъсване, който искате да се вмъкне."
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "Преди"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "След"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "Изберете къде да бъде вмъкнат знакът за прекъсване."
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "Знаци за прекъсване"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr "Разрешено разцепване на абзаци"
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "Пренася изцяло абзаца в следващата страница или колона, без да разделя редовете му."
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "_Заедно със следващия абзац"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "Поддържа абзаца винаги заедно със следващия го абзац, когато бъде вмъкнат знак за прекъсване на колона или страница."
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr "Без разцепване в началото на абзаца"
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr "Брой редове в началото на абзац, които да бъдат държани заедно (избягване на висящи редове в началото)."
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац преди прекъсване на страница. Изберете това поле за отметка и въведете брой в полето Редове."
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr "Без разцепване в края на абзаца"
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr "Брой редове в края на абзац, които да бъдат държани заедно (избягване на висящи редове в края)."
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац на първата страница след прекъсване. Изберете това поле за отметка и въведете брой в полето Редове."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац преди прекъсване на страница. Изберете това поле за отметка и въведете брой в полето Редове."
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "Определя минималния брой редове от абзац на първата страница след прекъсване. Изберете това поле за отметка и въведете брой в полето Редове."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "реда"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "реда"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr "Настройки за разделяне на редове"
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr "Задаване на настройки за сричкопренасяне и страниране."
diff --git a/source/bg/editeng/messages.po b/source/bg/editeng/messages.po
index f57de0d6fb2..0e31062d54a 100644
--- a/source/bg/editeng/messages.po
+++ b/source/bg/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-01-24 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/bg/>\n"
@@ -1345,399 +1345,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr "Зона за сричкопренасяне "
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "Стил за страници: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "Кърнинг "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "заключен "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "Сбит "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "Графика"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "няма"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "Точки "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "Кръг "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "Запълнен кръг "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "Ударение "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "Отгоре"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "Отдолу"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "Двойни редове – изключени"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "Двойни редове"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "Без автоматична знакова разредка"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "Без автоматична знакова разредка"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "Без висяща пунктуация в края на реда"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "Висяща пунктуация в края на реда"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "Прилагане на списък на забранените знаци за начало и край на ред"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "Да не се прилага списък на забранените знаци за начало и край на ред"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "Без завъртени знаци"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "Знакът е завъртян на $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "Побиране в реда"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "Текстът не е завъртян"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "Текстът е завъртян на $(ARG1)°"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "Знакът е мащабиран с $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "Без мащабирани знаци"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "Без релеф"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "Релеф"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "Вдълбан"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "Автоматично подравняване на текста"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "Текстът е подравнен към базовата линия"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "Текстът е подравнен отгоре"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "Текстът е подравнен в средата"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "Текстът е подравнен отдолу"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "Писане от ляво надясно (хоризонтално)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "Писане от дясно наляво (хоризонтално)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "Писане от дясно наляво (вертикално)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "Писане от ляво надясно (вертикално)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "Вземане посоката на текста от по-висшестоящия обект"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr "Писане от ляво надясно (вертикално от долу)"
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr "Писане от дясно наляво (вертикално, всички знаци завъртени)"
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "Абзацът прилепва към текстовата мрежа (ако е активна)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "Абзацът не прилепва към текстовата мрежа"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "Не скрит"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "Скрит"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "Касета с хартия"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[От настройките на принтера]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "Изтриване"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "Местене"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "Вмъкване"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "Замяна"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "Прилагане на атрибути"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "Нулиране на атрибути"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "Отстъп"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "Прилагане на стилове"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "Смяна на регистъра"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "Думата е на %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "Абзацът е на %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "Автоматично"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "Графичен водач в абзац"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "Графичен водач"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "Абзац: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "Желаете ли проверката да продължи от началото на документа?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "Желаете ли проверката да продължи от края на документа?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1747,43 +1777,43 @@ msgstr ""
"в речника по неизвестна причина."
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "Речникът вече е пълен."
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "Речникът е само за четене."
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "Отстъп"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "Показване на подточките"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "Свиване"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "Прилагане на атрибути"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "Вмъкване"
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
index 44a400f61d5..ff5d5d1d300 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-27 09:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/bg/>\n"
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index 105e086303a..d65cb93ad11 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-02 05:57+0000\n"
+"PO-Revision-Date: 2024-03-07 07:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 5.3.1\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562357170.000000\n"
@@ -546,7 +546,7 @@ msgctxt ""
"bm_id3153360\n"
"help.text"
msgid "<bookmark_value>page styles; headers</bookmark_value><bookmark_value>page styles; footers</bookmark_value><bookmark_value>headers; defining</bookmark_value><bookmark_value>footers; defining</bookmark_value><bookmark_value>file names in headers/footers</bookmark_value><bookmark_value>changing;dates, automatically</bookmark_value><bookmark_value>dates;updating automatically</bookmark_value><bookmark_value>automatic date updates</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>стилове за страници; горни колонтитули</bookmark_value><bookmark_value>стилове за страници; долни колонтитули</bookmark_value><bookmark_value>горни колонтитули; задаване</bookmark_value><bookmark_value>долни колонтитули; задаване</bookmark_value><bookmark_value>име на файл в колонтитул</bookmark_value><bookmark_value>промяна;дати, автоматично</bookmark_value><bookmark_value>дати;автоматично обновяване</bookmark_value><bookmark_value>автоматично обновяване на дати</bookmark_value>"
#. ZCGAB
#: 02120100.xhp
@@ -555,7 +555,7 @@ msgctxt ""
"hd_id3153360\n"
"help.text"
msgid "<link href=\"text/scalc/01/02120100.xhp\">Headers and Footers</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02120100.xhp\">Колонтитули</link>"
#. H63aE
#: 02120100.xhp
@@ -564,7 +564,7 @@ msgctxt ""
"par_id3150768\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/HeaderFooterContent\">Defines or formats a header or footer for the page style in use.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/HeaderFooterContent\">Служи за задаване или форматиране на колонтитул в използвания стил на страница.</ahelp>"
#. zcpzd
#: 02120100.xhp
@@ -663,7 +663,7 @@ msgctxt ""
"par_id3159266\n"
"help.text"
msgid "<image id=\"img_id3156386\" src=\"cmd/sc_text.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156386\">Icon Text Attributes</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156386\" src=\"cmd/sc_text.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156386\">Икона за атрибути на текста</alt></image>"
#. c5Sg3
#: 02120100.xhp
@@ -699,7 +699,7 @@ msgctxt ""
"par_id3150369\n"
"help.text"
msgid "<image id=\"img_id3150518\" src=\"cmd/sc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150518\">Icon Folder</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150518\" src=\"cmd/sc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150518\">Икона за папка</alt></image>"
#. USNCP
#: 02120100.xhp
@@ -735,7 +735,7 @@ msgctxt ""
"par_id3146870\n"
"help.text"
msgid "<image id=\"img_id3148870\" src=\"cmd/sc_inserttable.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148870\">Icon Sheet Name</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148870\" src=\"cmd/sc_inserttable.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148870\">Икона за име на лист</alt></image>"
#. pVkuG
#: 02120100.xhp
@@ -771,7 +771,7 @@ msgctxt ""
"par_id3151304\n"
"help.text"
msgid "<image id=\"img_id3155386\" src=\"cmd/sc_insertpagenumberfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155386\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155386\" src=\"cmd/sc_insertpagenumberfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155386\">Икона</alt></image>"
#. j9siN
#: 02120100.xhp
@@ -807,7 +807,7 @@ msgctxt ""
"par_id3149315\n"
"help.text"
msgid "<image id=\"img_id3155757\" src=\"cmd/sc_insertpagecountfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155757\">Icon Pages</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155757\" src=\"cmd/sc_insertpagecountfield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155757\">Икона за страници</alt></image>"
#. mgBTS
#: 02120100.xhp
@@ -843,7 +843,7 @@ msgctxt ""
"par_id3147299\n"
"help.text"
msgid "<image id=\"img_id3150394\" src=\"cmd/sc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150394\">Icon Date</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150394\" src=\"cmd/sc_datefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150394\">Икона за дата</alt></image>"
#. jETp9
#: 02120100.xhp
@@ -879,7 +879,7 @@ msgctxt ""
"par_id3153122\n"
"help.text"
msgid "<image id=\"img_id3146884\" src=\"cmd/sc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146884\">Icon Time</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146884\" src=\"cmd/sc_timefield.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146884\">Икона за час</alt></image>"
#. iSmFZ
#: 02120100.xhp
@@ -906,7 +906,7 @@ msgctxt ""
"bm_id8473769\n"
"help.text"
msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>запълване;списъци за избор</bookmark_value><bookmark_value>списъци за избор;запълване на клетки</bookmark_value>"
#. 6GV29
#: 02140000.xhp
@@ -915,7 +915,7 @@ msgctxt ""
"hd_id3153876\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140000.xhp\">Fill Cells</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140000.xhp\">Запълване на клетки</link>"
#. EGKxk
#: 02140000.xhp
@@ -933,7 +933,7 @@ msgctxt ""
"hd_id601702426898284\n"
"help.text"
msgid "Filling cells using context menus"
-msgstr ""
+msgstr "Запълване на клетки чрез контекстните менюта"
#. MCHTJ
#: 02140000.xhp
@@ -942,7 +942,7 @@ msgctxt ""
"par_id341702426995235\n"
"help.text"
msgid "You can reuse the values in the current column to fill the cell."
-msgstr ""
+msgstr "Можете да използвате отново стойностите в текущата колона, за да попълните клетката."
#. YDNgA
#: 02140000.xhp
@@ -978,7 +978,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Fill Down"
-msgstr ""
+msgstr "Запълване надолу"
#. nTtrD
#: 02140100.xhp
@@ -987,7 +987,7 @@ msgctxt ""
"hd_id3150792\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140100.xhp\">Fill Down</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140100.xhp\">Запълване надолу</link>"
#. ywHLJ
#: 02140100.xhp
@@ -1023,7 +1023,7 @@ msgctxt ""
"hd_id3153896\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140200.xhp\"> Fill Right</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140200.xhp\">Запълване надясно</link>"
#. vEYiU
#: 02140200.xhp
@@ -1059,7 +1059,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140300.xhp\">Fill Up</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140300.xhp\">Запълване нагоре</link>"
#. o94hh
#: 02140300.xhp
@@ -1095,7 +1095,7 @@ msgctxt ""
"hd_id3153896\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140400.xhp\">Fill Left</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140400.xhp\">Запълване наляво</link>"
#. z8GGE
#: 02140400.xhp
@@ -1131,7 +1131,7 @@ msgctxt ""
"hd_id3153897\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140500.xhp#fill sheets\">Fill Sheets</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140500.xhp#fill sheets\">Запълване на листове</link>"
#. Ccf2V
#: 02140500.xhp
@@ -1239,7 +1239,7 @@ msgctxt ""
"hd_id3148664\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140600.xhp#fill series\">Fill Series</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140600.xhp#fill series\">Запълване с поредица</link>"
#. c5WSy
#: 02140600.xhp
@@ -1617,7 +1617,7 @@ msgctxt ""
"hd_id2308201415431520596\n"
"help.text"
msgid "<link href=\"text/scalc/01/02140700.xhp\">Fill Random Numbers</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02140700.xhp\">Запълване със случайни числа</link>"
#. 7mPnk
#: 02140700.xhp
@@ -1959,7 +1959,7 @@ msgctxt ""
"par_id2308201415432870493\n"
"help.text"
msgid "Poisson"
-msgstr ""
+msgstr "Поасон"
#. cTXjZ
#: 02140700.xhp
@@ -1968,7 +1968,7 @@ msgctxt ""
"par_id2308201415432973994\n"
"help.text"
msgid "<emph>Mean:</emph> The mean of the Poisson distribution."
-msgstr ""
+msgstr "<emph>Средно:</emph> средната стойност на разпределението на Поасон."
#. akcZB
#: 02140700.xhp
@@ -2076,7 +2076,7 @@ msgctxt ""
"hd_id3143284\n"
"help.text"
msgid "Clear Cells"
-msgstr ""
+msgstr "Изчистване на клетки"
#. EFqQE
#: 02150000.xhp
@@ -2301,7 +2301,7 @@ msgctxt ""
"hd_id3153726\n"
"help.text"
msgid "<link href=\"text/scalc/01/02160000.xhp\">Delete Cells</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/02160000.xhp\">Изтриване на клетки</link>"
#. 5FoZA
#: 02160000.xhp
@@ -2391,7 +2391,7 @@ msgctxt ""
"par_id581702131982105\n"
"help.text"
msgid "This command is equivalent to <embedvar href=\"text/shared/01/DeleteRows.xhp#h1\" markup=\"ignore\"/>."
-msgstr ""
+msgstr "Тази команда е еквивалентна на <embedvar href=\"text/shared/01/DeleteRows.xhp#h1\" markup=\"ignore\"/>."
#. HFAFf
#: 02160000.xhp
@@ -2418,7 +2418,7 @@ msgctxt ""
"par_id311702131990711\n"
"help.text"
msgid "This command is equivalent to <embedvar href=\"text/shared/01/DeleteColumns.xhp#h1\" markup=\"ignore\"/>."
-msgstr ""
+msgstr "Тази команда е еквивалентна на <embedvar href=\"text/shared/01/DeleteColumns.xhp#h1\" markup=\"ignore\"/>."
#. 727Hj
#: 02160000.xhp
@@ -2751,7 +2751,7 @@ msgctxt ""
"hd_id3156023\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/02210000.xhp\">Select Sheets</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/02210000.xhp\">Избиране на листове</link></variable>"
#. AvaHe
#: 02210000.xhp
@@ -2760,7 +2760,7 @@ msgctxt ""
"par_id3147265\n"
"help.text"
msgid "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Opens the <emph>Select Sheets</emph> dialog to select multiple sheets.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"tabellenauswaehlen\"><ahelp hid=\".uno:SelectTables\" visibility=\"visible\">Отваря диалога <emph>Избиране на листове</emph> за избиране на няколко листа.</ahelp></variable>"
#. GNEFZ
#: 02210000.xhp
@@ -2886,7 +2886,7 @@ msgctxt ""
"hd_id3156024\n"
"help.text"
msgid "<link href=\"text/scalc/01/03070000.xhp\">View Headers</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/03070000.xhp\">Показване на заглавията</link>"
#. 5Cdt5
#: 03070000.xhp
@@ -2931,7 +2931,7 @@ msgctxt ""
"bm_id3151384\n"
"help.text"
msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>електронни таблици; осветяване на стойностите</bookmark_value><bookmark_value>стойности;осветяване</bookmark_value><bookmark_value>осветяване; стойности в листове</bookmark_value><bookmark_value>цветове;на стойности</bookmark_value>"
#. iLMBi
#: 03080000.xhp
@@ -3057,7 +3057,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Break View"
-msgstr "Изглед Разделители на страници"
+msgstr "Изглед „Разделители на страници“"
#. BBCmD
#: 03100000.xhp
@@ -3066,7 +3066,7 @@ msgctxt ""
"hd_id3151384\n"
"help.text"
msgid "<link href=\"text/scalc/01/03100000.xhp\">Page Break</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/03100000.xhp\">Разделители на страници</link>"
#. BCmmc
#: 03100000.xhp
@@ -3075,7 +3075,7 @@ msgctxt ""
"par_id3150792\n"
"help.text"
msgid "<variable id=\"page_break_view_text\"><ahelp hid=\".\">Display the page breaks and print ranges in the sheet.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"page_break_view_text\"><ahelp hid=\".\">В листа се показват разделянето на страници и диапазоните за печат.</ahelp></variable>"
#. PEkUD
#: 03100000.xhp
@@ -3084,7 +3084,7 @@ msgctxt ""
"par_id711698358957046\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem> to switch this mode off."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Нормален</menuitem>, за да изключите този режим."
#. USJHW
#: 03100000.xhp
@@ -3291,7 +3291,7 @@ msgctxt ""
"hd_id3156023\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/04020000.xhp\">Insert Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/04020000.xhp\">Вмъкване на клетки</link></variable>"
#. B7XjS
#: 04020000.xhp
@@ -3300,7 +3300,7 @@ msgctxt ""
"par_id3150542\n"
"help.text"
msgid "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Opens the <emph>Insert Cells</emph> dialog, in which you can insert new cells according to the options that you specify.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"zelleneinfuegentext\"><ahelp hid=\".uno:InsertCell\">Отваря диалога <emph>Вмъкване на клетки</emph>, чрез който можете да вмъквате нови клетки според зададени от вас настройки.</ahelp></variable>"
#. GZFzr
#: 04020000.xhp
@@ -3309,7 +3309,7 @@ msgctxt ""
"par_id851702164980152\n"
"help.text"
msgid "You can delete cells by choosing <link href=\"text/scalc/01/02160000.xhp\"><emph>Sheet - Delete Cells</emph></link>."
-msgstr ""
+msgstr "Можете да изтривате клетки, като изберете <link href=\"text/scalc/01/02160000.xhp\"><emph>Лист - Изтриване на клетки</emph></link>."
#. GNLr2
#: 04020000.xhp
@@ -3345,7 +3345,7 @@ msgctxt ""
"par_id3152596\n"
"help.text"
msgid "<variable id=\"zellenuntentext\"><ahelp hid=\"modules/scalc/ui/insertcells/down\">Inserts cells and moves the contents of the selected range downward.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"zellenuntentext\"><ahelp hid=\"modules/scalc/ui/insertcells/down\">Вмъква клетки и премества съдържанието на избрания диапазон надолу.</ahelp></variable>"
#. JUkhx
#: 04020000.xhp
@@ -3363,7 +3363,7 @@ msgctxt ""
"par_id3144764\n"
"help.text"
msgid "<variable id=\"zellenrechtstext\"><ahelp hid=\"modules/scalc/ui/insertcells/right\">Inserts cells and moves the contents of the selected range to the right.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"zellenrechtstext\"><ahelp hid=\"modules/scalc/ui/insertcells/right\">Вмъква клетки и премества съдържанието на избрания диапазон надясно.</ahelp></variable>"
#. en4x8
#: 04020000.xhp
@@ -3390,7 +3390,7 @@ msgctxt ""
"par_id581702131982105\n"
"help.text"
msgid "This command is equivalent to <embedvar href=\"text/shared/01/InsertRowsBefore.xhp#h1\" markup=\"ignore\"/>."
-msgstr ""
+msgstr "Тази команда е еквивалентна на <embedvar href=\"text/shared/01/InsertRowsBefore.xhp#h1\" markup=\"ignore\"/>."
#. HKGtx
#: 04020000.xhp
@@ -3417,7 +3417,7 @@ msgctxt ""
"par_id311702131990711\n"
"help.text"
msgid "This command is equivalent to <embedvar href=\"text/shared/01/InsertColumnsBefore.xhp#h1\" markup=\"ignore\"/>."
-msgstr ""
+msgstr "Тази команда е еквивалентна на <embedvar href=\"text/shared/01/InsertColumnsBefore.xhp#h1\" markup=\"ignore\"/>."
#. qtDef
#: 04030000.xhp
@@ -3741,7 +3741,7 @@ msgctxt ""
"par_idN105C1\n"
"help.text"
msgid "<link href=\"text/scalc/01/04050100.xhp\">Insert Sheet from file</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04050100.xhp\">Вмъкване на лист от файл</link>"
#. yydHc
#: 04050100.xhp
@@ -8241,7 +8241,7 @@ msgctxt ""
"par_id9841608\n"
"help.text"
msgid "The type of the operating system: <br/>\"ANDROID\" for Google mobile operating system<br/>\"DRAGONFLY\" for DragonFly operating system forked from FreeBSD<br/>\"EMSCRIPTEN\" for browser WebAssembly system<br/>\"FREEBSD\", \"OPENBSD\" or \"NETBSD\" for operating systems based on the Berkeley Software Distribution (BSD)<br/>\"HAIKU\" for BeOS compatible operating system<br/>\"iOS\" for Apple mobile operating system <br/>\"LINUX\" for GNU/Linux based operating systems<br/>\"MACOSX\" for Apple macOS<br/>\"SOLARIS\" for Oracle Solaris operating system<br/>\"WNT\" for Microsoft Windows"
-msgstr ""
+msgstr "Типът на операционната система: <br/>\"ANDROID\" за мобилната операционна система на Google<br/>\"DRAGONFLY\" за операционната система DragonFly, разклонена от FreeBSD<br/>\"EMSCRIPTEN\" за браузърната система WebAssembly<br/>\"FREEBSD\", \"OPENBSD\" или \"NETBSD\" за операционни системи, базирани на Berkeley Software Distribution (BSD)<br/>\"HAIKU\" за операционна система, съвместима с BeOS<br/>\"iOS\" за мобилната операционна система на Apple<br/>\"LINUX\" за операционни системи, базирани на GNU/Linux<br/>\"MACOSX\" за Apple macOS<br/>\"SOLARIS\" за операционна система Oracle Solaris<br/>\"WNT\" за Microsoft Windows"
#. zcvAx
#: 04060104.xhp
@@ -41181,7 +41181,7 @@ msgctxt ""
"bm_id3156445\n"
"help.text"
msgid "<bookmark_value>operators; in spreadsheet formulas</bookmark_value><bookmark_value>formulas; operators</bookmark_value><bookmark_value>operators; formula functions</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>операции; във формули в електронни таблици</bookmark_value><bookmark_value>формули; операции</bookmark_value><bookmark_value>операции; функции във формули</bookmark_value>"
#. EwE2J
#: 04060199.xhp
@@ -41208,7 +41208,7 @@ msgctxt ""
"bm_id891687563561282\n"
"help.text"
msgid "<bookmark_value>arithmetical operators</bookmark_value><bookmark_value>division sign, see also operators</bookmark_value><bookmark_value>multiplication sign, see also operators</bookmark_value><bookmark_value>minus sign, see also operators</bookmark_value><bookmark_value>plus sign, see also operators</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>аритметични операции</bookmark_value><bookmark_value>деление, знак за, виж също операции</bookmark_value><bookmark_value>умножение, знак за, виж също операции</bookmark_value><bookmark_value>минус, знак, виж също операции</bookmark_value><bookmark_value>плюс, знак, виж също операции</bookmark_value>"
#. DVBCe
#: 04060199.xhp
@@ -41334,7 +41334,7 @@ msgctxt ""
"bm_id481687564343986\n"
"help.text"
msgid "<bookmark_value>operators;comparison</bookmark_value><bookmark_value>comparisons;operators in Calc</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>операции;сравнение</bookmark_value><bookmark_value>сравнение;операции в Calc</bookmark_value>"
#. 77TDi
#: 04060199.xhp
@@ -41442,7 +41442,7 @@ msgctxt ""
"bm_id3157975\n"
"help.text"
msgid "<bookmark_value>text operators</bookmark_value><bookmark_value>text concatenation</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>текстови операци</bookmark_value><bookmark_value>слепване на текстове</bookmark_value>"
#. aAdxC
#: 04060199.xhp
@@ -41496,7 +41496,7 @@ msgctxt ""
"par_id3157975\n"
"help.text"
msgid "text concatenation"
-msgstr ""
+msgstr "Конкатенация (слепване) на текстове"
#. JDUDf
#: 04060199.xhp
@@ -41514,7 +41514,7 @@ msgctxt ""
"bm_id291687563892759\n"
"help.text"
msgid "<bookmark_value>reference operators</bookmark_value><bookmark_value>intersection reference operator</bookmark_value><bookmark_value>union reference operator</bookmark_value><bookmark_value>range operator</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>обръщения, операции за</bookmark_value><bookmark_value>сечение на обръщения, операция</bookmark_value><bookmark_value>обединение на обръщения, операция</bookmark_value><bookmark_value>диапазон, операция</bookmark_value>"
#. GRADv
#: 04060199.xhp
@@ -41541,7 +41541,7 @@ msgctxt ""
"par_id2324900\n"
"help.text"
msgid "Range has the highest precedence, then intersection, and then finally union."
-msgstr "Операцията „област“ има най-висок приоритет, след нея е сечението и накрая – обединението."
+msgstr "Операцията „диапазон“ има най-висок приоритет, след нея е сечението и накрая – обединението."
#. nMVzZ
#: 04060199.xhp
@@ -41577,7 +41577,7 @@ msgctxt ""
"par_id3153924\n"
"help.text"
msgid "Range"
-msgstr "Област"
+msgstr "Диапазон"
#. MGA8Q
#: 04060199.xhp
@@ -41667,7 +41667,7 @@ msgctxt ""
"bm_id311687563684141\n"
"help.text"
msgid "<bookmark_value>operators;precedence of</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>операции, приоритет на</bookmark_value>"
#. P48yb
#: 04060199.xhp
@@ -41676,7 +41676,7 @@ msgctxt ""
"hd_id981687562294437\n"
"help.text"
msgid "Operator precedence"
-msgstr ""
+msgstr "Приоритет на операциите"
#. AnY7r
#: 04060199.xhp
@@ -41685,7 +41685,7 @@ msgctxt ""
"par_id271687562351999\n"
"help.text"
msgid "Associativity and precedence of operators, from highest to lowest precedence."
-msgstr ""
+msgstr "Асоциативност и приоритет на операциите от най-високия към най-ниския приоритет."
#. 2oYZr
#: 04060199.xhp
@@ -41694,7 +41694,7 @@ msgctxt ""
"par_id461687561515440\n"
"help.text"
msgid "Associativity"
-msgstr ""
+msgstr "Асоциативност"
#. 9o8yW
#: 04060199.xhp
@@ -41703,7 +41703,7 @@ msgctxt ""
"par_id801687561518810\n"
"help.text"
msgid "Operator(s)"
-msgstr ""
+msgstr "Операции"
#. rpJz9
#: 04060199.xhp
@@ -41712,7 +41712,7 @@ msgctxt ""
"par_id521687561523649\n"
"help.text"
msgid "Comments"
-msgstr ""
+msgstr "Коментари"
#. K9e8H
#: 04060199.xhp
@@ -41721,7 +41721,7 @@ msgctxt ""
"par_id611687561527049\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. Rj4Dm
#: 04060199.xhp
@@ -41730,7 +41730,7 @@ msgctxt ""
"par_id651687561534345\n"
"help.text"
msgid "Range."
-msgstr ""
+msgstr "Диапазон."
#. 7CcBD
#: 04060199.xhp
@@ -41739,7 +41739,7 @@ msgctxt ""
"par_id961687561539434\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. 5KRBi
#: 04060199.xhp
@@ -41748,7 +41748,7 @@ msgctxt ""
"par_id721687561546778\n"
"help.text"
msgid "Reference intersection (A1:C4!B1:B5 is B1:B4)."
-msgstr ""
+msgstr "Сечение на обръщения (A1:C4!B1:B5 е B1:B4)."
#. EvVGL
#: 04060199.xhp
@@ -41757,7 +41757,7 @@ msgctxt ""
"par_id741687561555251\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. QifDG
#: 04060199.xhp
@@ -41766,7 +41766,7 @@ msgctxt ""
"par_id121687561561898\n"
"help.text"
msgid "Reference union."
-msgstr ""
+msgstr "Обединение на обръщения."
#. 7fAvR
#: 04060199.xhp
@@ -41775,7 +41775,7 @@ msgctxt ""
"par_id731687561708790\n"
"help.text"
msgid "right"
-msgstr ""
+msgstr "Дясно"
#. x6cEn
#: 04060199.xhp
@@ -41784,7 +41784,7 @@ msgctxt ""
"par_id721687561715845\n"
"help.text"
msgid "Prefix unary operators. For example, -5 or -A1. Note that these have a different precedence than add and subtract."
-msgstr ""
+msgstr "Префиксни едноместни операции. Например -5 или -A1. Забележете, че те имат различен приоритет от събирането и изваждането."
#. pAdor
#: 04060199.xhp
@@ -41793,7 +41793,7 @@ msgctxt ""
"par_id171687561719559\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. cML5P
#: 04060199.xhp
@@ -41802,7 +41802,7 @@ msgctxt ""
"par_id791687561727359\n"
"help.text"
msgid "Postfix unary operator % (divide by 100). Note that this is legal with expressions, for example, B1%."
-msgstr ""
+msgstr "Постфиксна едноместна операция % (деление на 100). Забележете, че тя е допустима с изрази, например B1%."
#. X6xsj
#: 04060199.xhp
@@ -41811,7 +41811,7 @@ msgctxt ""
"par_id681687561735190\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. cB6AG
#: 04060199.xhp
@@ -41820,7 +41820,7 @@ msgctxt ""
"par_id321687561741773\n"
"help.text"
msgid "Power (2^3 is 8)."
-msgstr ""
+msgstr "Степен (2^3 е 8)."
#. 2YAKJ
#: 04060199.xhp
@@ -41829,7 +41829,7 @@ msgctxt ""
"par_id321687561745015\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. syUtD
#: 04060199.xhp
@@ -41838,7 +41838,7 @@ msgctxt ""
"par_id431687561758704\n"
"help.text"
msgid "Multiply, divide."
-msgstr ""
+msgstr "Умножение, деление."
#. uQT7C
#: 04060199.xhp
@@ -41847,7 +41847,7 @@ msgctxt ""
"par_id931687561762278\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. wz3Vr
#: 04060199.xhp
@@ -41856,7 +41856,7 @@ msgctxt ""
"par_id731687561770325\n"
"help.text"
msgid "Binary operations add, subtract. Note that unary (prefix) + and - have a different precedence."
-msgstr ""
+msgstr "Двуместни операции събиране, изваждане. Забележете, че едноместните (префиксни) + и - имат друг приоритет."
#. CLVku
#: 04060199.xhp
@@ -41865,7 +41865,7 @@ msgctxt ""
"par_id541687561818607\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. 36XAc
#: 04060199.xhp
@@ -41874,7 +41874,7 @@ msgctxt ""
"par_id391687561825288\n"
"help.text"
msgid "Binary operation string concatenation. Note that \"&\" shall be escaped when included in an XML document."
-msgstr ""
+msgstr "Двуместна операция конкатенация на низове. Забележете, че „&“ трябва да се екранира, когато е включено в документ на XML."
#. vaLpi
#: 04060199.xhp
@@ -41883,7 +41883,7 @@ msgctxt ""
"par_id921687561831376\n"
"help.text"
msgid "left"
-msgstr ""
+msgstr "Ляво"
#. Y6nxm
#: 04060199.xhp
@@ -41892,7 +41892,7 @@ msgctxt ""
"par_id631687561838545\n"
"help.text"
msgid "Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to."
-msgstr ""
+msgstr "Операции за сравнение равно, различно, по-малко, по-малко или равно, по-голямо, по-голямо или равно."
#. haEyR
#: 04060199.xhp
@@ -41901,7 +41901,7 @@ msgctxt ""
"par_id241687561247336\n"
"help.text"
msgid "Prefix \"-\" has a higher precedence than \"^\", \"^\" is left-associative, and reference intersection has a higher precedence than reference union."
-msgstr ""
+msgstr "Префиксният „-“ има по-висок приоритет от „^“, „^“ е лявоасоциативен, а сечението на обръщения има по-висок приоритет от обединението."
#. EDyXx
#: 04060199.xhp
@@ -41910,7 +41910,7 @@ msgctxt ""
"par_id941687561277896\n"
"help.text"
msgid "Prefix \"+\" and \"-\" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical."
-msgstr ""
+msgstr "Префиксните „+“ и „-“ са дефинирани като дясноасоциативни. Забележете обаче, че типичните приложения, които реализират най-много операторите, дефинирани в тази спецификация, може да ги реализират като лявоасоциативни, защото изчислените резултати ще бъдат еднакви."
#. nbL6F
#: 04060199.xhp
@@ -41919,7 +41919,7 @@ msgctxt ""
"par_id411687561295059\n"
"help.text"
msgid "Precedence can be overridden by using parentheses, so \"=2+3*4\" computes to 14 but \"=(2+3)*4\" computes 20."
-msgstr ""
+msgstr "Приоритетът може да бъде променен чрез използване на скоби, например „=2+3*4“ дава 14, но „=(2+3)*4“ дава 20."
#. 5kQTk
#: 04060199.xhp
@@ -41928,7 +41928,7 @@ msgctxt ""
"par_id661687565493405\n"
"help.text"
msgid "<link href=\"https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators\">OpenDocument v1.3 part 4, Formula Operators</link>"
-msgstr ""
+msgstr "<link href=\"https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#Operators\">OpenDocument v1.3 part 4, Formula Operators (на английски)</link>"
#. LfJJp
#: 04070000.xhp
@@ -41973,7 +41973,7 @@ msgctxt ""
"hd_id3156330\n"
"help.text"
msgid "<link href=\"text/scalc/01/04070100.xhp\">Define Names</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04070100.xhp\">Дефиниране на имена</link>"
#. cVATk
#: 04070100.xhp
@@ -42207,7 +42207,7 @@ msgctxt ""
"hd_id3153195\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/04070200.xhp\">Insert Name</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/04070200.xhp\">Вмъкване на име</link></variable>"
#. 8X9th
#: 04070200.xhp
@@ -42216,7 +42216,7 @@ msgctxt ""
"par_id3150011\n"
"help.text"
msgid "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Inserts a defined named cell range at the current cursor's position with the <emph>Paste Names</emph> dialog.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"nameneinfuegentext\"><ahelp hid=\".uno:InsertName\">Вмъква дефиниран наименуван диапазон от клетки в текущата позиция на курсора с диалога <emph>Поставяне на имена</emph>.</ahelp></variable>"
#. ecmkK
#: 04070200.xhp
@@ -42306,7 +42306,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "<link href=\"text/scalc/01/04070300.xhp\">Create Names</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04070300.xhp\">Създаване на имена</link>"
#. dby9X
#: 04070300.xhp
@@ -42423,7 +42423,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Define Label Range"
-msgstr "Дефиниране на област със заглавия"
+msgstr "Дефиниране на диапазон с етикети"
#. iuVDY
#: 04070400.xhp
@@ -42432,7 +42432,7 @@ msgctxt ""
"bm_id3150791\n"
"help.text"
msgid "<bookmark_value>sheets; defining label ranges</bookmark_value><bookmark_value>label ranges in sheets</bookmark_value>"
-msgstr "<bookmark_value>листове; задаване на области със заглавия</bookmark_value><bookmark_value>заглавия, области с</bookmark_value>"
+msgstr "<bookmark_value>листове; задаване на диапазони с етикети</bookmark_value><bookmark_value>диапазони с етикети в листове</bookmark_value>"
#. poDQF
#: 04070400.xhp
@@ -42441,7 +42441,7 @@ msgctxt ""
"hd_id3150791\n"
"help.text"
msgid "<link href=\"text/scalc/01/04070400.xhp\">Define Label Range</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04070400.xhp\">Дефиниране на диапазон с етикети</link>"
#. sTpBB
#: 04070400.xhp
@@ -42450,7 +42450,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Opens a dialog in which you can define a label range.</ahelp></variable>"
-msgstr "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Отваря диалогов прозорец, в който можете да зададете област със заглавия.</ahelp></variable>"
+msgstr "<variable id=\"beschtext\"><ahelp hid=\".uno:DefineLabelRange\">Отваря диалогов прозорец, в който можете да зададете диапазон с етикети.</ahelp></variable>"
#. 5KVaz
#: 04070400.xhp
@@ -42459,7 +42459,7 @@ msgctxt ""
"par_id3155411\n"
"help.text"
msgid "The cell contents of a label range can be used like names in formulas - $[officename] recognizes these names in the same manner that it does the predefined names of the weekdays and months. These names are automatically completed when typed into a formula. In addition, the names defined by label ranges will have priority over names defined by automatically generated ranges."
-msgstr "Съдържанието на клетките в областта със заглавия може да се използва като имена във формули – $[officename] разпознава тези имена също като предварително зададените имена на дните на седмицата и месеците. Имената се довършват автоматично при въвеждане във формула. Освен това имената от област със заглавия имат предимство пред имената, определени чрез автоматично генерирани области."
+msgstr "Съдържанието на клетките в диапазон с етикети може да се използва като имена във формули – $[officename] разпознава тези имена също като предварително зададените имена на дните на седмицата и месеците. Имената се довършват автоматично при въвеждане във формула. Освен това имената от диапазон с етикети имат предимство пред имената, определени чрез автоматично генерирани диапазони."
#. zUV9n
#: 04070400.xhp
@@ -42468,7 +42468,7 @@ msgctxt ""
"par_id3147435\n"
"help.text"
msgid "You can set label ranges that contain the same labels on different sheets. $[officename] first searches the label ranges of the current sheet and, following a failed search, the ranges of other sheets."
-msgstr "Можете да зададете области със заглавия, които съдържат същите заглавия на различни листове. $[officename] първо претърсва областите със заглавия на текущия лист и ако не открие нищо – областите от останалите листове."
+msgstr "Можете да зададете диапазони с етикети, които съдържат еднакви етикети на различни листове. $[officename] първо претърсва диапазоните с етикети на текущия лист и ако не открие нищо – диапазоните от останалите листове."
#. BVyD4
#: 04070400.xhp
@@ -42477,7 +42477,7 @@ msgctxt ""
"hd_id3145801\n"
"help.text"
msgid "Range"
-msgstr "Област"
+msgstr "Диапазон"
#. EpVti
#: 04070400.xhp
@@ -42486,7 +42486,7 @@ msgctxt ""
"par_id3154731\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign\">Displays the cell reference of each label range.</ahelp> In order to remove a label range from the list box, select it and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign\">Показва обръщението към клетките на всяка от областите със заглавия.</ahelp> За да премахнете област със заглавия от списъчното поле, изберете я и щракнете върху <emph>Изтриване</emph>."
+msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign\">Показва обръщението към клетките на всеки диапазон с етикети.</ahelp> За да премахнете диапазон с етикети от списъчното поле, изберете го и щракнете върху <emph>Изтриване</emph>."
#. X5AEH
#: 04070400.xhp
@@ -42504,7 +42504,7 @@ msgctxt ""
"par_id3150330\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/namerangesdialog/colhead\">Includes column labels in the current label range.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/colhead\">Включва заглавията на колони в текущата област със заглавия.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/colhead\">Включва етикетите на колони в текущия диапазон с етикети.</ahelp>"
#. FCaRd
#: 04070400.xhp
@@ -42522,7 +42522,7 @@ msgctxt ""
"par_id3154754\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/namerangesdialog/rowhead\">Includes row labels in the current label range.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/rowhead\">Включва заглавията на редове в текущата област със заглавия.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/rowhead\">Включва етикетите на редове в текущия диапазон с етикети.</ahelp>"
#. 6owcC
#: 04070400.xhp
@@ -42540,7 +42540,7 @@ msgctxt ""
"par_id3154703\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign2\">Sets the data range for which the selected label range is valid. To modify it, click in the sheet and select another range with the mouse.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign2\">Задава областта с данни, за която важи избраната област със заглавия. За да я промените, щракнете в листа и изберете другата област с мишката.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/edassign2\">Задава диапазона с данни, за който важи избраният диапазон с етикети. За да я промените, щракнете в листа и изберете друг диапазон с мишката.</ahelp>"
#. JYFUv
#: 04070400.xhp
@@ -42558,7 +42558,7 @@ msgctxt ""
"par_id3147005\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/namerangesdialog/add\">Adds the current label range to the list.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/add\">Добавя текущата област със заглавия към списъка.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/namerangesdialog/add\">Добавя текущия диапазон с етикети към списъка.</ahelp>"
#. sEQ86
#: 04080000.xhp
@@ -42981,7 +42981,7 @@ msgctxt ""
"bm_id3147265\n"
"help.text"
msgid "<bookmark_value>spreadsheets; hiding functions</bookmark_value><bookmark_value>hiding; rows</bookmark_value><bookmark_value>hiding; columns</bookmark_value><bookmark_value>columns;hiding</bookmark_value><bookmark_value>rows;hiding</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>електронни таблици; скриване на функции</bookmark_value><bookmark_value>скриване; редове</bookmark_value><bookmark_value>скриване; колони</bookmark_value><bookmark_value>колони; скриване</bookmark_value><bookmark_value>редове; скриване</bookmark_value>"
#. eY759
#: 05030300.xhp
@@ -42999,7 +42999,7 @@ msgctxt ""
"par_id3156281\n"
"help.text"
msgid "<ahelp hid=\".\">Hides selected rows or columns</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Скрива избраните редове или колони.</ahelp>"
#. 6Abxr
#: 05030300.xhp
@@ -43017,7 +43017,7 @@ msgctxt ""
"par_id3145251\n"
"help.text"
msgid "To display hidden rows or columns"
-msgstr ""
+msgstr "За да се покажат скрити редове или колони"
#. XGN2E
#: 05030300.xhp
@@ -43026,7 +43026,7 @@ msgctxt ""
"par_id8337046\n"
"help.text"
msgid "Select the range that includes the hidden objects. You can also use the box in the corner above row 1 and beside column A."
-msgstr ""
+msgstr "Изберете диапазона, съдържащ скритите обекти. Можете също да използвате полето в ъгъла над ред 1, до колона A."
#. jAJmG
#: 05030300.xhp
@@ -43035,7 +43035,7 @@ msgctxt ""
"par_id5532090\n"
"help.text"
msgid "Choose <link href=\"text/scalc/01/05030400.xhp\">Format - Rows/Columns - Show</link>."
-msgstr ""
+msgstr "Изберете <link href=\"text/scalc/01/05030400.xhp\">Форматиране - Редове/Колони - Показване</link>."
#. cGFcB
#: 05030400.xhp
@@ -43053,7 +43053,7 @@ msgctxt ""
"bm_id3147264\n"
"help.text"
msgid "<bookmark_value>spreadsheets; showing columns</bookmark_value><bookmark_value>spreadsheets; showing rows</bookmark_value><bookmark_value>showing; columns</bookmark_value><bookmark_value>showing; rows</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>електронни таблици; показване на колони</bookmark_value><bookmark_value>електронни таблици; показване на редове</bookmark_value><bookmark_value>показване; колони</bookmark_value><bookmark_value>показване; редове</bookmark_value>"
#. i3RrD
#: 05030400.xhp
@@ -43080,7 +43080,7 @@ msgctxt ""
"par_id3155131\n"
"help.text"
msgid "To show a column or row, select the range of rows or columns containing the hidden elements, then apply the command."
-msgstr ""
+msgstr "За да се покаже колона или ред, изберете диапазон от редове или колони, съдържащ скритите елементи, после приложете командата."
#. wUVHJ
#: 05030400.xhp
@@ -43413,7 +43413,7 @@ msgctxt ""
"par_id3154020\n"
"help.text"
msgid "Choose <menuitem>Format - Merge and Unmerge Cells - Merge and Center Cells</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Сливане и разделяне на клетки - Сливане и центриране на клетките</menuitem>."
#. Lnusn
#: 05060000.xhp
@@ -43422,7 +43422,7 @@ msgctxt ""
"par_id421694003140171\n"
"help.text"
msgid "Choose <menuitem>Home - Merge and Center Cells</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало - Сливане и центриране на клетките</menuitem>."
#. HATxB
#: 05060000.xhp
@@ -43431,7 +43431,7 @@ msgctxt ""
"par_id521632804983642\n"
"help.text"
msgid "<image id=\"img_id811632804983642\" src=\"cmd/lc_togglemergecells.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id921632804983642\">Icon Merge and Center Cells</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id811632804983642\" src=\"cmd/lc_togglemergecells.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id921632804983642\">Икона за сливане и центриране на клетки</alt></image>"
#. 86yef
#: 05060000.xhp
@@ -44367,7 +44367,7 @@ msgctxt ""
"par_id3150751\n"
"help.text"
msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153714\">Icon Cell Styles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153714\">Икона за стилове на клетки</alt></image>"
#. HKD2C
#: 05100000.xhp
@@ -44385,7 +44385,7 @@ msgctxt ""
"par_id91690204224503\n"
"help.text"
msgid "<image src=\"/sd/res/sf01.svg\" id=\"img_id581690204224504\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291690204224505\">Icon Drawing Styles</alt></image>"
-msgstr ""
+msgstr "<image src=\"/sd/res/sf01.svg\" id=\"img_id581690204224504\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291690204224505\">Икона за стилове на рисунки</alt></image>"
#. fJWG7
#: 05100000.xhp
@@ -44394,7 +44394,7 @@ msgctxt ""
"par_id271690204224507\n"
"help.text"
msgid "Drawing Styles"
-msgstr ""
+msgstr "Стилове за рисунки"
#. SbUSJ
#: 05100000.xhp
@@ -44403,7 +44403,7 @@ msgctxt ""
"par_id3159100\n"
"help.text"
msgid "<image id=\"img_id3149814\" src=\"sc/res/sf02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Icon Page Styles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149814\" src=\"sc/res/sf02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149814\">Икона за стилове на страници</alt></image>"
#. BnFvb
#: 05100000.xhp
@@ -44637,7 +44637,7 @@ msgctxt ""
"par_id3163710\n"
"help.text"
msgid "<variable id=\"bedingtetext\"><ahelp hid=\".\">Use <emph>Conditional Formatting</emph> to define range-based conditions that determine which <link href=\"text/scalc/01/cell_styles.xhp\">cell style</link> will be applied to each cell in a given range based on its contents.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"bedingtetext\"><ahelp hid=\".\">Използвайте <emph>Условно форматиране</emph>, за да дефинирате условия, базирани на диапазони, които определят кой <link href=\"text/scalc/01/cell_styles.xhp\">стил на клетка</link> да се приложи върху всяка клетка в даден диапазон в зависимост от съдържанието ѝ.</ahelp></variable>"
#. j6gFF
#: 05120000.xhp
@@ -44646,7 +44646,7 @@ msgctxt ""
"par_id411701538725496\n"
"help.text"
msgid "The cell style corresponding to the first condition that evaluates to <emph>true</emph> is applied. Cell styles applied through Conditional Formatting override cell styles applied manually using the <link href=\"text/scalc/main0202.xhp\"><emph>Formatting Bar</emph></link> or the <link href=\"text/scalc/01/05100000.xhp\"><emph>Styles</emph> sidebar</link>."
-msgstr ""
+msgstr "Прилага се стилът на клетка, съответстващ на първото условие със стойност <emph>true</emph>. Стиловете на клетки, приложени чрез „Условно форматиране“, имат приоритет пред тези, които са приложени ръчно чрез <link href=\"text/scalc/main0202.xhp\"><emph>лентата „Форматиране</emph></link> или страничната лента <link href=\"text/scalc/01/05100000.xhp\"><emph>Стилове</link>."
#. 2GWTv
#: 05120000.xhp
@@ -46833,7 +46833,7 @@ msgctxt ""
"hd_id3155629\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06040000.xhp\">Goal Seek</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/06040000.xhp\">Удовлетворяване на условие</link></variable>"
#. YJAAa
#: 06040000.xhp
@@ -46932,7 +46932,7 @@ msgctxt ""
"hd_id3156023\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06050000.xhp\">Scenarios</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/06050000.xhp\">Сценарии</link></variable>"
#. oYHUF
#: 06050000.xhp
@@ -47130,7 +47130,7 @@ msgctxt ""
"hd_id3147228\n"
"help.text"
msgid "<link href=\"text/shared/01/Protect.xhp\">Sheets</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/Protect.xhp\">Листове</link>"
#. BbuD8
#: 06060000.xhp
@@ -47157,7 +47157,7 @@ msgctxt ""
"hd_id3150541\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/06060200.xhp#protect spreadsheet structure\">Protect Spreadsheet Structure</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/06060200.xhp#protect spreadsheet structure\">Защитаване структурата на документа</link></variable>"
#. guss3
#: 06060200.xhp
@@ -47166,7 +47166,7 @@ msgctxt ""
"par_id3145172\n"
"help.text"
msgid "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Protects the sheet structure of your document from modifications. It is impossible to insert, delete, rename, move or copy sheets.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">Защитава структурата от листове на документа от промени. Не е възможно да се вмъкват, изтриват, преименуват, преместват или копират листове.</ahelp></variable>"
#. GZkqr
#: 06060200.xhp
@@ -47175,7 +47175,7 @@ msgctxt ""
"par_id981695937865582\n"
"help.text"
msgid "Optionally enter a password and click OK."
-msgstr ""
+msgstr "По желание въведете парола и щракнете върху OK."
#. apWXt
#: 06060200.xhp
@@ -47454,7 +47454,7 @@ msgctxt ""
"par_id3150439\n"
"help.text"
msgid "When typing formulas using characters that match previous entries, a Help tip will appear listing the last ten functions used from <emph>Function Wizard</emph>, from all defined range names, from all database range names, and from the content of all label ranges."
-msgstr "Когато въвеждате формули със знаци, съответстващи на предишни въвеждания, ще се покаже подсказка с последните десет функции, използвани от <emph>помощника за функции</emph>, от всички дефинирани имена на диапазони, от всички имена на диапазони с данни и от съдържанието на всички диапазони с надписи."
+msgstr "Когато въвеждате формули със знаци, съответстващи на предишни въвеждания, ще се покаже подсказка с последните десет функции, използвани от <emph>помощника за функции</emph>, от всички дефинирани имена на диапазони, от всички имена на диапазони с данни и от съдържанието на всички диапазони с етикети."
#. ZG6FW
#: 06130000.xhp
@@ -47481,7 +47481,7 @@ msgctxt ""
"bm_id121698508897107\n"
"help.text"
msgid "<bookmark_value>divide window;split</bookmark_value><bookmark_value>split;divide window</bookmark_value><bookmark_value>windows; splitting</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>разделяне на прозорец;разцепване</bookmark_value><bookmark_value>разцепване;разделяне на прозорец</bookmark_value><bookmark_value>прозорци;разделяне</bookmark_value>"
#. yDiQC
#: 07080000.xhp
@@ -47535,7 +47535,7 @@ msgctxt ""
"bm_id131698514300971\n"
"help.text"
msgid "<bookmark_value>freeze rows and columns</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>фиксиране на редове и колони</bookmark_value>"
#. hvdv5
#: 07090000.xhp
@@ -47571,7 +47571,7 @@ msgctxt ""
"bm_id821612315529410\n"
"help.text"
msgid "<bookmark_value>freezing;first row</bookmark_value><bookmark_value>freezing;first column</bookmark_value><bookmark_value>freezing;cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>фиксиране;първи ред</bookmark_value><bookmark_value>фиксиране;първа колона</bookmark_value><bookmark_value>фиксиране;клетки</bookmark_value>"
#. CozNA
#: 07090100.xhp
@@ -47994,7 +47994,7 @@ msgctxt ""
"par_id3148645\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/sortkey/up\">Sorts the selection from the lowest value to the highest value. The sorting rules are given by the locale. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Languages and Locales - General."
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/sortkey/up\">Сортира селекцията от най-ниската стойност към най-високата. Правилата за сортиране се определят от локала. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“.</ahelp> Подразбираните настройки се определят в „<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - Езици и локали - Общи“."
#. hcoG8
#: 12030100.xhp
@@ -48012,7 +48012,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/sortkey/down\">Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Languages and Locales - General."
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/sortkey/down\">Сортира селекцията от най-високата стойност към най-ниската. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“.</ahelp> Подразбираните настройки се определят в „<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - Езици и локали - Общи“."
#. 7N7QL
#: 12030100.xhp
@@ -48048,7 +48048,7 @@ msgctxt ""
"par_id3154018\n"
"help.text"
msgid "Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Languages and Locales - General."
-msgstr ""
+msgstr "Сортира селекцията от най-ниската стойност към най-високата. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“. Подразбираните настройки се определят в „<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - Езици и локали - Общи“."
#. tvLMc
#: 12030100.xhp
@@ -48066,7 +48066,7 @@ msgctxt ""
"par_id3145640\n"
"help.text"
msgid "Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Languages and Locales - General."
-msgstr ""
+msgstr "Сортира селекцията от най-високата стойност към най-ниската. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“. Подразбираните настройки се определят в „<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - Езици и локали - Общи“."
#. i3uEU
#: 12030100.xhp
@@ -48084,7 +48084,7 @@ msgctxt ""
"par_id3158212\n"
"help.text"
msgid "<ahelp hid=\".\"><variable id=\"sytext\">Sorts the selection from the highest to the lowest value, or from the lowest to the highest value. Number fields are sorted by size and text fields by the order of the characters. You can define the sort rules on Data - Sort - Options.</variable></ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Languages and Locales - General."
-msgstr ""
+msgstr "<ahelp hid=\".\"><variable id=\"sytext\">Сортира селекцията от най-високата към най-ниската стойност или от най-ниската към най-високата. Числовите полета се сортират по стойност, а текстовите – по реда на знаците. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“.</variable></ahelp> Подразбираните настройки се определят в „<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Инструменти - Настройки</defaultinline></switchinline> - Езици и локали - Общи“."
#. cAFdw
#: 12030100.xhp
@@ -49353,7 +49353,7 @@ msgctxt ""
"par_id3155068\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/ascending\">Sorts beginning with the lowest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Languages and Locales - General</menuitem>."
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/ascending\">Сортирането започва с най-ниската стойност. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“.</ahelp> Подразбираните настройки се определят в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - Езици и локали - Общи</menuitem>."
#. FFhB3
#: 12050200.xhp
@@ -49371,7 +49371,7 @@ msgctxt ""
"par_id3153766\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/descending\">Sorts beginning with the highest value. You can define the sort rules on Data - Sort - Options.</ahelp> You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - Languages and Locales - General</menuitem>."
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/subtotaloptionspage/descending\">Сортирането започва с най-високата стойност. Можете да задавате правила за сортиране в „Данни - Сортиране - Настройки“.</ahelp> Подразбираните настройки се определят в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - Езици и локали - Общи</menuitem>."
#. qjwrH
#: 12060000.xhp
@@ -50280,7 +50280,7 @@ msgctxt ""
"hd_id3153663\n"
"help.text"
msgid "<link href=\"text/scalc/01/12090100.xhp\">Pivot Table</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/12090100.xhp\">Обобщена таблица</link>"
#. D7Fn3
#: 12090100.xhp
@@ -53115,7 +53115,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Sheet at End"
-msgstr ""
+msgstr "Вмъкване на лист в края"
#. E9hHd
#: Add.xhp
@@ -53124,7 +53124,7 @@ msgctxt ""
"hd_id611702399875408\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/Add.xhp\">Insert Sheet at End</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/Add.xhp\">Вмъкване на лист в края</link></variable>"
#. AHBjH
#: Add.xhp
@@ -53133,7 +53133,7 @@ msgctxt ""
"par_id701702399875410\n"
"help.text"
msgid "Adds a new sheet at end of the spreadsheet document."
-msgstr ""
+msgstr "Добавя нов лист в края на документ електронна таблица."
#. NAkX3
#: DeleteAllNotes.xhp
@@ -53142,7 +53142,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Delete All Comments"
-msgstr ""
+msgstr "Изтриване на всички коментари"
#. YmLWh
#: DeleteAllNotes.xhp
@@ -53151,7 +53151,7 @@ msgctxt ""
"hd_id361702947725743\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/DeleteAllNotes.xhp\">Delete All Comments</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/DeleteAllNotes.xhp\">Изтриване на всички коментари</link></variable>"
#. aEbAx
#: DeleteAllNotes.xhp
@@ -53160,7 +53160,7 @@ msgctxt ""
"par_id731702947725744\n"
"help.text"
msgid "Deletes all cell notes of the current sheet."
-msgstr ""
+msgstr "Изтрива всички бележки за клетки от текущия лист."
#. zBhL7
#: DeleteNote.xhp
@@ -53169,7 +53169,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Delete Comment"
-msgstr ""
+msgstr "Изтриване на коментар"
#. LDFtp
#: DeleteNote.xhp
@@ -53178,7 +53178,7 @@ msgctxt ""
"hd_id801702946820149\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/DeleteNote.xhp\">Delete Comment</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/DeleteNote.xhp\">Изтриване на коментар</link></variable>"
#. QPL3j
#: DeleteNote.xhp
@@ -53187,7 +53187,7 @@ msgctxt ""
"par_id501702946820151\n"
"help.text"
msgid "Deletes the comment of the cell."
-msgstr ""
+msgstr "Изтрива коментара от клетката."
#. mNEBF
#: EditSelectMenu.xhp
@@ -53196,7 +53196,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select"
-msgstr ""
+msgstr "Избиране"
#. sEM5U
#: EditSelectMenu.xhp
@@ -53205,7 +53205,7 @@ msgctxt ""
"hd_id181697472927867\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/EditSelectMenu.xhp\">Select</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/EditSelectMenu.xhp\">Избиране</link></variable>"
#. coxhB
#: EditSelectMenu.xhp
@@ -53214,7 +53214,7 @@ msgctxt ""
"par_id121697472927868\n"
"help.text"
msgid "Opens a menu for specific sheet selections."
-msgstr ""
+msgstr "Отваря меню за специфични селекции, свързани с листове."
#. i3oBu
#: FieldMenu.xhp
@@ -53223,7 +53223,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Field Menu"
-msgstr ""
+msgstr "Меню „Поле“"
#. o5pc9
#: FieldMenu.xhp
@@ -53232,7 +53232,7 @@ msgctxt ""
"hd_id891698859099735\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/FieldMenu.xhp\">Field</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/FieldMenu.xhp\">Поле</link></variable>"
#. C67Zt
#: FieldMenu.xhp
@@ -53241,7 +53241,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 "Отваря подменю за вмъкване на датата, името на листа или заглавието на документа в клетката."
#. yzinN
#: FieldMenu.xhp
@@ -53250,7 +53250,7 @@ msgctxt ""
"hd_id631698859855352\n"
"help.text"
msgid "Date"
-msgstr ""
+msgstr "Дата"
#. kF8ku
#: FieldMenu.xhp
@@ -53259,7 +53259,7 @@ msgctxt ""
"par_id271698860260863\n"
"help.text"
msgid "Insert the date in the cell. The date is variable."
-msgstr ""
+msgstr "Вмъква датата в клетката. Датата е променлива."
#. TVVjk
#: FieldMenu.xhp
@@ -53268,7 +53268,7 @@ msgctxt ""
"hd_id951698859859564\n"
"help.text"
msgid "Sheet Name"
-msgstr ""
+msgstr "Име на лист"
#. ziXv8
#: FieldMenu.xhp
@@ -53277,7 +53277,7 @@ msgctxt ""
"par_id441698860211297\n"
"help.text"
msgid "Insert the sheet name in the cell which it belongs."
-msgstr ""
+msgstr "Вмъква в клетката името на листа, на който принадлежи тя."
#. TCwqT
#: FieldMenu.xhp
@@ -53286,7 +53286,7 @@ msgctxt ""
"hd_id881698859863735\n"
"help.text"
msgid "Document Title"
-msgstr ""
+msgstr "Заглавие на документ"
#. FRexC
#: FieldMenu.xhp
@@ -53295,7 +53295,7 @@ msgctxt ""
"par_id51698860141070\n"
"help.text"
msgid "Insert the document title in the cell. The document title is set in the document properties in <menuitem>File - Properties - Description</menuitem> tab."
-msgstr ""
+msgstr "Вмъква в клетката заглавието на документа. То се задава в свойствата на документа, в раздела <menuitem>Файл - Свойства - Описание</menuitem>."
#. rMdGX
#: FormatSparklineMenu.xhp
@@ -53313,7 +53313,7 @@ msgctxt ""
"hd_id171701544913091\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/FormatSparklineMenu.xhp\">Sparkline</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/FormatSparklineMenu.xhp\">Блещукащи линии</link></variable>"
#. R9bK6
#: FormatSparklineMenu.xhp
@@ -53322,7 +53322,7 @@ msgctxt ""
"par_id341701544913094\n"
"help.text"
msgid "Opens a menu for sparklines formatting."
-msgstr ""
+msgstr "Отваря меню за форматиране на блещукащи линии."
#. SwZrq
#: FormatSparklineMenu.xhp
@@ -53331,7 +53331,7 @@ msgctxt ""
"hd_id291701553478320\n"
"help.text"
msgid "Delete Sparkline"
-msgstr ""
+msgstr "Изтриване на блещукаща линия"
#. iQPET
#: FormatSparklineMenu.xhp
@@ -53340,7 +53340,7 @@ msgctxt ""
"par_id351701562068834\n"
"help.text"
msgid "Deletes the sparkline of the current cell, if any."
-msgstr ""
+msgstr "Изтрива блещукащата линия на текущата клетка, ако в нея има такава."
#. UwT6h
#: FormatSparklineMenu.xhp
@@ -53349,7 +53349,7 @@ msgctxt ""
"hd_id781701553493248\n"
"help.text"
msgid "Delete Sparkline Group"
-msgstr ""
+msgstr "Изтриване на група блещукащи линии"
#. CeS6X
#: FormatSparklineMenu.xhp
@@ -53358,7 +53358,7 @@ msgctxt ""
"par_id381701562072857\n"
"help.text"
msgid "Deletes all sparklines of the group at the current cell or selection."
-msgstr ""
+msgstr "Изтрива всички блещукащи линии при текущата клетка или селекция."
#. MDB2t
#: FormatSparklineMenu.xhp
@@ -53367,7 +53367,7 @@ msgctxt ""
"hd_id521701553498239\n"
"help.text"
msgid "Edit Sparkline Group"
-msgstr ""
+msgstr "Редактиране на група блещукащи линии"
#. jbHXJ
#: FormatSparklineMenu.xhp
@@ -53376,7 +53376,7 @@ msgctxt ""
"par_id801701562077297\n"
"help.text"
msgid "Edits the properties of the sparkline group. The properties applies to all sparklines in the group."
-msgstr ""
+msgstr "Позволява ви да редактирате свойствата на групата блещукащи линии. Свойствата важат за всички линии в групата."
#. 2crMd
#: FormatSparklineMenu.xhp
@@ -53385,7 +53385,7 @@ msgctxt ""
"hd_id311701553503214\n"
"help.text"
msgid "Edit Sparkline"
-msgstr ""
+msgstr "Редактиране на блещукаща линия"
#. j86nH
#: FormatSparklineMenu.xhp
@@ -53394,7 +53394,7 @@ msgctxt ""
"par_id241701562081481\n"
"help.text"
msgid "Edits the properties of the sparkline at the current cell, if any."
-msgstr ""
+msgstr "Позволява ви да редактирате свойствата на блещукащата линия в текущата клетка, ако в нея има такава."
#. VqZDJ
#: FormatSparklineMenu.xhp
@@ -53403,7 +53403,7 @@ msgctxt ""
"hd_id651701553509911\n"
"help.text"
msgid "Group Sparklines"
-msgstr ""
+msgstr "Групиране на блещукащи линии"
#. UbWec
#: FormatSparklineMenu.xhp
@@ -53412,7 +53412,7 @@ msgctxt ""
"par_id141701562085848\n"
"help.text"
msgid "Creates a group for all sparklines selected."
-msgstr ""
+msgstr "Създава група за всички избрани блещукащи линии."
#. AYn7w
#: FormatSparklineMenu.xhp
@@ -53421,7 +53421,7 @@ msgctxt ""
"hd_id721701553532678\n"
"help.text"
msgid "Ungroup Sparklines"
-msgstr ""
+msgstr "Разгрупиране на блещукащи линии"
#. 4VpjR
#: FormatSparklineMenu.xhp
@@ -53430,7 +53430,7 @@ msgctxt ""
"par_id571701562089666\n"
"help.text"
msgid "Ungroup the sparklines previously grouped."
-msgstr ""
+msgstr "Разгрупира групирани преди това блещукащи линии."
#. 5GGem
#: HideNote.xhp
@@ -53439,7 +53439,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hide Comment"
-msgstr ""
+msgstr "Скриване на коментар"
#. mQmry
#: HideNote.xhp
@@ -53448,7 +53448,7 @@ msgctxt ""
"hd_id531702936339053\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/HideNote.xhp\">Hide Comment</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/HideNote.xhp\">Скриване на коментар</link></variable>"
#. uLRBj
#: HideNote.xhp
@@ -53457,7 +53457,7 @@ msgctxt ""
"par_id921702936339055\n"
"help.text"
msgid "Hides the comment of the cell."
-msgstr ""
+msgstr "Скрива коментара на клетката."
#. M4zk3
#: InsertCurrentDate.xhp
@@ -53466,7 +53466,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Date"
-msgstr ""
+msgstr "Вмъкване на дата"
#. CwFD2
#: InsertCurrentDate.xhp
@@ -53475,7 +53475,7 @@ msgctxt ""
"bm_id641698857771482\n"
"help.text"
msgid "<bookmark_value>cell;insert date</bookmark_value><bookmark_value>insert date;in cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>клетка;вмъкване на дата</bookmark_value><bookmark_value>вмъкване на дата;в клетки</bookmark_value>"
#. WXrHP
#: InsertCurrentDate.xhp
@@ -53484,7 +53484,7 @@ msgctxt ""
"hd_id221698855935217\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/InsertCurrentDate.xhp\">Date</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/InsertCurrentDate.xhp\">Дата</link></variable>"
#. tjtya
#: InsertCurrentDate.xhp
@@ -53493,7 +53493,7 @@ msgctxt ""
"par_id11577295470732\n"
"help.text"
msgid "Inserts the current date in the cell."
-msgstr ""
+msgstr "Вмъква текущата дата в клетката."
#. SFYvC
#: InsertCurrentDate.xhp
@@ -53502,7 +53502,7 @@ msgctxt ""
"par_id271698858088628\n"
"help.text"
msgid "The date inserted is static."
-msgstr ""
+msgstr "Вмъкнатата дата е статична."
#. h75pf
#: InsertCurrentTime.xhp
@@ -53511,7 +53511,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Time"
-msgstr ""
+msgstr "Вмъкване на час"
#. K8Rmo
#: InsertCurrentTime.xhp
@@ -53520,7 +53520,7 @@ msgctxt ""
"bm_id181698857668572\n"
"help.text"
msgid "<bookmark_value>cell;insert time</bookmark_value><bookmark_value>insert time; in cell</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>клетка;вмъкване на час</bookmark_value><bookmark_value>вмъкване на час;в клетка</bookmark_value>"
#. HhYBY
#: InsertCurrentTime.xhp
@@ -53529,7 +53529,7 @@ msgctxt ""
"hd_id221698855935217\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/InsertCurrentTime.xhp\">Time</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/InsertCurrentTime.xhp\">Час</link></variable>"
#. kDCAT
#: InsertCurrentTime.xhp
@@ -53538,7 +53538,7 @@ msgctxt ""
"par_id91577295463980\n"
"help.text"
msgid "Inserts the current time in the cell."
-msgstr ""
+msgstr "Вмъква текущия час в клетката."
#. 6h7tr
#: InsertCurrentTime.xhp
@@ -53547,7 +53547,7 @@ msgctxt ""
"par_id101698858105477\n"
"help.text"
msgid "The time inserted is static."
-msgstr ""
+msgstr "Вмъкнатият час е статичен."
#. PAufF
#: JumpToNextTable.xhp
@@ -53556,7 +53556,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Jump to Next Sheet"
-msgstr ""
+msgstr "Преминаване към следващия лист"
#. 6DYZF
#: JumpToNextTable.xhp
@@ -53565,7 +53565,7 @@ msgctxt ""
"bm_id801697546069561\n"
"help.text"
msgid "<bookmark_value>jump;to the next sheet</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>скок;към следващия лист</bookmark_value>"
#. yPT7i
#: JumpToNextTable.xhp
@@ -53592,7 +53592,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select to Next Sheet"
-msgstr ""
+msgstr "Избиране до следващия лист"
#. DDRry
#: JumpToNextTableSel.xhp
@@ -53601,7 +53601,7 @@ msgctxt ""
"bm_id801697546069561\n"
"help.text"
msgid "<bookmark_value>select;to the next sheet</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;до следващия лист</bookmark_value>"
#. XtuPE
#: JumpToNextTableSel.xhp
@@ -53610,7 +53610,7 @@ msgctxt ""
"hd_id841697505362733\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToNextTableSel.xhp\">Select to Next Sheet</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToNextTableSel.xhp\">Избиране до следващия лист</link></variable>"
#. BqFBC
#: JumpToNextTableSel.xhp
@@ -53619,7 +53619,7 @@ msgctxt ""
"par_id291697505362735\n"
"help.text"
msgid "Select to next sheet in the document."
-msgstr ""
+msgstr "Служи за избиране до следващия лист в документа."
#. pGUvF
#: JumpToPrevTable.xhp
@@ -53628,7 +53628,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Jump to Previous Sheet"
-msgstr ""
+msgstr "Преминаване към предишния лист"
#. ay58G
#: JumpToPrevTable.xhp
@@ -53637,7 +53637,7 @@ msgctxt ""
"bm_id801697546069561\n"
"help.text"
msgid "<bookmark_value>jump;to previous sheet</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>скок;към предишния лист</bookmark_value>"
#. pU9Gc
#: JumpToPrevTable.xhp
@@ -53646,7 +53646,7 @@ msgctxt ""
"hd_id841697505362733\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToPrevTable.xhp\">To Previous Sheet</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToPrevTable.xhp\">Към предишния лист</link></variable>"
#. nDFN9
#: JumpToPrevTable.xhp
@@ -53664,7 +53664,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select to Previous Sheet"
-msgstr ""
+msgstr "Избиране до предишния лист"
#. WzPNA
#: JumpToPrevTableSel.xhp
@@ -53673,7 +53673,7 @@ msgctxt ""
"bm_id911697545975417\n"
"help.text"
msgid "<bookmark_value>select;to the previous sheet</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;до предишния лист</bookmark_value>"
#. 2pSUr
#: JumpToPrevTableSel.xhp
@@ -53682,7 +53682,7 @@ msgctxt ""
"hd_id841697505362733\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToPrevTableSel.xhp\">Select to Previous Sheet</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/JumpToPrevTableSel.xhp\">Избиране до предишния лист</link></variable>"
#. pmvzL
#: JumpToPrevTableSel.xhp
@@ -53691,7 +53691,7 @@ msgctxt ""
"par_id291697505362735\n"
"help.text"
msgid "Select to previous sheet in the document."
-msgstr ""
+msgstr "Служи за избиране до предишния лист в документа."
#. EBtYG
#: ManageNames.xhp
@@ -53700,7 +53700,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Manage Names"
-msgstr ""
+msgstr "Управление на имена"
#. EYxFn
#: ManageNames.xhp
@@ -53709,7 +53709,7 @@ msgctxt ""
"hd_id511702671562154\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ManageNames.xhp\">Manage Names</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ManageNames.xhp\">Управление на имена</link></variable>"
#. jNdGJ
#: ManageNames.xhp
@@ -53718,7 +53718,7 @@ msgctxt ""
"par_id971702671562156\n"
"help.text"
msgid "Opens a dialog where you can manage names in the spreadsheet."
-msgstr ""
+msgstr "Отваря диалог, чрез който можете да управлявате имената в електронната таблица."
#. 8vJHv
#: ManageNames.xhp
@@ -53727,7 +53727,7 @@ msgctxt ""
"hd_id421702675891023\n"
"help.text"
msgid "Names area"
-msgstr ""
+msgstr "Област с имена"
#. WZBFA
#: ManageNames.xhp
@@ -53736,7 +53736,7 @@ msgctxt ""
"par_id3150301\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/managenamesdialog/names\">Select a named range or named formula from the list to modify its properties.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/managenamesdialog/names\">Изберете наименуван диапазон или наименувана формула от списъка, за да промените свойствата ѝ.</ahelp>"
#. BFGn8
#: MergeCellsMenu.xhp
@@ -53745,7 +53745,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Merge Cells Menu"
-msgstr ""
+msgstr "Меню „Сливане на клетки“"
#. gpGwv
#: MergeCellsMenu.xhp
@@ -53754,7 +53754,7 @@ msgctxt ""
"hd_id791694003998804\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/MergeCellsMenu.xhp\">Merge and Unmerge Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/MergeCellsMenu.xhp\">Сливане и разделяне на клетки</link></variable>"
#. HZbpH
#: MergeCellsMenu.xhp
@@ -53763,7 +53763,7 @@ msgctxt ""
"par_id811694003998806\n"
"help.text"
msgid "Opens a submenu for merging and unmerging cells."
-msgstr ""
+msgstr "Отваря подменю за сливане и премахване сливането на клетки."
#. NS5hd
#: MergeCellsMenu.xhp
@@ -53772,7 +53772,7 @@ msgctxt ""
"par_id161694004142640\n"
"help.text"
msgid "Choose <menuitem>Format - Merge and Unmerge Cells</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Сливане и разделяне на клетки</menuitem>."
#. U8HSB
#: NavigateMenu.xhp
@@ -53781,7 +53781,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Navigate Menu"
-msgstr ""
+msgstr "Меню „Навигация“"
#. De5RF
#: NavigateMenu.xhp
@@ -53790,7 +53790,7 @@ msgctxt ""
"hd_id521702949741744\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/NavigateMenu.xhp\">Navigate Menu</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/NavigateMenu.xhp\">Меню „Навигация“</link></variable>"
#. RpB2m
#: NavigateMenu.xhp
@@ -53799,7 +53799,7 @@ msgctxt ""
"par_id181702949741747\n"
"help.text"
msgid "Opens a submenu to navigate between sheets."
-msgstr ""
+msgstr "Отваря подменю за навигация между листовете."
#. 7jezN
#: NormalViewMode.xhp
@@ -53808,7 +53808,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Normal View"
-msgstr ""
+msgstr "Нормален изглед"
#. SQiMo
#: NormalViewMode.xhp
@@ -53817,7 +53817,7 @@ msgctxt ""
"hd_id3151384\n"
"help.text"
msgid "<link href=\"text/scalc/01/NormalViewMode.xhp\">Normal View</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/NormalViewMode.xhp\">Нормален изглед</link>"
#. VkU4D
#: NormalViewMode.xhp
@@ -53826,7 +53826,7 @@ msgctxt ""
"par_idN105AF\n"
"help.text"
msgid "<ahelp hid=\".\">Displays the normal layout view of the sheet.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Показва изглед към листа с нормално оформление.</ahelp>"
#. 4C6T2
#: ODFF.xhp
@@ -53862,7 +53862,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Column"
-msgstr ""
+msgstr "Избиране на колона"
#. Wgv4k
#: SelectColumn.xhp
@@ -53871,7 +53871,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectColumn.xhp\">Select Column</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectColumn.xhp\">Избиране на колона</link></variable>"
#. zpCB4
#: SelectColumn.xhp
@@ -53880,7 +53880,7 @@ msgctxt ""
"par_id931697506550045\n"
"help.text"
msgid "Select the entire column where the cursor is placed or the columns of the current cell selection."
-msgstr ""
+msgstr "Избира цялата колона, в която е разположен курсорът, или колоните на текущата селекция от клетки."
#. NCGAU
#: SelectData.xhp
@@ -53889,7 +53889,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Data"
-msgstr ""
+msgstr "Избиране на данни"
#. 8DDzS
#: SelectData.xhp
@@ -53898,7 +53898,7 @@ msgctxt ""
"bm_id571697548030826\n"
"help.text"
msgid "<bookmark_value>select;block of data</bookmark_value> <bookmark_value>select;data area</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;блок от данни</bookmark_value><bookmark_value>избиране;област с данни</bookmark_value>"
#. 96dZC
#: SelectData.xhp
@@ -53907,7 +53907,7 @@ msgctxt ""
"hd_id171697546202709\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectData.xhp\">Select Data Area</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectData.xhp\">Избиране на област с данни</link></variable>"
#. nf8bo
#: SelectData.xhp
@@ -53916,7 +53916,7 @@ msgctxt ""
"par_id821697546202712\n"
"help.text"
msgid "Selects the data area where the cursor or selection is located."
-msgstr ""
+msgstr "Избира областта с данни, в която се намира курсорът или селекцията."
#. uFBoh
#: SelectData.xhp
@@ -53925,7 +53925,7 @@ msgctxt ""
"par_id911697547125155\n"
"help.text"
msgid "To select the data area, the cursor must be inside or adjacent to a block of data."
-msgstr ""
+msgstr "За да се избере областта с данни, курсорът трябва да бъде в блок от данни или в съседство с него."
#. oeYa2
#: SelectData.xhp
@@ -53934,7 +53934,7 @@ msgctxt ""
"par_id21697547130354\n"
"help.text"
msgid "If the cursor is not adjacent to a block of data, the selection returns the cell where the cursor is placed."
-msgstr ""
+msgstr "Ако курсорът не е в съседство с блок от данни, селекцията връща клетката, в която се намира курсорът."
#. 6r9wP
#: SelectData.xhp
@@ -53943,7 +53943,7 @@ msgctxt ""
"par_id391697547137174\n"
"help.text"
msgid "If the cell is adjacent to two blocks of data, the selection is the rectangular area that wraps the two blocks of data."
-msgstr ""
+msgstr "Ако клетката е съседна на два блока от данни, селекцията е правоъгълната област, която обхваща двата блока от данни."
#. ddN8T
#: SelectRow.xhp
@@ -53952,7 +53952,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Row"
-msgstr ""
+msgstr "Избиране на ред"
#. wsbBc
#: SelectRow.xhp
@@ -53961,7 +53961,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectRow.xhp\">Select Row</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectRow.xhp\">Избиране на ред</link></variable>"
#. B6KLU
#: SelectRow.xhp
@@ -53970,7 +53970,7 @@ msgctxt ""
"par_id931697506550045\n"
"help.text"
msgid "Select the entire row where the cursor is placed or the rows of the current cell selection."
-msgstr ""
+msgstr "Избира целия ред, в който е разположен курсорът, или редовете на текущата селекция от клетки."
#. svJsK
#: SelectUnprotectedCells.xhp
@@ -53979,7 +53979,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Unprotected Cells"
-msgstr ""
+msgstr "Избиране на незащитените клетки"
#. B6sQA
#: SelectUnprotectedCells.xhp
@@ -53988,7 +53988,7 @@ msgctxt ""
"bm_id331697550336670\n"
"help.text"
msgid "<bookmark_value>select;unprotected cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;незащитени клетки</bookmark_value>"
#. HXrX5
#: SelectUnprotectedCells.xhp
@@ -53997,7 +53997,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectUnprotectedCells.xhp\">Select Unprotected Cells</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectUnprotectedCells.xhp\">Избиране на незащитените клетки</link></variable>"
#. YucXW
#: SelectUnprotectedCells.xhp
@@ -54006,7 +54006,7 @@ msgctxt ""
"par_id931697506550045\n"
"help.text"
msgid "Select the unprotected cells."
-msgstr ""
+msgstr "Избира незащитените клетки."
#. GcRdx
#: SelectVisibleColumns.xhp
@@ -54015,7 +54015,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Visible Columns"
-msgstr ""
+msgstr "Избиране на видимите колони"
#. FxkBH
#: SelectVisibleColumns.xhp
@@ -54024,7 +54024,7 @@ msgctxt ""
"bm_id401697550910277\n"
"help.text"
msgid "<bookmark_value>select;visible columns</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;видими колони</bookmark_value>"
#. tvv9r
#: SelectVisibleColumns.xhp
@@ -54033,7 +54033,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleColumns.xhp\">Select Visible Columns</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleColumns.xhp\">Избиране на видимите колони</link></variable>"
#. ABCAg
#: SelectVisibleColumns.xhp
@@ -54042,7 +54042,7 @@ msgctxt ""
"par_id931697506550045\n"
"help.text"
msgid "Select the visible columns."
-msgstr ""
+msgstr "Избира видимите колони."
#. WC6Vw
#: SelectVisibleColumns.xhp
@@ -54051,7 +54051,7 @@ msgctxt ""
"par_id711697553770827\n"
"help.text"
msgid "The command only selects the visible columns. Commands applied to the selected visible columns does not applies on hidden columns."
-msgstr ""
+msgstr "Командата избира само видимите колони. Командите, прилагани върху избраните видими колони, не се прилагат върху скритите колони."
#. jABiq
#: SelectVisibleRows.xhp
@@ -54060,7 +54060,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select Visible Rows"
-msgstr ""
+msgstr "Избиране на видимите редове"
#. HTrGn
#: SelectVisibleRows.xhp
@@ -54069,7 +54069,7 @@ msgctxt ""
"hd_id91697506550043\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleRows.xhp\">Select Visible Rows</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SelectVisibleRows.xhp\">Избиране на видимите редове</link></variable>"
#. FNfcA
#: SelectVisibleRows.xhp
@@ -54078,7 +54078,7 @@ msgctxt ""
"par_id931697506550045\n"
"help.text"
msgid "Select the visible rows."
-msgstr ""
+msgstr "Избира видимите редове."
#. hEmEm
#: SelectVisibleRows.xhp
@@ -54087,7 +54087,7 @@ msgctxt ""
"par_id711697553770827\n"
"help.text"
msgid "The command only selects the visible rows. Commands applied to the selected visible rows does not applies on hidden rows."
-msgstr ""
+msgstr "Командата избира само видимите редове. Командите, прилагани върху избраните видими редове, не се прилагат върху скритите редове."
#. DErBY
#: SetInputMode.xhp
@@ -54096,7 +54096,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Cell Edit Mode"
-msgstr ""
+msgstr "Редактиране на клетка"
#. 9y2GK
#: SetInputMode.xhp
@@ -54105,7 +54105,7 @@ msgctxt ""
"bm_id721697573174462\n"
"help.text"
msgid "<bookmark_value>cell edit mode</bookmark_value> <bookmark_value>F2;cell edit mode</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>редактиране на клетка, режим</bookmark_value><bookmark_value>F2;режим на редактиране на клетка</bookmark_value>"
#. 84Pzm
#: SetInputMode.xhp
@@ -54114,7 +54114,7 @@ msgctxt ""
"hd_id561697565904644\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SetInputMode.xhp\">Cell Edit Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SetInputMode.xhp\">Редактиране на клетка</link></variable>"
#. brBms
#: SetInputMode.xhp
@@ -54123,7 +54123,7 @@ msgctxt ""
"par_id21697565904648\n"
"help.text"
msgid "Enable direct cell content editing."
-msgstr ""
+msgstr "Позволява директно редактиране на съдържанието на клетка."
#. fB2Te
#: SetInputMode.xhp
@@ -54132,7 +54132,7 @@ msgctxt ""
"par_id741697572331227\n"
"help.text"
msgid "The cell edit mode enabled on a cell with formula displays the formula expression instead of the result of the formula calculation."
-msgstr ""
+msgstr "Когато режимът на редактиране на клетка е активиран за клетка с формула, се вижда изразът на формулата вместо резултатът от изчисляването ѝ."
#. Aruzr
#: SetInputMode.xhp
@@ -54141,7 +54141,7 @@ msgctxt ""
"par_id51697573038463\n"
"help.text"
msgid "In this mode, references to other cells are displayed in colors and the referenced cells have their borders highlighted with the same color. The highlighted cell displays handles on the corners to allow by dragging the handles, to extend the highlighted reference. The formula is automatically updated with the expression of the reference."
-msgstr ""
+msgstr "В този режим обръщенията към други клетки се изписват в различни цветове и посочените клетки се осветяват в същия цвят. В ъглите на осветените клетки се показват манипулатори, които позволяват плъзгане, за да може да се разширява осветеното обръщение. Формулата автоматично се обновява със съответния израз за обръщение."
#. 68zWZ
#: SetInputMode.xhp
@@ -54150,7 +54150,7 @@ msgctxt ""
"par_id1001697572337079\n"
"help.text"
msgid "For example, a cell with formula <literal>=A1+B1</literal> displays <literal>A1</literal> in color 1 and <literal>B1</literal> in color 2 (colors are defined internally). The cell A1 is highlighted in color 1 and B1 is highlighted in color 2."
-msgstr ""
+msgstr "Например в клетка с формулата <literal>=A1+B1</literal> обръщението <literal>A1</literal> се показва с цвят 1, а <literal>B1</literal> – с цвят 2 (цветовете са зададени вътрешно). Клетката A1 е осветена с цвят 1, а B1 – с цвят 2."
#. FyAFN
#: SetInputMode.xhp
@@ -54159,7 +54159,7 @@ msgctxt ""
"par_id861697572403097\n"
"help.text"
msgid "Press <keycode>Enter</keycode> to end the cell edit mode."
-msgstr ""
+msgstr "Натиснете <keycode>Enter</keycode>, за да завършите режима на редактиране на клетка."
#. fcck7
#: SheetCommentMenu.xhp
@@ -54168,7 +54168,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Comment Menu"
-msgstr ""
+msgstr "Меню за коментари"
#. 9mYE5
#: SheetCommentMenu.xhp
@@ -54177,7 +54177,7 @@ msgctxt ""
"hd_id481702927167722\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/SheetCommentMenu.xhp\">Sheet Comment Menu</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/SheetCommentMenu.xhp\">Меню за коментари в лист</link></variable>"
#. AQiDA
#: SheetCommentMenu.xhp
@@ -54186,7 +54186,7 @@ msgctxt ""
"par_id271702927167724\n"
"help.text"
msgid "Opens a submenu with comments commands."
-msgstr ""
+msgstr "Отваря подменю с команди за коментари."
#. BKGUA
#: ShowNote.xhp
@@ -54195,7 +54195,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Show Comment"
-msgstr ""
+msgstr "Показване на коментар"
#. 856Yc
#: ShowNote.xhp
@@ -54204,7 +54204,7 @@ msgctxt ""
"hd_id531702936339053\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ShowNote.xhp\">Show Comment</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ShowNote.xhp\">Показване на коментар</link></variable>"
#. czoQU
#: ShowNote.xhp
@@ -54213,7 +54213,7 @@ msgctxt ""
"par_id921702936339055\n"
"help.text"
msgid "Shows the comment of the cell."
-msgstr ""
+msgstr "Показва коментара на клетката."
#. YdQnL
#: TableSelectAll.xhp
@@ -54222,7 +54222,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Select all Sheets"
-msgstr ""
+msgstr "Избиране на всички листове"
#. FuRsS
#: TableSelectAll.xhp
@@ -54231,7 +54231,7 @@ msgctxt ""
"bm_id931697546015630\n"
"help.text"
msgid "<bookmark_value>select;all cells in sheet</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>избиране;всички клетки в лист</bookmark_value>"
#. x4g9Q
#: TableSelectAll.xhp
@@ -54240,7 +54240,7 @@ msgctxt ""
"hd_id771697477288952\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/TableSelectAll.xhp\">Select all Sheets</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/TableSelectAll.xhp\">Избиране на всички листове</link></variable>"
#. u6hbD
#: TableSelectAll.xhp
@@ -54249,7 +54249,7 @@ msgctxt ""
"par_id491697477288954\n"
"help.text"
msgid "Selects all the sheets in your document."
-msgstr ""
+msgstr "Избира всички листове в документа."
#. 2vyaZ
#: TableSelectAll.xhp
@@ -54258,7 +54258,7 @@ msgctxt ""
"par_id3155261\n"
"help.text"
msgid "To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet."
-msgstr ""
+msgstr "За да изберете всички клетки в даден лист, щракнете върху бутона в пресечната точка на заглавията на редове и колони в горния ляв ъгъл на листа."
#. NyG7Q
#: ToggleFormula.xhp
@@ -54267,7 +54267,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Show Formula"
-msgstr ""
+msgstr "Показване на формула"
#. C5opc
#: ToggleFormula.xhp
@@ -54276,7 +54276,7 @@ msgctxt ""
"hd_id581698505022699\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleFormula.xhp\">Show Formula</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleFormula.xhp\">Показване на формула</link></variable>"
#. CK3wk
#: ToggleFormula.xhp
@@ -54285,7 +54285,7 @@ msgctxt ""
"par_id03302017024610704\n"
"help.text"
msgid "Display the cell formula expression instead of the calculated result."
-msgstr ""
+msgstr "Показва формулата в клетката вместо изчисления резултат."
#. ZBLEr
#: ToggleRelative.xhp
@@ -54294,7 +54294,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Toggle Relative Addressing"
-msgstr ""
+msgstr "Превключване на относителното адресиране"
#. yMCwm
#: ToggleRelative.xhp
@@ -54303,7 +54303,7 @@ msgctxt ""
"hd_id81702418438740\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleRelative.xhp\">Cycle Cell Reference Types</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleRelative.xhp\">Циклична смяна на типа на обръщенията към клетки</link></variable>"
#. Zc2ei
#: ToggleRelative.xhp
@@ -54312,7 +54312,7 @@ msgctxt ""
"par_id361702418438742\n"
"help.text"
msgid "Cycles between absolute and relative addressing of cell reference in the formula."
-msgstr ""
+msgstr "Превключва циклично между абсолютно и относително адресиране на обръщение към клетка във формулата."
#. rnAq8
#: ToggleSheetGrid.xhp
@@ -54321,7 +54321,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "View Grid Lines"
-msgstr ""
+msgstr "Показване на мрежа"
#. 3Z7kj
#: ToggleSheetGrid.xhp
@@ -54330,7 +54330,7 @@ msgctxt ""
"bm_id521698365175767\n"
"help.text"
msgid "<bookmark_value>sheet;grid lines</bookmark_value><bookmark_value>grid lines;sheets</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>лист;линии на мрежата</bookmark_value><bookmark_value>линии на мрежата;листове</bookmark_value>"
#. dSAgJ
#: ToggleSheetGrid.xhp
@@ -54339,7 +54339,7 @@ msgctxt ""
"hd_id301698364833637\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleSheetGrid.xhp\">View Grid Lines</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ToggleSheetGrid.xhp\">Показване на мрежа</link></variable>"
#. Gyqs9
#: ToggleSheetGrid.xhp
@@ -54348,7 +54348,7 @@ msgctxt ""
"par_id102720151147483554\n"
"help.text"
msgid "Toggle the visibility of grid lines for the current sheet."
-msgstr ""
+msgstr "Превключва видимостта на мрежата за текущия лист."
#. PmBDD
#: ViewHiddenColRow.xhp
@@ -54357,7 +54357,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Hidden Row/Column Indicator"
-msgstr ""
+msgstr "Индикатор за скрит ред/колона"
#. MmGhj
#: ViewHiddenColRow.xhp
@@ -54366,7 +54366,7 @@ msgctxt ""
"hd_id101698502804412\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/scalc/01/ViewHiddenColRow.xhp\">Hidden Row/Column Indicator</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/scalc/01/ViewHiddenColRow.xhp\">Индикатор за скрит ред/колона</link></variable>"
#. oLwDv
#: ViewHiddenColRow.xhp
@@ -54375,7 +54375,7 @@ msgctxt ""
"par_id891698502804413\n"
"help.text"
msgid "Toggles the display of tic marks where columns or rows are hidden."
-msgstr ""
+msgstr "Превключва показването на маркировка на местата, където има скрити редове или колони."
#. FPvHm
#: ViewHiddenColRow.xhp
@@ -54384,7 +54384,7 @@ msgctxt ""
"par_id281698504591415\n"
"help.text"
msgid "The tic marks disappears when the column or row is visible again."
-msgstr ""
+msgstr "Маркировката изчезва, когато колоната или редът стане отново видим."
#. SGHPh
#: calculate.xhp
@@ -55455,7 +55455,7 @@ msgctxt ""
"par_id211674498160040\n"
"help.text"
msgid "Default number formats."
-msgstr ""
+msgstr "Подразбирани числови формати."
#. PddvV
#: default_number_formats.xhp
@@ -55482,7 +55482,7 @@ msgctxt ""
"par_id701698931147179\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - General</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Общ формат</menuitem>."
#. acBdB
#: default_number_formats.xhp
@@ -55509,7 +55509,7 @@ msgctxt ""
"par_id41698931229411\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 6</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 6</keycode>"
#. E7GxE
#: default_number_formats.xhp
@@ -55536,7 +55536,7 @@ msgctxt ""
"par_id631698936613282\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Number</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Число</menuitem>."
#. hbYJM
#: default_number_formats.xhp
@@ -55563,7 +55563,7 @@ msgctxt ""
"par_id781698936664807\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 1</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 1</keycode>"
#. w2Sfo
#: default_number_formats.xhp
@@ -55590,7 +55590,7 @@ msgctxt ""
"par_id91698936822420\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Percent</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Процент</menuitem>."
#. WJkBh
#: default_number_formats.xhp
@@ -55617,7 +55617,7 @@ msgctxt ""
"par_id311698936803456\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 5</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 5</keycode>"
#. P67mA
#: default_number_formats.xhp
@@ -55644,7 +55644,7 @@ msgctxt ""
"par_id241698937039687\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Currency</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Валута</menuitem>."
#. wNvKY
#: default_number_formats.xhp
@@ -55671,7 +55671,7 @@ msgctxt ""
"par_id231698937034449\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 4</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 4</keycode>"
#. VmqXg
#: default_number_formats.xhp
@@ -55698,7 +55698,7 @@ msgctxt ""
"par_id781698937156995\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Date</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Дата</menuitem>."
#. LLviv
#: default_number_formats.xhp
@@ -55725,7 +55725,7 @@ msgctxt ""
"par_id111698937176318\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 3</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 3</keycode>"
#. Gx3sL
#: default_number_formats.xhp
@@ -55752,7 +55752,7 @@ msgctxt ""
"par_id971698937239126\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Time</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Час</menuitem>."
#. o3DWb
#: default_number_formats.xhp
@@ -55797,7 +55797,7 @@ msgctxt ""
"par_id451698937503910\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Scientific</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Експоненциален запис</menuitem>."
#. gCjsN
#: default_number_formats.xhp
@@ -55824,7 +55824,7 @@ msgctxt ""
"par_id221698937519539\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 2</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + 2</keycode>"
#. 58fR5
#: default_number_formats.xhp
@@ -55833,7 +55833,7 @@ msgctxt ""
"hd_id561698937896512\n"
"help.text"
msgid "<link href=\"text/scalc/01/default_number_formats.xhp\">Number Format: Thousands Separator</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/default_number_formats.xhp\">Числов формат: разделител на хилядите</link>"
#. uutvg
#: default_number_formats.xhp
@@ -55842,7 +55842,7 @@ msgctxt ""
"par_id171698938218575\n"
"help.text"
msgid "Applies the thousand separator to the number in the selected cells."
-msgstr ""
+msgstr "Прилага разделител на хилядите за числата в избраните клетки."
#. YNCMi
#: default_number_formats.xhp
@@ -55851,7 +55851,7 @@ msgctxt ""
"par_id541698938166667\n"
"help.text"
msgid "Choose <menuitem>Format - Number Format - Thousands Separator</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Числов формат - Разделител на хилядите</menuitem>."
#. NN4JJ
#: default_number_formats.xhp
@@ -55860,7 +55860,7 @@ msgctxt ""
"par_id741698938025705\n"
"help.text"
msgid "<image src=\"cmd/lc_numberformatthousands.svg\" id=\"img_id71698938025706\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781698938025708\">Icon Number Format: Thousands Separator</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_numberformatthousands.svg\" id=\"img_id71698938025706\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781698938025708\">Икона за числов формат: разделител на хилядите</alt></image>"
#. kkACB
#: default_number_formats.xhp
@@ -55869,7 +55869,7 @@ msgctxt ""
"par_id971698938025711\n"
"help.text"
msgid "Number Format: Thousands Separator"
-msgstr ""
+msgstr "Числов формат: разделител на хилядите"
#. SFQkA
#: default_number_formats.xhp
@@ -68226,7 +68226,7 @@ msgctxt ""
"par_id1670450904\n"
"help.text"
msgid "The STYLE function should not be used without compelling reason, its purpose is the use with asynchronous Add-In functions to visually notify about the availability of a result. In almost all other cases using conditional formatting instead is a better choice."
-msgstr ""
+msgstr "Функцията STYLE не трябва да се използва без основателна причина, тя е предназначена за употреба с асинхронни функции от приставки, за да уведомява визуално за наличието на резултат. В почти всички други случаи използването на условно форматиране е по-добър избор."
#. m2FBk
#: func_style.xhp
@@ -71268,7 +71268,7 @@ msgctxt ""
"par_id141577548861101\n"
"help.text"
msgid "<input>=YEAR(DATEVALUE(\"2010-09-28\"))</input> returns 2010."
-msgstr ""
+msgstr "<input>=YEAR(DATEVALUE(\"2010-09-28\"))</input> връща 2010."
#. 6QEEQ
#: func_year.xhp
@@ -71502,7 +71502,7 @@ msgctxt ""
"par_id3147427\n"
"help.text"
msgid "Hidden sheets are not printed unless they occur within a <link href=\"text/scalc/01/05080000.xhp\">print range</link>."
-msgstr ""
+msgstr "Скритите листове не се отпечатват, освен ако не са включени в <link href=\"text/scalc/01/05080000.xhp\">диапазон за печат</link>."
#. keAF3
#: live_data_stream.xhp
@@ -72915,7 +72915,7 @@ msgctxt ""
"par_id401698839153661\n"
"help.text"
msgid "Opens the <emph>Sparklines Properties</emph> dialog to define sparklines properties."
-msgstr ""
+msgstr "Отваря диалога <emph>Свойства на блещукаща линия</emph> за дефиниране на свойства на блещукащи линии."
#. wUPfH
#: sparklines.xhp
@@ -73014,7 +73014,7 @@ msgctxt ""
"par_id701654174850309\n"
"help.text"
msgid "<emph>Line thickness</emph>: enter the line thickness number manually or use the spin button."
-msgstr ""
+msgstr "<emph>Дебелина на линията</emph>: въведете ръчно числото за дебелина на линията или използвайте бутона брояч."
#. CAGGB
#: sparklines.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 5f30819b6be..4b9dfdbc74b 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ 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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-02 05:57+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-05 18:39+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356865.000000\n"
@@ -2994,7 +2994,7 @@ msgctxt ""
"par_id3149258\n"
"help.text"
msgid "Copy the formula to create a row of random numbers. Click the bottom right corner of the selected cell, and drag to the right until the desired cell range is selected."
-msgstr "Копирайте формулата, за да създадете ред от случайни числа. Щракнете върху долния десен ъгъл на избраната клетки и плъзнете надясно, докато бъде избрана желаната област."
+msgstr "Копирайте формулата, за да създадете ред от случайни числа. Щракнете върху долния десен ъгъл на избраната клетка и плъзнете надясно, докато бъде избран желаният диапазон."
#. Tm6MA
#: cellstyle_conditional.xhp
@@ -4553,14 +4553,14 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr "Областта от клетки, които ще бъдат сортирани, се показва негативно."
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
-msgstr "Изберете желаните настройки за сортиране."
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
+msgstr ""
#. dxfCa
#: database_sort.xhp
@@ -13625,14 +13625,14 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr "Отворете два документа: електронната таблица на $[officename] Calc, в която ще бъдат вмъквани външните данни (документ – цел) и документа, от който се получават външните данни (документ – източник)."
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
-msgstr "В документа – цел отворете Навигатора."
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
+msgstr ""
#. z9DtM
#: webquery.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 46a88328915..aaf1bc66a85 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.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: 2024-02-28 17:20+0100\n"
-"PO-Revision-Date: 2024-03-03 09:45+0000\n"
+"PO-Revision-Date: 2024-03-11 15:44+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
"Language: bg\n"
@@ -11030,7 +11030,7 @@ msgctxt ""
"par_id691696596260202\n"
"help.text"
msgid "On the <menuitem>Tools</menuitem> menu of the <menuitem>Tools</menuitem> tab, choose <menuitem>XML Filter Settings</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Инструменти</menuitem> на раздела <menuitem>Инструменти</menuitem> изберете <menuitem>Настройки на филтри за XML</menuitem>."
#. FDFcn
#: 00000406.xhp
@@ -11066,7 +11066,7 @@ msgctxt ""
"par_id631696600350892\n"
"help.text"
msgid "On the top right menu (☰), choose <menuitem>Customize</menuitem>."
-msgstr ""
+msgstr "В менюто горе вдясно (☰) изберете <menuitem>Персонализиране</menuitem>."
#. e3TA3
#: 00000406.xhp
@@ -11318,7 +11318,7 @@ msgctxt ""
"par_id781695990131594\n"
"help.text"
msgid "On the <menuitem>Image</menuitem> menu of the <menuitem>Image</menuitem> tab, choose <menuitem>ImageMap</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Изображение</menuitem> на раздела <menuitem>Изображение</menuitem> изберете <menuitem>ImageMap</menuitem>."
#. nUuRh
#: 00000406.xhp
@@ -11327,7 +11327,7 @@ msgctxt ""
"par_id951695989919686\n"
"help.text"
msgid "<image src=\"cmd/lc_imagemapdialog.svg\" id=\"img_id911695989919687\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id201695989919688\">Icon Image Map</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_imagemapdialog.svg\" id=\"img_id911695989919687\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id201695989919688\">Икона за ImageMap</alt></image>"
#. 6vWG2
#: 00000406.xhp
@@ -11336,7 +11336,7 @@ msgctxt ""
"par_id291695989919690\n"
"help.text"
msgid "Image Map"
-msgstr ""
+msgstr "ImageMap"
#. q5E7e
#: 00000406.xhp
@@ -11507,7 +11507,7 @@ msgctxt ""
"par_id3146792\n"
"help.text"
msgid "<variable id=\"asiatypo\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"asiatypo\">Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали</emph>.</variable>"
#. uMYtL
#: 00000406.xhp
@@ -11516,7 +11516,7 @@ msgctxt ""
"par_id3157965\n"
"help.text"
msgid "<variable id=\"sprachen\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - General</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"sprachen\">Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Общи</emph>.</variable>"
#. uefXD
#: 00000406.xhp
@@ -11525,7 +11525,7 @@ msgctxt ""
"par_id3155446\n"
"help.text"
msgid "<variable id=\"sprachenctl\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - General - Complex Text Layout</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"sprachenctl\">Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Общи - Сложни писмености</emph>.</variable>"
#. FSnAv
#: 00000406.xhp
@@ -11534,7 +11534,7 @@ msgctxt ""
"par_id3150745\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - General</emph>."
-msgstr ""
+msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Общи</emph>."
#. PnzDU
#: 00000406.xhp
@@ -11543,7 +11543,7 @@ msgctxt ""
"par_id3148407\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - Writing Aids</emph>,<br/>in the <emph>Available language modules</emph> list, select one of the language modules and then click <emph>Edit</emph>."
-msgstr ""
+msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Помощ при писане</emph>,<br/>изберете езиков модул от списъка <emph>Налични езикови модули</emph> и щракнете върху <emph>Редактиране</emph>."
#. 5EP4j
#: 00000406.xhp
@@ -11552,7 +11552,7 @@ msgctxt ""
"par_id3150324\n"
"help.text"
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - Writing Aids</emph>."
-msgstr ""
+msgstr "Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Помощ при писане</emph>."
#. CB2Ge
#: 00000406.xhp
@@ -11561,7 +11561,7 @@ msgctxt ""
"par_id3145620\n"
"help.text"
msgid "<variable id=\"suchja\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - Searching in Japanese</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"suchja\">Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Търсене при японски</emph>.</variable>"
#. faAbr
#: 00000406.xhp
@@ -11570,7 +11570,7 @@ msgctxt ""
"par_id3147341\n"
"help.text"
msgid "<variable id=\"asialayout\">Choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Languages and Locales - Asian Layout</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"asialayout\">Изберете <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Инструменти - Настройки</emph></defaultinline></switchinline><emph> - Езици и локали - Азиатски езици</emph>.</variable>"
#. xGRHT
#: 00000406.xhp
@@ -11948,7 +11948,7 @@ msgctxt ""
"par_id561695923226577\n"
"help.text"
msgid "Choose <menuitem>Tools - Redact</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Инструменти - Заличаване на информация</menuitem>."
#. BUSoA
#: 00000406.xhp
@@ -11957,7 +11957,7 @@ msgctxt ""
"par_id51695923219073\n"
"help.text"
msgid "Choose <menuitem>Review - Redact</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Преглед - Заличаване на информация</menuitem>."
#. fDADE
#: 00000406.xhp
@@ -11966,7 +11966,7 @@ msgctxt ""
"par_id331695923214512\n"
"help.text"
msgid "On the <menuitem>Review</menuitem> menu of the <menuitem>Review</menuitem> tab, choose <menuitem>Redact</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Преглед</menuitem> на раздела <menuitem>Преглед</menuitem> изберете <menuitem>Заличаване на информация</menuitem>."
#. jLo3N
#: 00000406.xhp
@@ -11975,7 +11975,7 @@ msgctxt ""
"par_id31695923113627\n"
"help.text"
msgid "<image src=\"cmd/lc_redactdoc.svg\" id=\"img_id121695923113628\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731695923113629\">Icon Redact</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_redactdoc.svg\" id=\"img_id121695923113628\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id731695923113629\">Икона за заличаване на информация</alt></image>"
#. hWrdg
#: 00000406.xhp
@@ -11984,7 +11984,7 @@ msgctxt ""
"par_id591695923113631\n"
"help.text"
msgid "Redact"
-msgstr ""
+msgstr "Заличаване на информация"
#. Z9e4C
#: 00000406.xhp
@@ -11993,7 +11993,7 @@ msgctxt ""
"par_id261695923548328\n"
"help.text"
msgid "Choose <menuitem>Tools - Auto-Redact</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Инструменти - Автозаличаване</menuitem>."
#. YdFop
#: 00000406.xhp
@@ -12002,7 +12002,7 @@ msgctxt ""
"par_id921695923483799\n"
"help.text"
msgid "<image src=\"cmd/lc_autoredactdoc.svg\" id=\"img_id571695923483800\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561695923483801\">Icon Auto-Redact</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_autoredactdoc.svg\" id=\"img_id571695923483800\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561695923483801\">Икона за автозаличаване</alt></image>"
#. gaund
#: 00000406.xhp
@@ -12011,7 +12011,7 @@ msgctxt ""
"par_id741695923483803\n"
"help.text"
msgid "Auto-Redact"
-msgstr ""
+msgstr "Автозаличаване"
#. FfMAN
#: 00000407.xhp
@@ -12569,7 +12569,7 @@ msgctxt ""
"par_id451655738489793\n"
"help.text"
msgid "Choose <menuitem>Size - Minimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Размер - Минимална височина на редове</menuitem>."
#. F8wyc
#: 00040500.xhp
@@ -12578,7 +12578,7 @@ msgctxt ""
"par_id11693929230193\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Minimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Минимална височина на редове</menuitem>."
#. BoZwM
#: 00040500.xhp
@@ -12587,7 +12587,7 @@ msgctxt ""
"par_id51693929384475\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Minimal Row Height</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Минимална височина на редове</menuitem>."
#. DLBVU
#: 00040500.xhp
@@ -12596,7 +12596,7 @@ msgctxt ""
"par_id751654222949632\n"
"help.text"
msgid "<image src=\"cmd/lc_setminimalrowheight.svg\" id=\"img_id731654222949632\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541654222949632\">Icon Minimal Row Height</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_setminimalrowheight.svg\" id=\"img_id731654222949632\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541654222949632\">Икона за минимална височина на редове</alt></image>"
#. kp47D
#: 00040500.xhp
@@ -12614,7 +12614,7 @@ msgctxt ""
"par_id611693929325585\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Minimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Минимална височина на редове</menuitem>."
#. NN4r3
#: 00040500.xhp
@@ -12632,7 +12632,7 @@ msgctxt ""
"par_id591693950959018\n"
"help.text"
msgid "Choose <menuitem>Format - Rows - Optimal Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Редове - Оптимална височина на редове</menuitem>."
#. pCsAR
#: 00040500.xhp
@@ -12650,7 +12650,7 @@ msgctxt ""
"par_id381693934159575\n"
"help.text"
msgid "Choose <menuitem>Size - Optimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Размер - Оптимална височина на редове</menuitem>."
#. GeUkp
#: 00040500.xhp
@@ -12659,7 +12659,7 @@ msgctxt ""
"par_id91693951086194\n"
"help.text"
msgid "Select row, choose <menuitem>Optimal Height</menuitem>."
-msgstr ""
+msgstr "Изберете ред, изберете <menuitem>Оптимална височина</menuitem>."
#. CvGKF
#: 00040500.xhp
@@ -12668,7 +12668,7 @@ msgctxt ""
"par_id331693934199624\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Optimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Оптимална височина на редове</menuitem>."
#. PQim4
#: 00040500.xhp
@@ -12677,7 +12677,7 @@ msgctxt ""
"par_id631693934202201\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Optimal Row Height</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Оптимална височина на редове</menuitem>."
#. H83Ge
#: 00040500.xhp
@@ -12686,7 +12686,7 @@ msgctxt ""
"par_id681693951206742\n"
"help.text"
msgid "Choose <menuitem>Layout - Row - Optimal Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Оформление - Ред - Оптимална височина</menuitem>."
#. WYawC
#: 00040500.xhp
@@ -12695,7 +12695,7 @@ msgctxt ""
"par_id781693951209917\n"
"help.text"
msgid "Choose <menuitem>Home - Row - Optimal Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало - Ред - Оптимална височина</menuitem>."
#. U2ETB
#: 00040500.xhp
@@ -12722,7 +12722,7 @@ msgctxt ""
"par_id231693934077822\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Optimal Row Height</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Оптимална височина на редове</menuitem>."
#. zvEoa
#: 00040500.xhp
@@ -12758,7 +12758,7 @@ msgctxt ""
"par_id871693934883186\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Distribute Rows Evenly</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Равни височини на редове</menuitem>."
#. mxHeK
#: 00040500.xhp
@@ -12767,7 +12767,7 @@ msgctxt ""
"par_id71693934886355\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Distribute Rows Evenly</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Равни височини на редове</menuitem>."
#. aALKw
#: 00040500.xhp
@@ -12794,7 +12794,7 @@ msgctxt ""
"par_id601693934906521\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Distribute Rows Evenly</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Равни височини на редове</menuitem>."
#. 8znyd
#: 00040500.xhp
@@ -12821,7 +12821,7 @@ msgctxt ""
"par_id941655738180090\n"
"help.text"
msgid "Choose <menuitem>Size - Minimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Размер - Минимална ширина на колони</menuitem>."
#. fzeje
#: 00040500.xhp
@@ -12830,7 +12830,7 @@ msgctxt ""
"par_id951693929823714\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Minimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Минимална ширина на колони</menuitem>."
#. eR9Di
#: 00040500.xhp
@@ -12839,7 +12839,7 @@ msgctxt ""
"par_id401693929850221\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Minimal Column Width</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Минимална ширина на колони</menuitem>."
#. mPGWr
#: 00040500.xhp
@@ -12848,7 +12848,7 @@ msgctxt ""
"par_id11654222599271\n"
"help.text"
msgid "<image src=\"cmd/lc_setminimalcolumnwidth.svg\" id=\"img_id541654222599271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451654222599271\">Icon Minimal Column Width</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_setminimalcolumnwidth.svg\" id=\"img_id541654222599271\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id451654222599271\">Икона за минимална ширина на колони</alt></image>"
#. 4Vw5o
#: 00040500.xhp
@@ -12866,7 +12866,7 @@ msgctxt ""
"par_id621693929897206\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Minimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Минимална ширина на колони</menuitem>."
#. pNAs2
#: 00040500.xhp
@@ -12884,7 +12884,7 @@ msgctxt ""
"par_id3145252\n"
"help.text"
msgid "Choose <emph>Format - Columns - Optimal Width</emph>."
-msgstr ""
+msgstr "Изберете <emph>Форматиране - Колони - Оптимална ширина</emph>."
#. RnQAg
#: 00040500.xhp
@@ -12902,7 +12902,7 @@ msgctxt ""
"par_id701655738103242\n"
"help.text"
msgid "Choose <menuitem>Size - Optimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Размер - Оптимална ширина на колони</menuitem>."
#. SnWCz
#: 00040500.xhp
@@ -12911,7 +12911,7 @@ msgctxt ""
"par_id701693944048858\n"
"help.text"
msgid "Select column, choose <menuitem>Optimal Width</menuitem>."
-msgstr ""
+msgstr "Изберете колона, изберете <menuitem>Оптимална ширина</menuitem>."
#. CXtRA
#: 00040500.xhp
@@ -12920,7 +12920,7 @@ msgctxt ""
"par_id3146971\n"
"help.text"
msgid "Double-click right column separator in column headers."
-msgstr ""
+msgstr "Щракнете двукратно върху десния разделител на колона в заглавията на колоните."
#. vrYLK
#: 00040500.xhp
@@ -12929,7 +12929,7 @@ msgctxt ""
"par_id811693933748238\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Optimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Оптимална ширина на колони</menuitem>."
#. SDeFF
#: 00040500.xhp
@@ -12938,7 +12938,7 @@ msgctxt ""
"par_id21693933751244\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Optimal Column Width</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Оптимална ширина на колони</menuitem>."
#. GKhAP
#: 00040500.xhp
@@ -12947,7 +12947,7 @@ msgctxt ""
"par_id181693944353293\n"
"help.text"
msgid "Choose <menuitem>Layout - Column - Optimal Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Оформление - Колона - Оптимална ширина</menuitem>."
#. nhNGA
#: 00040500.xhp
@@ -12956,7 +12956,7 @@ msgctxt ""
"par_id161693944357133\n"
"help.text"
msgid "Choose <menuitem>Home - Column - Optimal Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало - Колона - Оптимална ширина</menuitem>."
#. C6MQK
#: 00040500.xhp
@@ -12983,7 +12983,7 @@ msgctxt ""
"par_id191693933756189\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Optimal Column Width</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Оптимална ширина на колони</menuitem>."
#. ow3LU
#: 00040500.xhp
@@ -13019,7 +13019,7 @@ msgctxt ""
"par_id251693935084102\n"
"help.text"
msgid "Choose <menuitem>Table - Optimize Size - Distribute Columns Evenly</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Таблица - Оптимален размер - Равни ширини на колони</menuitem>."
#. m3zZs
#: 00040500.xhp
@@ -13028,7 +13028,7 @@ msgctxt ""
"par_id71693935087159\n"
"help.text"
msgid "On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Distribute Columns Evenly</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Таблица</menuitem> на раздела <menuitem>Таблица</menuitem> изберете <menuitem>Равни ширини на колони</menuitem>."
#. 7hd74
#: 00040500.xhp
@@ -13055,7 +13055,7 @@ msgctxt ""
"par_id191693935125855\n"
"help.text"
msgid "Choose <menuitem>Properties - Table - Distribute Columns Evenly</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Свойства - Таблица - Равни ширини на колони</menuitem>."
#. BBrvf
#: 00040500.xhp
@@ -13064,7 +13064,7 @@ msgctxt ""
"par_id3145356\n"
"help.text"
msgid "Choose <menuitem>Format - Clear Direct Formatting</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Изчистване на прякото форматиране</menuitem>."
#. jzn4b
#: 00040500.xhp
@@ -13073,7 +13073,7 @@ msgctxt ""
"par_id881690131939934\n"
"help.text"
msgid "Choose <menuitem>Home - Clear</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало - Изчистване</menuitem>."
#. Pj2BM
#: 00040500.xhp
@@ -13091,7 +13091,7 @@ msgctxt ""
"par_id741690132142121\n"
"help.text"
msgid "<image src=\"cmd/lc_resetattributes.svg\" id=\"img_id621690132142122\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id21690132142123\">Icon Clear Direct Formatting</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_resetattributes.svg\" id=\"img_id621690132142122\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id21690132142123\">Изчистване на прякото форматиране</alt></image>"
#. BuHiv
#: 00040500.xhp
@@ -13100,7 +13100,7 @@ msgctxt ""
"par_id281690132142125\n"
"help.text"
msgid "Clear Direct Formatting"
-msgstr ""
+msgstr "Изчистване на прякото форматиране"
#. 2GUZr
#: 00040500.xhp
@@ -13109,7 +13109,7 @@ msgctxt ""
"par_id71690131881708\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + M</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + M</keycode>"
#. 6Ax7U
#: 00040500.xhp
@@ -13118,7 +13118,7 @@ msgctxt ""
"par_id3153244\n"
"help.text"
msgid "Choose <menuitem>Format - Character</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Знак</menuitem>."
#. tGtgC
#: 00040500.xhp
@@ -13127,7 +13127,7 @@ msgctxt ""
"par_id561690149044585\n"
"help.text"
msgid "Select text, choose <menuitem>Character - Character</menuitem> (automatic spell checking must be disabled)."
-msgstr ""
+msgstr "Изберете текст, изберете <menuitem>Знак - Знак</menuitem> (автоматичната проверка на правописа трябва да е деактивирана)."
#. bB2LM
#: 00040500.xhp
@@ -13136,7 +13136,7 @@ msgctxt ""
"par_id11690146845549\n"
"help.text"
msgid "On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Начало</menuitem> на раздела <menuitem>Начало</menuitem> изберете <menuitem>Знак</menuitem>."
#. 5Rrey
#: 00040500.xhp
@@ -13145,7 +13145,7 @@ msgctxt ""
"par_id3151381\n"
"help.text"
msgid "Open the <menuitem>Styles</menuitem> deck, select a paragraph style, open context menu and choose <menuitem>New</menuitem> or <menuitem>Edit Style</menuitem>."
-msgstr ""
+msgstr "Отворете колодата <menuitem>Стилове</menuitem>, изберете стил на абзац, отворете контекстното меню и изберете <menuitem>Нов</menuitem> или <menuitem>Редактиране на стил</menuitem>."
#. AM5WA
#: 00040500.xhp
@@ -13154,7 +13154,7 @@ msgctxt ""
"par_id641690149070500\n"
"help.text"
msgid "Select a text object, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "Изберете текстов обект, изберете <menuitem>Знак</menuitem>."
#. rFqQM
#: 00040500.xhp
@@ -13163,7 +13163,7 @@ msgctxt ""
"par_id11690147845549\n"
"help.text"
msgid "On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Начало</menuitem> на раздела <menuitem>Начало</menuitem> изберете <menuitem>Знак</menuitem>."
#. bqu57
#: 00040500.xhp
@@ -13172,7 +13172,7 @@ msgctxt ""
"par_id741690149075667\n"
"help.text"
msgid "Select a text object, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "Изберете текстов обект, изберете <menuitem>Знак</menuitem>."
#. VFuRE
#: 00040500.xhp
@@ -13181,7 +13181,7 @@ msgctxt ""
"par_id11690145845549\n"
"help.text"
msgid "On the <menuitem>Text</menuitem> menu of the <menuitem>Text</menuitem> tab, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Текст</menuitem> на раздела <menuitem>Текст</menuitem> изберете <menuitem>Знак</menuitem>."
#. nRHQB
#: 00040500.xhp
@@ -13190,7 +13190,7 @@ msgctxt ""
"par_id741691149075667\n"
"help.text"
msgid "Select text when editing a cell, choose <menuitem>Character</menuitem>."
-msgstr ""
+msgstr "Изберете текст, докато редактирате клетка, изберете <menuitem>Знак</menuitem>."
#. LbNGm
#: 00040500.xhp
@@ -13199,7 +13199,7 @@ msgctxt ""
"par_id3148998\n"
"help.text"
msgid "<image id=\"img_id3154894\" src=\"cmd/lc_fontdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Icon Character</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154894\" src=\"cmd/lc_fontdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154894\">Икона за знак</alt></image>"
#. AdBzN
#: 00040500.xhp
@@ -13217,7 +13217,7 @@ msgctxt ""
"par_id3154749\n"
"help.text"
msgid "Choose <menuitem>Format - Cells - Font</menuitem> tab."
-msgstr ""
+msgstr "Изберете раздела <menuitem>Форматиране - Клетки - Шрифт</menuitem>."
#. 3AwnD
#: 00040500.xhp
@@ -13226,7 +13226,7 @@ msgctxt ""
"par_id3156306\n"
"help.text"
msgid "Menu <menuitem>Format - Page Style - Header/Footer</menuitem> - <emph>Edit</emph> button."
-msgstr ""
+msgstr "Меню <menuitem>Форматиране - Стил на страница - Горен колонтитул/Долен колонтитул</menuitem> - бутон <emph>Редактиране</emph>."
#. kk6Tu
#: 00040500.xhp
@@ -13235,7 +13235,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "Choose <emph>Format - Title - Character</emph> tab."
-msgstr ""
+msgstr "Изберете раздела <emph>Форматиране - Заглавие - Знак</emph>."
#. 6FcA5
#: 00040500.xhp
@@ -13244,7 +13244,7 @@ msgctxt ""
"par_id3149812\n"
"help.text"
msgid "Choose <emph>Format - Legend - Character</emph> tab."
-msgstr ""
+msgstr "Изберете <emph>Форматиране - Легенда - Знак</emph>."
#. VJ2N2
#: 00040500.xhp
@@ -13253,7 +13253,7 @@ msgctxt ""
"par_id3153717\n"
"help.text"
msgid "Choose <emph>Format - Axis - Character</emph> tab."
-msgstr ""
+msgstr "Изберете раздела <emph>Форматиране - Ос - Знак</emph>."
#. B9wLB
#: 00040500.xhp
@@ -13262,7 +13262,7 @@ msgctxt ""
"par_id3153935\n"
"help.text"
msgid "Choose <menuitem>Format - Character - Font</menuitem> tab."
-msgstr ""
+msgstr "Изберете раздела <menuitem>Форматиране - Знак - Шрифт</menuitem>."
#. mHGD4
#: 00040500.xhp
@@ -13271,7 +13271,7 @@ msgctxt ""
"par_id211690148229365\n"
"help.text"
msgid "Select the <menuitem>Styles</menuitem> deck, open context menu of a style, choose <menuitem>Edit Style - Font</menuitem> tab."
-msgstr ""
+msgstr "Изберете колодата <menuitem>Стилове</menuitem>, отворете контекстното меню на стил, изберете раздела <menuitem>Редактиране на стил - Шрифт</menuitem>."
#. f7aHb
#: 00040500.xhp
@@ -13289,7 +13289,7 @@ msgctxt ""
"par_id3149819\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Font Effects</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Ефекти за шрифт</menuitem>."
#. 5k7D4
#: 00040500.xhp
@@ -13316,7 +13316,7 @@ msgctxt ""
"par_id3159256\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and click <menuitem>New/Edit Style - Alignment</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Подравняване</menuitem>."
#. E3vEQ
#: 00040500.xhp
@@ -13343,7 +13343,7 @@ msgctxt ""
"par_id3152811\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and click <menuitem>New/Edit Style - Asian Layout</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Азиатски езици</menuitem>."
#. 4ZZLP
#: 00040500.xhp
@@ -13370,7 +13370,7 @@ msgctxt ""
"par_id3148742\n"
"help.text"
msgid "Choose <emph>View - Styles</emph> - open context menu of an entry and click <emph>New/Edit Style - Asian Typography</emph> tab."
-msgstr ""
+msgstr "Изберете <emph>Изглед - Стилове</emph> - отворете контекстното меню на елемент и изберете раздела <emph>Нов/Редактиране на стил - Азиатска типография</emph>."
#. DGFGA
#: 00040500.xhp
@@ -13397,7 +13397,7 @@ msgctxt ""
"par_id131690634671867\n"
"help.text"
msgid "Place cursor in paragraph, choose <menuitem>Paragraph - Paragraph</menuitem>."
-msgstr ""
+msgstr "Поставете курсора в абзац, изберете <menuitem>Абзац - Абзац</menuitem>."
#. cEepZ
#: 00040500.xhp
@@ -13406,7 +13406,7 @@ msgctxt ""
"par_id221690634561129\n"
"help.text"
msgid "On the <menuitem>Home</menuitem> menu of the <menuitem>Home</menuitem> tab, select <menuitem>Paragraph</menuitem>."
-msgstr ""
+msgstr "В менюто <menuitem>Начало</menuitem> на раздела <menuitem>Начало</menuitem> изберете <menuitem>Абзац</menuitem>."
#. hGCDg
#: 00040500.xhp
@@ -13415,7 +13415,7 @@ msgctxt ""
"par_id3152381\n"
"help.text"
msgid "Open the <menuitem>Styles</menuitem> deck, select a paragraph style, open context menu and choose <menuitem>New</menuitem> or <menuitem>Edit Style</menuitem>."
-msgstr ""
+msgstr "Отворете колодата <menuitem>Стилове</menuitem>, изберете стил на абзац, отворете контекстното меню и изберете <menuitem>Нов</menuitem> или <menuitem>Редактиране на стил</menuitem>."
#. rQ9Bt
#: 00040500.xhp
@@ -13451,7 +13451,7 @@ msgctxt ""
"par_id3147352\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Alignment</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Подравняване</menuitem>."
#. EF6ft
#: 00040500.xhp
@@ -13469,7 +13469,7 @@ msgctxt ""
"par_id3152463\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Indents & Spacing</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Отстъпи и разредка</menuitem>."
#. iqEQr
#: 00040500.xhp
@@ -13487,7 +13487,7 @@ msgctxt ""
"par_id3154833\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Tabs</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Табулатори</menuitem>."
#. iG9GL
#: 00040500.xhp
@@ -13559,7 +13559,7 @@ msgctxt ""
"par_id3149911\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Borders</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Кантове</menuitem>."
#. cBspq
#: 00040500.xhp
@@ -13676,7 +13676,7 @@ msgctxt ""
"par_id3153532\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Background</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Фон</menuitem>."
#. nLzZW
#: 00040500.xhp
@@ -13721,7 +13721,7 @@ msgctxt ""
"par_id631579002848692\n"
"help.text"
msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Organizer</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Стилове - Управление на стиловете</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Организатор</menuitem>."
#. oZUMH
#: 00040500.xhp
@@ -13739,7 +13739,7 @@ msgctxt ""
"par_id961579003607432\n"
"help.text"
msgid "Choose <menuitem>Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Organizer</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Стилове - Управление на стиловете</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Организатор</menuitem>."
#. 5tDj9
#: 00040500.xhp
@@ -13757,7 +13757,7 @@ msgctxt ""
"par_id111579003773016\n"
"help.text"
msgid "Choose <menuitem>Format - Styles - Manage Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Organizer</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Форматиране - Стилове - Управление на стиловете</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Организатор</menuitem>."
#. rSUuK
#: 00040500.xhp
@@ -13775,7 +13775,7 @@ msgctxt ""
"par_id3154482\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of an entry and choose <menuitem>New/Edit Style - Organizer</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Организатор</menuitem>."
#. eEUQg
#: 00040500.xhp
@@ -13811,7 +13811,7 @@ msgctxt ""
"par_id3154362\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <menuitem>New/Edit Style - Page</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - отворете контекстното меню на стил за страници и изберете раздела <menuitem>Нов/Редактиране на стил - Страница</menuitem>."
#. cgX2W
#: 00040500.xhp
@@ -13829,7 +13829,7 @@ msgctxt ""
"par_id31543624680\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu of a page style entry and choose <menuitem>New/Edit Style - Page</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - отворете контекстното меню на стил за страници и изберете раздела <menuitem>Нов/Редактиране на стил - Страница</menuitem>."
#. iCz7o
#: 00040500.xhp
@@ -13856,7 +13856,7 @@ msgctxt ""
"par_id3148405\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of a page style entry and choose <menuitem>New/Edit Style - Header</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на стил за страници и изберете раздела <menuitem>Нов/Редактиране на стил - Горен колонтитул</menuitem>."
#. nJY9z
#: 00040500.xhp
@@ -13874,7 +13874,7 @@ msgctxt ""
"par_id3155175\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> - open context menu of an entry and choose <menuitem>New/Edit Style - Footer</menuitem> tab."
-msgstr ""
+msgstr "Изберете <menuitem>Изглед - Стилове</menuitem> - отворете контекстното меню на елемент и изберете раздела <menuitem>Нов/Редактиране на стил - Долен колонтитул</menuitem>."
#. LUBTb
#: 00040500.xhp
@@ -14027,7 +14027,7 @@ msgctxt ""
"par_id3145220\n"
"help.text"
msgid "Choose <menuitem>Format - Bullets and Numbering</menuitem>."
-msgstr ""
+msgstr "Изберете раздела <menuitem>Форматиране - Водачи и номерация</menuitem>."
#. iEhGu
#: 00040500.xhp
@@ -14036,7 +14036,7 @@ msgctxt ""
"par_id761616160771224\n"
"help.text"
msgid "Choose <menuitem>List - Bullets and Numbering</menuitem>."
-msgstr ""
+msgstr "Изберете раздела <menuitem>Списък - Водачи и номерация</menuitem>."
#. WGobM
#: 00040500.xhp
@@ -14045,7 +14045,7 @@ msgctxt ""
"par_id51690931786955\n"
"help.text"
msgid "Choose <menuitem>Text</menuitem> - long click on bullet, numbering and outline icons, choose <menuitem>Customize</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Текст</menuitem> – щракнете и задръжте върху иконите за водещ символ, номериране и план, изберете <menuitem>Персонализиране</menuitem>."
#. CtoXr
#: 00040500.xhp
@@ -14054,7 +14054,7 @@ msgctxt ""
"par_id761690931793457\n"
"help.text"
msgid "Choose <menuitem>Home</menuitem> - long click on bullet, numbering and outline icons, choose <menuitem>Customize</menuitem>."
-msgstr ""
+msgstr "Изберете <menuitem>Начало</menuitem> – щракнете и задръжте върху иконите за водещ символ, номериране и план, изберете <menuitem>Персонализиране</menuitem>."
#. JQBhp
#: 00040500.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index aa012c31c0d..fcfaa13f88b 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-02 05:57+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bg/>\n"
@@ -8063,23 +8063,23 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>Регулярни изрази</defaultinline></switchinline>"
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>Позволява ви да използвате регулярни изрази при търсенето.</defaultinline></switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
+msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Позволява ви да използвате регулярни изрази при търсенето.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
+msgstr ""
#. gDuQb
#: 02100000.xhp
@@ -24551,14 +24551,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Добавете или редактирайте текста за горния колонтитул.</ahelp>"
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Добавяне или редактиране</link> на текст в горния колонтитул.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgstr ""
#. Qwvta
#: 05040300.xhp
@@ -24875,14 +24875,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Добавете или редактирайте текста за долния колонтитул.</ahelp>"
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
-msgstr "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Добавяне или редактиране</link> на текст в долния колонтитул. </caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgstr ""
#. vFoHW
#: 05040400.xhp
@@ -32030,13 +32030,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr "Авторазмер на текста"
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index 9a88f151cf6..5c37843341e 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-02 05:57+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356897.000000\n"
@@ -15362,6 +15362,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\">Специални знаци</link>"
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/simpress/02.po b/source/bg/helpcontent2/source/text/simpress/02.po
index 85044e635c8..48634b19602 100644
--- a/source/bg/helpcontent2/source/text/simpress/02.po
+++ b/source/bg/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-28 16:24+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/bg/>\n"
@@ -3031,41 +3031,41 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "За да завъртите триизмерен обект около някоя от трите му оси, щракнете, за да изберете обекта, после щракнете отново, за да видите манипулаторите му за въртене. Плъзнете някой манипулатор в желаната посока, за да завъртите обекта."
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "Куб"
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
-msgstr ""
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgstr "<ahelp hid=\".uno:Cube\">Чертае запълнен куб на мястото, където плъзнете в кадъра. За да начертаете правоъгълен паралелепипед, задръжте <keycode>Shift</keycode>, докато плъзгате.</ahelp>"
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
-msgstr ""
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
+msgstr "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Икона за куб</alt></image>"
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "Куб"
#. RUv4B
#: 10090000.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index d3ee7ed84f0..48492ce1b51 100644
--- a/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-27 09:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 5.3.1\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547853218.000000\n"
#. E9tti
@@ -1105,23 +1105,41 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
-msgstr "<variable id=\"feldbefehldatum\">Изберете <menuitem>Вмъкване - Поле - Дата</menuitem>.</variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
-#. nKMHB
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
-msgstr "<variable id=\"feldbefehluhrzeit\">Изберете <menuitem>Вмъкване - Поле - Час</menuitem>.</variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
+msgstr ""
#. WHhqc
#: 00000404.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/02.po b/source/bg/helpcontent2/source/text/swriter/02.po
index b10abfe0b70..53a1cc8039c 100644
--- a/source/bg/helpcontent2/source/text/swriter/02.po
+++ b/source/bg/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-11-12 21:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.18.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547852096.000000\n"
#. sqxGb
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\">Друго</link>"
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "Дата"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,14 +3715,14 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr "Ако желаете да дефинирате различен формат за дата или датата да бъде обновявана автоматично, изберете <emph>Вмъкване - Поле - Още полета</emph>, за да вмъкнете командно поле и да зададете желаните настройки в диалоговия прозорец <link href=\"text/swriter/01/04090000.xhp\"><emph>Полета</emph></link>. Форматът на съществуващо поле за дата може да бъде променен по всяко време чрез избиране на <link href=\"text/swriter/01/02140000.xhp\"><emph>Редактиране - Полета</emph></link>."
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
-msgstr "Час"
+msgid "Time (Fixed)"
+msgstr ""
#. yxN2Q
#: 18030200.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/04.po b/source/bg/helpcontent2/source/text/swriter/04.po
index 63a978c8f63..df7e2197463 100644
--- a/source/bg/helpcontent2/source/text/swriter/04.po
+++ b/source/bg/helpcontent2/source/text/swriter/04.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: 2023-09-12 14:57+0200\n"
-"PO-Revision-Date: 2024-02-27 09:45+0000\n"
+"PO-Revision-Date: 2024-03-07 07:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/bg/>\n"
"Language: bg\n"
@@ -1409,7 +1409,7 @@ msgctxt ""
"hd_id3154531\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Left</caseinline><defaultinline>Shift+Home</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Стрелка наляво</caseinline><defaultinline>Shift+Home</defaultinline></switchinline>"
#. MyZhF
#: 01020000.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"hd_id3151005\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Right</caseinline><defaultinline>Shift+End</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Стрелка надясно</caseinline><defaultinline>Shift+End</defaultinline></switchinline>"
#. qCDwe
#: 01020000.xhp
@@ -1481,7 +1481,7 @@ msgctxt ""
"hd_id3151030\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Up</caseinline><defaultinline>Ctrl+Shift+Home</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Стрелка нагоре</caseinline><defaultinline>Ctrl+Shift+Home</defaultinline></switchinline>"
#. Soi4q
#: 01020000.xhp
@@ -1517,7 +1517,7 @@ msgctxt ""
"hd_id3149750\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Arrow Down</caseinline><defaultinline>Ctrl+Shift+End</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Стрелка надолу</caseinline><defaultinline>Ctrl+Shift+End</defaultinline></switchinline>"
#. HD7Wn
#: 01020000.xhp
@@ -1706,7 +1706,7 @@ msgctxt ""
"hd_id3151124\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Fn+Backspace</caseinline><defaultinline>Ctrl+Shift+Del</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Fn+Backspace</caseinline><defaultinline>Ctrl+Shift+Del</defaultinline></switchinline>"
#. CFwv6
#: 01020000.xhp
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 668e4365dc6..a34e74e8d38 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-03-02 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
@@ -34238,16 +34238,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "Към следващо изречение"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "Номера - вкл./изкл."
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/bg/sc/messages.po b/source/bg/sc/messages.po
index df15d5ec550..76c5e7b648f 100644
--- a/source/bg/sc/messages.po
+++ b/source/bg/sc/messages.po
@@ -3,8 +3,8 @@ 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: 2024-03-04 14:25+0100\n"
-"PO-Revision-Date: 2024-03-02 01:45+0000\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
+"PO-Revision-Date: 2024-03-06 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bg/>\n"
"Language: bg\n"
@@ -712,8 +712,8 @@ msgid ""
"The range does not contain column headers.\n"
"Do you want the first line to be used as column header?"
msgstr ""
-"Областта не съдържа заглавия на колони.\n"
-"Желаете ли първият ред да бъде използван като заглавия на колони?"
+"Диапазонът не съдържа заглавия на колони.\n"
+"Искате ли първият ред да бъде използван като заглавия на колони?"
#. W8DjC
#: sc/inc/globstr.hrc:128
@@ -20064,25 +20064,25 @@ msgid "Closes dialog and discards all changes."
msgstr "Затваря диалоговия прозорец, отхвърляйки всички промени."
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr "с"
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr "Прилагане на условно форматиране върху клетки: %1"
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr "Щракнете върху иконата „Свиване“, за да смалите диалоговия прозорец до размера на входното поле. Така е по-лесно да маркирате нужното обръщение в листа. При това иконата автоматично се превръща в икона „Максимизиране“. Щракнете върху нея, за да върнете първоначалния размер на диалоговия прозорец."
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr "Диапазон:"
@@ -25377,7 +25377,7 @@ msgstr "Прилага една и съща формула върху разли
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:16
msgctxt "namerangesdialog|NameRangesDialog"
msgid "Define Label Range"
-msgstr "Дефиниране на диапазон с надписи"
+msgstr "Дефиниране на диапазон с етикети"
#. ABAZQ
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:43
@@ -25395,7 +25395,7 @@ msgstr "Затваря диалоговия прозорец, отхвърляй
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:131
msgctxt "namerangesdialog|extended_tip|edassign"
msgid "Displays the cell reference of each label range."
-msgstr "Показва обръщението към клетките на всяка от областите със заглавия."
+msgstr "Показва обръщението към клетките на всеки диапазон с етикети."
#. JXXhm
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:150
@@ -25413,7 +25413,7 @@ msgstr "Съдържа заглавия на _колони"
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:184
msgctxt "namerangesdialog|extended_tip|colhead"
msgid "Includes column labels in the current label range."
-msgstr "Включва заглавията на колони в текущата област със заглавия."
+msgstr "Включва етикетите на колони в текущия диапазон с етикети."
#. WDLCJ
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:195
@@ -25425,7 +25425,7 @@ msgstr "Съдържа заглавия на _редове"
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:205
msgctxt "namerangesdialog|extended_tip|rowhead"
msgid "Includes row labels in the current label range."
-msgstr "Включва заглавията на редове в текущата област със заглавия."
+msgstr "Включва етикетите на редове в текущия диапазон с етикети."
#. CaLyt
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:224
@@ -25437,7 +25437,7 @@ msgstr "За диапазон с данни"
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:250
msgctxt "namerangesdialog|extended_tip|edassign2"
msgid "Sets the data range for which the selected label range is valid. To modify it, click in the sheet and select another range with the mouse."
-msgstr "Задава областта с данни, за която важи избраната област със заглавия. За да я промените, щракнете в листа и изберете другата област с мишката."
+msgstr "Задава диапазона с данни, за който важи избраният диапазон с етикети. За да го промените, щракнете в листа и изберете друг диапазон с мишката."
#. PvBUo
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:269
@@ -25449,7 +25449,7 @@ msgstr "Щракнете върху иконата Свиване, за да с
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:300
msgctxt "namerangesdialog|extended_tip|add"
msgid "Adds the current label range to the list."
-msgstr "Добавя текущата област със заглавия към списъка."
+msgstr "Добавя текущия диапазон с етикети към списъка."
#. ozH98
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:319
@@ -25461,7 +25461,7 @@ msgstr "Изтрива избрания елемент или елементи
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:370
msgctxt "namerangesdialog|extended_tip|range"
msgid "Displays the cell reference of each label range."
-msgstr "Показва обръщението към клетките на всяка от областите със заглавия."
+msgstr "Показва обръщението към клетките на всеки диапазон с етикети."
#. AFqD5
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:387
@@ -25473,7 +25473,7 @@ msgstr "Област"
#: sc/uiconfig/scalc/ui/namerangesdialog.ui:412
msgctxt "namerangesdialog|extended_tip|NameRangesDialog"
msgid "Opens a dialog in which you can define a label range."
-msgstr "Отваря диалогов прозорец, в който можете да зададете област със заглавия."
+msgstr "Отваря диалогов прозорец, в който можете да зададете диапазон с етикети."
#. ba8wC
#: sc/uiconfig/scalc/ui/navigatorpanel.ui:22
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index c1854ff6235..a82f38b4bd2 100644
--- a/source/bg/sd/messages.po
+++ b/source/bg/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2024-02-28 12:59+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
@@ -1733,584 +1733,590 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Стилове за клетки"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Фигура %1"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Задаване на фоново изображение"
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Нулиране на оформление на кадър"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Вмъкване на таблица"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Вмъкване на диаграма"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Вмъкване на изображение"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Вмъкване на звук или видео"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Плъзгане и пускане на страници"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Плъзгане и пускане на кадри"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Моля, добавете изображения в албума."
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Текстов кадър"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Фон"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Фонови обекти"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Оформление"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Контроли"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Размерни линии"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Кадър"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Страница"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Кадър"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Кадър образец"
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Кадър образец:"
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Страница образец"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Страница образец:"
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Бележки)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Листовки"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Щракнете, за да редактирате формата на заглавието"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Щракнете, за да редактирате формата на плана"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Чукнете двукратно, за да редактирате формата на заглавието"
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Чукнете двукратно, за да редактирате формата на плана"
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Второ ниво на плана"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Трето ниво на плана"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Четвърто ниво на плана"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Пето ниво на плана"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Шесто ниво на плана"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Седмо ниво на плана"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Щракнете, за да преместите кадъра"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Щракнете, за да редактирате формата на бележките"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Чукнете двукратно, за да преместите кадъра"
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Чукнете двукратно, за да редактирате формата на бележките"
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Щракнете, за да добавите заглавие"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Щракнете, за да добавите текст"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Щракнете, за да добавите текст"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Щракнете, за да добавите бележки"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Чукнете двукратно, за да добавите заглавие"
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Чукнете двукратно, за да добавите текст"
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Чукнете двукратно, за да добавите текст"
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Чукнете, за да редактирате текста"
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Чукнете двукратно, за да добавите бележки"
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Щракнете двукратно, за да добавите изображение"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Щракнете двукратно, за да добавите обект"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Щракнете двукратно, за да добавите диаграма"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Щракнете двукратно, за да добавите йерархична диаграма"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Щракнете двукратно, за да добавите електронна таблица"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "По подразбиране"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Заглавие"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Подразбиран стил за рисунки"
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Местене на кадри"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Вмъкване на страници"
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Вмъкване на страница"
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Свойства на кадър"
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Обект без запълване"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Обект без запълване и очертание"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Текст"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Заглавие на документ A4"
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Заглавие A4"
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Текст A4"
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Заглавие на документ A0"
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Заглавие A0"
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Текст A0"
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Графика"
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Фигури"
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Линии"
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Линия със стрелки"
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Прекъсната линия"
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Запълнено"
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Запълнено със синьо"
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Запълнено със зелено"
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Запълнено с жълто"
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Запълнено с червено"
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Очертано"
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Очертано със синьо"
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Очертано със зелено"
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Очертано с жълто"
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Очертано с червено"
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Заглавие"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Подзаглавие"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "План"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Фонови обекти"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Фон"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Бележки"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Импортиране от PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Записване на документ"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Смаляване на шрифта"
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Уголемяване на шрифта"
@@ -2318,637 +2324,637 @@ msgstr "Уголемяване на шрифта"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Изглед Рисуване"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Изглед Рисуване"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Изглед План"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Изглед Кадри"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Тук подреждате кадри."
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Изглед Бележки"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Изглед Листовки"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PresentationTitle"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handout"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME – презентация"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Заглавие"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "План"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Подзаглавие"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Страница"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Бележки"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Листовка"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Непознат елемент за достъпност на презентация"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Долен колонтитул"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Горен колонтитул"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Дата"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Число"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(само за четене)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "няма"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "До следващото щракване"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "До края на кадъра"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Посока:"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Мащаб:"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Спици:"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Първи цвят:"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Втори цвят:"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Цвят за запълване:"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Шрифт:"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Цвят на шрифта:"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Начертание:"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Цвят на контура:"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Размер на шрифта:"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Размер:"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Количество:"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Цвят:"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Без звук)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Спиране на предишния звук)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Друг звук..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Извадка"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Спусък"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Потребителски траектории"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Въвеждане: %1"
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Акцентиране: %1"
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Завършване: %1"
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Траектории: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Разни: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Няма"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Днес,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Вчера,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(няма автор)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress достигна до края на презентацията. Желаете ли да започнете отначало?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress достигна до началото на презентацията. Желаете ли да продължите към края?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw достигна до края на документа. Желаете ли да продължите към началото?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw достигна до началото на документа. Желаете ли да продължите към края?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Вмъкване на коментар"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Изтриване на коментар(и)"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Премстване на коментар"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Редакция на коментар"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Отговор до %1"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Възпроизвеждане"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Таблица"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Документ"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Кадри на страница:"
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Подреждане:"
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Съдържание"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Име на кадър"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Име на страница"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Дата и час"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Скрити страници"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Цвят"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Размер"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Брошура"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Страни на страниците"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Включване"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Използване само на касетата от настройките на принтера"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Страници:"
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Кадри:"
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress стигна до края на документа. Желаете ли търсенето да продължи от началото?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress стигна до началото на документа. Желаете ли търсенето да продължи от края?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw стигна до края на документа. Желаете ли търсенето да продължи от началото?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw стигна до началото на документа. Желаете ли търсенето да продължи от края?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Анимация"
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Връзка"
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Напред"
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Назад"
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Първи кадър"
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Последен кадър"
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Затваряне на панела"
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Добавяне на нов дизайн"
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -7950,19 +7956,19 @@ msgid "Page _height:"
msgstr "Височина на страницата:"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr "Определя мащаба на рисунката в лентата на състоянието."
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "Мащаб"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr "Определя общите настройки за рисунки и презентации."
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index ab3089fad2f..e037ff573c7 100644
--- a/source/bg/svx/messages.po
+++ b/source/bg/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2023-12-12 01:45+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
@@ -19627,14 +19627,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr "Подробен изглед"
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr "Нова..."
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr "Добавяне на още галерии чрез разширение"
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index f6241f0e4c3..d82a74a5397 100644
--- a/source/bg/sw/messages.po
+++ b/source/bg/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2024-02-28 12:59+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bg/>\n"
@@ -1834,302 +1834,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr "Абзац – сричкопренасяне, зона"
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr "Абзац – множество за съвместимост"
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr "Абзац – автоматичен отстъп на първия ред"
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr "Абзац – знаково разстояние"
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr "Абзац – свързани кантове"
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr "Абзац – забранени правила"
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr "Абзац – висяща пунктуация"
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr "Абзац – сричкопренасяне"
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr "Абзац – рестарт на номерацията"
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr "Абзац – без разделяне"
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr "Абзац – нагласяване на последния ред"
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr "Абзац – ляво бяло поле"
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr "Абзац – ляво бяло поле, относително"
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr "Абзац – номер на ред, брой"
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr "Абзац – номер на ред, начална стойност"
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr "Абзац – редова разредка"
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr "Абзац – висящи редове в началото"
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr "Абзац – напасване на редовете"
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr "Абзац – дясно бяло поле"
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr "Абзац – дясно бяло поле, относително"
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr "Абзац – формат на сянката"
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr "Абзац – разделяне"
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr "Абзац – име на стил"
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr "Абзац – табулатори"
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr "Абзац – горно бяло поле"
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr "Абзац – горно бяло поле, относително"
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr "Абзац – потребителски атрибути"
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr "Абзац – вертикално подравняване"
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr "Абзац – висящи редове в края"
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr "Маркер на препратка"
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr "Десен кант"
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr "Десен кант, отстояние"
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr "RSID"
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr "Транслитерация – нагласяване"
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr "Транслитерация – име на знаков стил"
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr "Транслитерация – отгоре"
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr "Транслитерация – позиция"
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr "Транслитерация – текст"
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr "Прилепване към мрежата"
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr "Стил – множество за съвместимост"
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr "Текстово поле"
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr "Текстова рамка"
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr "Текстов абзац"
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr "Текстов раздел"
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr "Текстова таблица"
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr "Текст – потребителски атрибути"
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr "Горен кант"
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr "Горен кант, отстояние"
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr "Непосетени – име на знаков стил"
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr "Посетени – име на знаков стил"
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr "Режим на писане"
diff --git a/source/bn-IN/basctl/messages.po b/source/bn-IN/basctl/messages.po
index e15dfba69b2..1174535b442 100644
--- a/source/bn-IN/basctl/messages.po
+++ b/source/bn-IN/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-04 06:32+0000\n"
"Last-Translator: AparnaKarmakar <aparnakarnakar@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1086,7 +1086,7 @@ msgid "_Line number:"
msgstr "পংক্তি সংখ্যা (_L):"
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index c57a2530deb..a5a4820af62 100644
--- a/source/bn-IN/cui/messages.po
+++ b/source/bn-IN/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bn_IN/>\n"
@@ -21536,224 +21536,236 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেন প্রয়োগ"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "সন্নিবেশ (_I)"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর বিভাজকের ধরন নির্বাচন করুন যা আপনি ব্যবহার করতে চান।"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr "পৃষ্ঠার শৈলী সহ (_y):"
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে চান।"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধরন (_T):"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠা নম্বর (_n):"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "অবস্থান:"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে বিন্যাস শৈলী নির্বাচন করুন।"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "কলাম"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "আপনি যে ধরনের বিভাজক সন্নিবেশ করতে চান সেটি নির্বাচন করুন।"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "পূর্বে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পরে"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "আপনি কোথায় বিভাজক সন্নিবেশ করাতে চান সেটি নির্বাচন করুন।"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr "বিরতি"
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "একটি বিভাজক সন্নিবেশ করানো পরে একটি সম্পূর্ণ অনুচ্ছেদকে পরবর্তী কলাম বা পৃষ্ঠায় স্থানান্তর করা হয়।"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে রাখা (_K)"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "যখন একটি বিভাজক অথবা কলাম বিভাজক সন্নিবেশ করা হবে তখন বর্তমান অনুচ্ছেদ এবং নিম্নোক্ত অনুচ্ছেদ একসাথে রাখুন।"
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "রেখা"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "রেখা"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bn-IN/editeng/messages.po b/source/bn-IN/editeng/messages.po
index fa5330948a5..71667a72825 100644
--- a/source/bn-IN/editeng/messages.po
+++ b/source/bn-IN/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/bn_IN/>\n"
@@ -1346,399 +1346,429 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কার্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "আবদ্ধ "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "সংক্ষিপ্ত "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনটি না"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ডট "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভরাট বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "স্থানীয় উচ্চারণ-ভঙ্গি "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "উপরে"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "নিম্নে"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ডবল রেখাযুক্ত- নিষ্ক্রিয়"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ডবল রেখাযুক্ত"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "লাইনের শেষে কোন ঝুলন্ত বিরামচিহ্ন থাকবে না"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "লাইনের শেষে ঝুলন্ত বিরামচিহ্ন"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ করা হবে না"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোন ঘোরানো অক্ষর নয়"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "অক্ষর যে পরিমাণ ঘোরানো হবে $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "লাইনে মাপসই করা হবে"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr "টেক্সট ঘোরানো হয় না"
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr "টেক্সট $(ARG1) দ্বারা ঘোরানো হয়"
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "অক্ষরের আকার পরিবর্তিত $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোন আকার পরিবর্তিত অক্ষর নয়"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "কোন রিলিফ নেই"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "রিলিফ"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "খোদাইকৃত"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বয়ংক্রিয় টেক্সট প্রান্তিককরণ"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "বেসলাইনে প্রান্তিককৃত টেক্সট"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "শীর্ষে প্রান্তিককৃত টেক্সট"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "মধ্যে প্রান্তিককৃত টেক্সট"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "নিম্নে প্রান্তিককৃত টেক্সট"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (অনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (অনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (লম্বালম্বি)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (লম্বালম্বি)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "উর্ধঃস্তন বস্তুর টেক্সটের অভিমুখ সেটিং ব্যবহার করুন"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ (যদি সক্রিয় থাকে)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ নয়"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "আড়ালে নয়"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "আড়ালে"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজের ট্রে"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[মুদ্রণযন্ত্র সেটিংস থেকে]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "অপসারণ"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "সরানো"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্রতিস্থাপন"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্ট্য পুনঃনির্ধারণ"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলী প্রয়োগ"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটি হল %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "অনুচ্ছেদ হলো %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বয়ংক্রিয়"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "অনুচ্ছেদের ভিতরে চিত্র বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "চিত্র বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr "অনুচ্ছেদ: $(ARG) "
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "নথির শুরুতে পরীক্ষা চালিয়ে যেতে চান?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "নথির শেষে পরীক্ষা চালিয়ে যেতে চান?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1748,43 +1778,43 @@ msgstr ""
"অভিধানে যোগ করা যায়নি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "অভিধানটি ইতোমধ্যে পরিপূর্ণ আছে।"
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "অভিধানটি শুধুমাত্র পাঠযোগ্য।"
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "সাব-পয়েন্ট প্রদর্শন"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ভাঁজ হয়ে গুটানো"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po
index 34daa614441..553afe59f31 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-07-12 14:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/guide.po b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
index 97185ed6c76..5550b88fbc6 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+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"
@@ -4552,14 +4552,14 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr "সাজানো হবে এমন ঘরের পরিসীমা বিপরীত রঙে দেখানো হয়।"
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
-msgstr "সাজানো পছন্দ নির্বাচন করুন যা আপনি চান।"
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
+msgstr ""
#. dxfCa
#: database_sort.xhp
@@ -13624,14 +13624,14 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr "দুটি নথি খুলুন: $[officename] Calc স্প্রেডশীটে বহি:স্থ ডাটা সন্নিবেশ করানো হবে (লক্ষ্যবস্তু নথি) এবং বহি:স্থ ডাটা পুনুরদ্ধার করার নথি (উৎস নথি)।"
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
-msgstr "লক্ষ্যবস্তু নথিতে পরিক্রমনটি খুলুন।"
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
+msgstr ""
#. z9DtM
#: webquery.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 39223bd7fc7..85bddc34009 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bn_IN/>\n"
@@ -8062,22 +8062,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr ""
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
msgstr ""
#. gDuQb
@@ -24550,13 +24550,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr ""
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
msgstr ""
#. Qwvta
@@ -24874,13 +24874,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr ""
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
msgstr ""
#. vFoHW
@@ -32029,13 +32029,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr ""
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index c7d5ec2e685..8233a4f1fc5 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bn_IN/>\n"
@@ -15361,6 +15361,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\">বিশেষ অক্ষর</link>"
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/simpress/02.po b/source/bn-IN/helpcontent2/source/text/simpress/02.po
index 4209bea9b31..5ea87fd4f64 100644
--- a/source/bn-IN/helpcontent2/source/text/simpress/02.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-10-04 10:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3031,41 +3031,41 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "একটি ত্রিমাত্রিক বস্তু এটার তিনটি অক্ষের চারদিকে ঘুরাতে, বস্তুটি নির্বাচন করতে ক্লিক করুন, এবং তারপর এটার আবর্তন হাতলসমূহ প্রদর্শন করতে পুনরায় ক্লিক করুন। আপনি বস্তুটি যে দিকে ঘোরাতে চান সে দিকে হাতলটি টানুন।"
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "কার্ভ"
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
msgstr ""
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
msgstr ""
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "কার্ভ"
#. RUv4B
#: 10090000.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/00.po b/source/bn-IN/helpcontent2/source/text/swriter/00.po
index 940809cf088..0e01a4e7182 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/00.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+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"
@@ -1105,22 +1105,40 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
msgstr ""
-#. nKMHB
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
+
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
msgstr ""
#. WHhqc
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/02.po b/source/bn-IN/helpcontent2/source/text/swriter/02.po
index 516ae93e762..928f2f6ddf5 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/02.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-11-22 14:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\">অন্যান্য</link>"
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "তারিখ"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,14 +3715,14 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr "যদি আপনি একটি ভিন্ন তারিখ বিন্যাস ব্যাখ্যা করতে চান বা স্বয়ংক্রিয় ভাবে তারিখ হালনাগাদ করতে চান, একটি ক্ষেত্র কমান্ড দিতে বা <link href=\"text/swriter/01/04090000.xhp\"><emph>ক্ষেত্র</emph></link> ডায়ালগে কাঙ্খিত সেটিং সন্নিবেশ করতে <emph> সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন। <link href=\"text/swriter/01/02140000.xhp\"><emph>সম্পাদনা - ক্ষেত্র</emph></link> নির্বাচন করে আপনি যেকোনো সময় বর্তমান তারিখের বিন্যাস পরিবর্তন করতে পারবেন।"
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
-msgstr "সময়"
+msgid "Time (Fixed)"
+msgstr ""
#. yxN2Q
#: 18030200.xhp
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 3e0e072a036..50a551a0145 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
@@ -3,7 +3,7 @@ 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: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+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"
@@ -34641,16 +34641,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "পরবর্তী বাক্যে"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "সংখ্যায়ন চালু/বন্ধ"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index f4a143912b9..3bc6110d37c 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+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"
@@ -20500,25 +20500,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/bn-IN/sd/messages.po b/source/bn-IN/sd/messages.po
index d4efa20f84d..d3371698463 100644
--- a/source/bn-IN/sd/messages.po
+++ b/source/bn-IN/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+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"
@@ -1744,585 +1744,591 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ঘরের শৈলী"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 আকৃতি"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইডের বর্হিবিন্যাস পুনঃনির্ধারণ"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "সারণি সংযোজন"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "লেখচিত্র সংযোজন"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ছবি সন্নিবেশ করুন"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "অডিও বা ভিডিও ঢোকান"
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "পৃষ্ঠা টেনে এনে ফেলুন"
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "স্লাইড টেনে এনে ফেলুন"
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "দয়া করে ছবিগুলি অ্যালবামে যোগ করুন।"
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "টেক্সট স্লাইড"
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পটভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বহির্বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "কন্ট্রোল"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা রেখা"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "স্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "স্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টার পৃষ্ঠাগুলি"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(নোট)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "বিলিপত্র"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিরোনাম টেক্সট বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "টেক্সট বিন্যাসের রূপরেখা সম্পাদনা করতে ক্লিক করুন"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় রূপরেখা স্তর"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় রূপরেখা স্তর"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ রূপরেখা স্তর"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম রূপরেখা স্তর"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ রূপরেখা স্তর"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম রূপরেখা স্তর"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "স্লাইডটি সরাতে ক্লিক করুন"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "নোটের বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "শিরোনাম সংযুক্ত করার জন্য ক্লিক করুন"
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "পাঠ্য যোগ করতে ক্লিক করুন"
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "পাঠ্য যোগ করতে ক্লিক করুন"
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "নোট সংযুক্ত করার জন্য ক্লিক করুন"
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "একটি ছবি সংযুক্ত করার জন্য দুইবার ক্লিক করুন"
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "কোনো বস্তু সংযুক্ত করার জন্য দুইবার ক্লিক করুন"
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "একটি লেখচিত্র সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "প্রাতিষ্ঠানিক লেখচিত্র সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "স্প্রেডশীট সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "পূর্বনির্ধারিত"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিরোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "স্লাইড সরান"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ভরাট না করা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "কোনো পূরণ এবং কোনো লাইন ছাড়া অবজেক্ট"
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিরোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "রূপরেখা"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পটভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "নোট"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ইমপোর্ট"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "নথি সংরক্ষণ"
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2330,660 +2336,660 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "রূপরেখা দৃশ্যপট"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "স্লাইড দৃশ্যপট"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "আপনি এখানে স্লাইড সাজাতে পারেন।"
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "নোট দৃশ্যপট"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "বিলিপত্র দৃশ্যপট"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপনাশিরোনাম"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "উপস্থাপনারূপরেখা"
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "উপস্থাপনাউপশিরোনাম"
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "উপস্থাপনাপৃষ্ঠা"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "উপস্থাপনামন্তব্য"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "বিলিপত্র"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "অজানাঅ্যাক্সেসযোগ্যউপস্থাপনাআকৃতি"
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "উপস্থাপনাপাদলেখ"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "উপস্থাপনাহেডার"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "উপস্থাপনাতারিখএবংসময়"
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "উপস্থাপনাপৃষ্ঠাসংখ্যা"
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপনা"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শিরোনাম"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "রূপরেখা"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "নোট"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "বিলিপত্র"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "অজানা অ্যাক্সেসযোগ্য উপস্থাপনা অাকার"
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "পাদটীকা"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "শিরোনাম"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তারিখ"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(শুধুমাত্র-পাঠযোগ্য)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনটি না"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পরবর্তী ক্লিক না করা পর্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "স্লাইড শেষ না হওয়া পর্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিক (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্পোক"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "প্রথম কলাম"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় রঙ"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "প্রথম কলাম"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফন্ট"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "প্রথম কলাম"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপ-ফেইস"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "লাইনের রং (_c):"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ফন্টের আকার"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকার"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "রঙ"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(নীরব)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূর্ববর্তী শব্দ বন্ধ)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্যান্য শব্দ..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্রিগার"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ব্যবহারকারীর পাথ"
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "গতিপথ"
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনটি না"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "আজ,"
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "গতকাল,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(লেখক নেই)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw নথির শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw নথির শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সন্নিবেশ"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য মুছে ফেলুন"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য স্থানান্তর"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদনা"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 এর প্রতি উত্তর"
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মিডিয়া প্লে-ব্যাক"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবিল"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "নথি"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "বিষয়বস্তু"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডের নাম (~S)"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্ঠার নাম (~a)"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তারিখ এবং সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকানো পৃষ্ঠা"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "রঙ"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকার"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "হাতবই (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠার পার্শ্ব"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভুক্ত করুন"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্রিন্টারের পছন্দসমূহ থেকে শুধু পেপার ট্রে অপশন ব্যবহার করুন (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শেষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শে‌ষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -8103,19 +8109,19 @@ msgid "Page _height:"
msgstr "পৃষ্ঠার উচ্চতা (_h):"
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "স্কেল"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index a4f08e7069c..38ea7ea86c7 100644
--- a/source/bn-IN/svx/messages.po
+++ b/source/bn-IN/svx/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+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"
@@ -19932,14 +19932,26 @@ msgctxt "sidebargallery|RID_SVXSTR_GALLERY_LISTVIEW"
msgid "Detailed View"
msgstr ""
+#. tA8tK
+#: svx/uiconfig/ui/sidebargallery.ui:304
+msgctxt "sidebargallery|RID_SVXSTR_GALLERY_SEARCH"
+msgid "Search for icons"
+msgstr ""
+
+#. JLmB8
+#: svx/uiconfig/ui/sidebargallery.ui:310
+msgctxt "sidebargallery|extended_tip|value"
+msgid "Enter search text."
+msgstr ""
+
#. YDmBa
-#: svx/uiconfig/ui/sidebargallery.ui:317
+#: svx/uiconfig/ui/sidebargallery.ui:336
msgctxt "sidebargallery|RID_SVXSTR_GALLERY_CREATETHEME"
msgid "New..."
msgstr ""
#. RfChe
-#: svx/uiconfig/ui/sidebargallery.ui:336
+#: svx/uiconfig/ui/sidebargallery.ui:355
msgctxt "sidebargallery|btnMoreGalleries"
msgid "Add more galleries via extension"
msgstr ""
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index 10b7e0085b4..b814c40ff06 100644
--- a/source/bn-IN/sw/messages.po
+++ b/source/bn-IN/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:42+0100\n"
"PO-Revision-Date: 2021-11-17 12:37+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"
@@ -1852,302 +1852,308 @@ msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Hyphenation Zone"
msgstr ""
-#. 4bemD
+#. G8F5E
#: sw/inc/inspectorproperties.hrc:212
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
+msgid "Para Hyphenation Keep"
+msgstr ""
+
+#. 4bemD
+#: sw/inc/inspectorproperties.hrc:213
+msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Interop Grab Bag"
msgstr ""
#. fCGA4
-#: sw/inc/inspectorproperties.hrc:213
+#: sw/inc/inspectorproperties.hrc:214
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Auto First Line Indent"
msgstr ""
#. Q68Bx
-#: sw/inc/inspectorproperties.hrc:214
+#: sw/inc/inspectorproperties.hrc:215
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Character Distance"
msgstr ""
#. FGVAd
-#: sw/inc/inspectorproperties.hrc:215
+#: sw/inc/inspectorproperties.hrc:216
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Connect Border"
msgstr ""
#. tBy9h
-#: sw/inc/inspectorproperties.hrc:216
+#: sw/inc/inspectorproperties.hrc:217
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Forbidden Rules"
msgstr ""
#. yZZSA
-#: sw/inc/inspectorproperties.hrc:217
+#: sw/inc/inspectorproperties.hrc:218
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hanging Punctuation"
msgstr ""
#. dDgrE
-#: sw/inc/inspectorproperties.hrc:218
+#: sw/inc/inspectorproperties.hrc:219
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Hyphenation"
msgstr ""
#. mHDWE
-#: sw/inc/inspectorproperties.hrc:219
+#: sw/inc/inspectorproperties.hrc:220
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para is Numbering Restart"
msgstr ""
#. Mnm2C
-#: sw/inc/inspectorproperties.hrc:220
+#: sw/inc/inspectorproperties.hrc:221
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Keep Together"
msgstr ""
#. 8Z5AP
-#: sw/inc/inspectorproperties.hrc:221
+#: sw/inc/inspectorproperties.hrc:222
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Last Line Adjust"
msgstr ""
#. 6CaHh
-#: sw/inc/inspectorproperties.hrc:222
+#: sw/inc/inspectorproperties.hrc:223
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin"
msgstr ""
#. ZDnZk
-#: sw/inc/inspectorproperties.hrc:223
+#: sw/inc/inspectorproperties.hrc:224
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Left Margin Relative"
msgstr ""
#. G43XB
-#: sw/inc/inspectorproperties.hrc:224
+#: sw/inc/inspectorproperties.hrc:225
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Count"
msgstr ""
#. EjnTM
-#: sw/inc/inspectorproperties.hrc:225
+#: sw/inc/inspectorproperties.hrc:226
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Number Start Value"
msgstr ""
#. eo9RR
-#: sw/inc/inspectorproperties.hrc:226
+#: sw/inc/inspectorproperties.hrc:227
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Line Spacing"
msgstr ""
#. kczeF
-#: sw/inc/inspectorproperties.hrc:227
+#: sw/inc/inspectorproperties.hrc:228
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Orphans"
msgstr ""
#. FmuG6
-#: sw/inc/inspectorproperties.hrc:228
+#: sw/inc/inspectorproperties.hrc:229
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Register Mode Active"
msgstr ""
#. Kwp9H
-#: sw/inc/inspectorproperties.hrc:229
+#: sw/inc/inspectorproperties.hrc:230
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin"
msgstr ""
#. r2ao2
-#: sw/inc/inspectorproperties.hrc:230
+#: sw/inc/inspectorproperties.hrc:231
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Right Margin Relative"
msgstr ""
#. FC9mA
-#: sw/inc/inspectorproperties.hrc:231
+#: sw/inc/inspectorproperties.hrc:232
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Shadow Format"
msgstr ""
#. VXwD2
-#: sw/inc/inspectorproperties.hrc:232
+#: sw/inc/inspectorproperties.hrc:233
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Split"
msgstr ""
#. gXoCF
-#: sw/inc/inspectorproperties.hrc:233
+#: sw/inc/inspectorproperties.hrc:234
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Style Name"
msgstr ""
#. sekLv
-#: sw/inc/inspectorproperties.hrc:234
+#: sw/inc/inspectorproperties.hrc:235
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Tab Stops"
msgstr ""
#. reW9Y
-#: sw/inc/inspectorproperties.hrc:235
+#: sw/inc/inspectorproperties.hrc:236
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin"
msgstr ""
#. wHuj4
-#: sw/inc/inspectorproperties.hrc:236
+#: sw/inc/inspectorproperties.hrc:237
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Top Margin Relative"
msgstr ""
#. pUjFj
-#: sw/inc/inspectorproperties.hrc:237
+#: sw/inc/inspectorproperties.hrc:238
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para User Defined Attributes"
msgstr ""
#. WvA9C
-#: sw/inc/inspectorproperties.hrc:238
+#: sw/inc/inspectorproperties.hrc:239
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Vertical Alignment"
msgstr ""
#. u8Jc6
-#: sw/inc/inspectorproperties.hrc:239
+#: sw/inc/inspectorproperties.hrc:240
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Para Widows"
msgstr ""
#. cdw2Q
-#: sw/inc/inspectorproperties.hrc:240
+#: sw/inc/inspectorproperties.hrc:241
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Reference Mark"
msgstr ""
#. NDEck
-#: sw/inc/inspectorproperties.hrc:241
+#: sw/inc/inspectorproperties.hrc:242
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border"
msgstr ""
#. 6rs9g
-#: sw/inc/inspectorproperties.hrc:242
+#: sw/inc/inspectorproperties.hrc:243
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Right Border Distance"
msgstr ""
#. XYhSX
-#: sw/inc/inspectorproperties.hrc:243
+#: sw/inc/inspectorproperties.hrc:244
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Rsid"
msgstr ""
#. Uoosp
-#: sw/inc/inspectorproperties.hrc:244
+#: sw/inc/inspectorproperties.hrc:245
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Adjust"
msgstr ""
#. 3WwCU
-#: sw/inc/inspectorproperties.hrc:245
+#: sw/inc/inspectorproperties.hrc:246
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Char Style Name"
msgstr ""
#. DqMAX
-#: sw/inc/inspectorproperties.hrc:246
+#: sw/inc/inspectorproperties.hrc:247
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby is Above"
msgstr ""
#. w8jgs
-#: sw/inc/inspectorproperties.hrc:247
+#: sw/inc/inspectorproperties.hrc:248
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Position"
msgstr ""
#. ZREEa
-#: sw/inc/inspectorproperties.hrc:248
+#: sw/inc/inspectorproperties.hrc:249
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Ruby Text"
msgstr ""
#. tJEtt
-#: sw/inc/inspectorproperties.hrc:249
+#: sw/inc/inspectorproperties.hrc:250
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Snap to Grid"
msgstr ""
#. oDk6s
-#: sw/inc/inspectorproperties.hrc:250
+#: sw/inc/inspectorproperties.hrc:251
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Style Interop Grab Bag"
msgstr ""
#. PV65u
-#: sw/inc/inspectorproperties.hrc:251
+#: sw/inc/inspectorproperties.hrc:252
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Field"
msgstr ""
#. a6k8F
-#: sw/inc/inspectorproperties.hrc:252
+#: sw/inc/inspectorproperties.hrc:253
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Frame"
msgstr ""
#. CNyuR
-#: sw/inc/inspectorproperties.hrc:253
+#: sw/inc/inspectorproperties.hrc:254
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Paragraph"
msgstr ""
#. nTTEM
-#: sw/inc/inspectorproperties.hrc:254
+#: sw/inc/inspectorproperties.hrc:255
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Section"
msgstr ""
#. VCADG
-#: sw/inc/inspectorproperties.hrc:255
+#: sw/inc/inspectorproperties.hrc:256
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text Table"
msgstr ""
#. hDjMA
-#: sw/inc/inspectorproperties.hrc:256
+#: sw/inc/inspectorproperties.hrc:257
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Text User Defined Attributes"
msgstr ""
#. ZG6rS
-#: sw/inc/inspectorproperties.hrc:257
+#: sw/inc/inspectorproperties.hrc:258
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border"
msgstr ""
#. 6qBJD
-#: sw/inc/inspectorproperties.hrc:258
+#: sw/inc/inspectorproperties.hrc:259
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Top Border Distance"
msgstr ""
#. RwtPi
-#: sw/inc/inspectorproperties.hrc:259
+#: sw/inc/inspectorproperties.hrc:260
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Unvisited Char Style Name"
msgstr ""
#. xcMEF
-#: sw/inc/inspectorproperties.hrc:260
+#: sw/inc/inspectorproperties.hrc:261
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Visited Char Style Name"
msgstr ""
#. YiBym
-#: sw/inc/inspectorproperties.hrc:261
+#: sw/inc/inspectorproperties.hrc:262
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Writing Mode"
msgstr ""
diff --git a/source/bn/basctl/messages.po b/source/bn/basctl/messages.po
index d6d214c1d68..e0799ef1ae0 100644
--- a/source/bn/basctl/messages.po
+++ b/source/bn/basctl/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-01-15 15:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1101,7 +1101,7 @@ msgid "_Line number:"
msgstr ""
#. mAxtP
-#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:97
+#: basctl/uiconfig/basicide/ui/gotolinedialog.ui:98
msgctxt "gotolinedialog|line_count"
msgid "of $1"
msgstr ""
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index d8413e7ed1b..4670c8438c3 100644
--- a/source/bn/cui/messages.po
+++ b/source/bn/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bn/>\n"
@@ -22113,232 +22113,244 @@ msgctxt "textflowpage|labelMinLen"
msgid "_Minimum word length in characters"
msgstr ""
-#. GgHhP
-#: cui/uiconfig/ui/textflowpage.ui:238
+#. 582fA
+#: cui/uiconfig/ui/textflowpage.ui:262
+msgctxt "textflowpage|labelHyphenZone"
+msgid "Hyphenation _zone:"
+msgstr ""
+
+#. X6VEi
+#: cui/uiconfig/ui/textflowpage.ui:281
msgctxt "textflowpage|checkNoCaps"
-msgid "Don't hyphenate words in _CAPS"
+msgid "Hyphenate words in _CAPS"
msgstr ""
-#. jAmNy
-#: cui/uiconfig/ui/textflowpage.ui:253
+#. 32yMD
+#: cui/uiconfig/ui/textflowpage.ui:296
msgctxt "textflowpage|checkNoLastWord"
-msgid "Don't hyphenate the last word"
+msgid "Hyphenate last word"
msgstr ""
-#. 582fA
-#: cui/uiconfig/ui/textflowpage.ui:292
-msgctxt "textflowpage|labelHyphenZone"
-msgid "Hyphenation _zone:"
+#. 3yzEJ
+#: cui/uiconfig/ui/textflowpage.ui:311
+msgctxt "textflowpage|checkKeep"
+msgid "Hyphenate _across column and page"
+msgstr ""
+
+#. jxu2K
+#: cui/uiconfig/ui/textflowpage.ui:320
+msgctxt "textflowpage|extended_tip|checkKeep"
+msgid "Deselect this check box, if you don't want to hyphenate across column and page."
msgstr ""
#. stYh3
-#: cui/uiconfig/ui/textflowpage.ui:315
+#: cui/uiconfig/ui/textflowpage.ui:336
msgctxt "textflowpage|LabelHyphenation"
msgid "Hyphenation"
msgstr "হাইফেন প্রয়োগ"
#. ZLB8K
-#: cui/uiconfig/ui/textflowpage.ui:344
+#: cui/uiconfig/ui/textflowpage.ui:365
#, fuzzy
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
msgstr "সন্নিবেশ"
#. Zje9t
-#: cui/uiconfig/ui/textflowpage.ui:353
+#: cui/uiconfig/ui/textflowpage.ui:374
msgctxt "textflowpage|extended_tip|checkInsert"
msgid "Select this check box, and then select the break type that you want to use."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর বিভাজকের ধরন নির্বাচন করুন যা আপনি ব্যবহার করতে চান।"
#. JiDat
-#: cui/uiconfig/ui/textflowpage.ui:364
+#: cui/uiconfig/ui/textflowpage.ui:385
msgctxt "textflowpage|checkPageStyle"
msgid "With page st_yle:"
msgstr ""
#. RFwGc
-#: cui/uiconfig/ui/textflowpage.ui:376
+#: cui/uiconfig/ui/textflowpage.ui:397
msgctxt "textflowpage|extended_tip|checkPageStyle"
msgid "Select this check box, and then select the page style that you want to use for the first page after the break."
msgstr "চেক বাক্স নির্বাচন করুন, এবং এরপর পৃষ্ঠা শৈলী নির্বাচন করুন যা আপনি বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে চান।"
#. fMeRA
-#: cui/uiconfig/ui/textflowpage.ui:389
+#: cui/uiconfig/ui/textflowpage.ui:410
#, fuzzy
msgctxt "textflowpage|labelType"
msgid "_Type:"
msgstr "ধরন:"
#. tX6ag
-#: cui/uiconfig/ui/textflowpage.ui:411
+#: cui/uiconfig/ui/textflowpage.ui:432
msgctxt "textflowpage|extended_tip|spinPageNumber"
msgid "Enter the page number for the first page that follows the break. If you want to continue the current page numbering, leave the checkbox unchecked."
msgstr ""
#. nrtWo
-#: cui/uiconfig/ui/textflowpage.ui:422
+#: cui/uiconfig/ui/textflowpage.ui:443
#, fuzzy
msgctxt "textflowpage|labelPageNum"
msgid "Page _number:"
msgstr "পৃষ্ঠা নম্বর:"
#. xNBLd
-#: cui/uiconfig/ui/textflowpage.ui:442
+#: cui/uiconfig/ui/textflowpage.ui:463
#, fuzzy
msgctxt "textflowpage|labelPosition"
msgid "Position:"
msgstr "অবস্থান"
#. bFKWE
-#: cui/uiconfig/ui/textflowpage.ui:462
+#: cui/uiconfig/ui/textflowpage.ui:483
#, fuzzy
msgctxt "textflowpage|comboPageStyle-atkobject"
msgid "Page Style"
msgstr "পৃষ্ঠা শৈলী"
#. E97k4
-#: cui/uiconfig/ui/textflowpage.ui:463
+#: cui/uiconfig/ui/textflowpage.ui:484
msgctxt "textflowpage|extended_tip|comboPageStyle"
msgid "Select the formatting style to use for the first page after the break."
msgstr "বিভাজকের পরে প্রথম পৃষ্ঠায় ব্যবহার করতে বিন্যাস শৈলী নির্বাচন করুন।"
#. aziF3
-#: cui/uiconfig/ui/textflowpage.ui:477
+#: cui/uiconfig/ui/textflowpage.ui:498
msgctxt "textflowpage|comboBreakType"
msgid "Page"
msgstr "পৃষ্ঠা"
#. MeAgB
-#: cui/uiconfig/ui/textflowpage.ui:478
+#: cui/uiconfig/ui/textflowpage.ui:499
msgctxt "textflowpage|comboBreakType"
msgid "Column"
msgstr "কলাম"
#. eLRHP
-#: cui/uiconfig/ui/textflowpage.ui:482
+#: cui/uiconfig/ui/textflowpage.ui:503
msgctxt "textflowpage|extended_tip|comboBreakType"
msgid "Select the break type that you want to insert."
msgstr "আপনি যে ধরনের বিভাজক সন্নিবেশ করতে চান সেটি নির্বাচন করুন।"
#. 8RF2z
-#: cui/uiconfig/ui/textflowpage.ui:496
+#: cui/uiconfig/ui/textflowpage.ui:517
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "Before"
msgstr "পূর্বে"
#. vMWKU
-#: cui/uiconfig/ui/textflowpage.ui:497
+#: cui/uiconfig/ui/textflowpage.ui:518
#, fuzzy
msgctxt "textflowpage|comboBreakPosition"
msgid "After"
msgstr "পরে"
#. BJqRd
-#: cui/uiconfig/ui/textflowpage.ui:501
+#: cui/uiconfig/ui/textflowpage.ui:522
msgctxt "textflowpage|extended_tip|comboBreakPosition"
msgid "Select where you want to insert the break."
msgstr "আপনি কোথায় বিভাজক সন্নিবেশ করাতে চান সেটি নির্বাচন করুন।"
#. B657G
-#: cui/uiconfig/ui/textflowpage.ui:519
+#: cui/uiconfig/ui/textflowpage.ui:540
msgctxt "textflowpage|label3"
msgid "Breaks"
msgstr ""
#. B4ZyD
-#: cui/uiconfig/ui/textflowpage.ui:548
+#: cui/uiconfig/ui/textflowpage.ui:569
msgctxt "textflowpage|checkSplitPara"
msgid "_Allow to split paragraph"
msgstr ""
#. XLpSD
-#: cui/uiconfig/ui/textflowpage.ui:557
+#: cui/uiconfig/ui/textflowpage.ui:578
msgctxt "textflowpage|extended_tip|checkSplitPara"
msgid "Shifts the entire paragraph to the next page or column after a break is inserted."
msgstr "একটি বিভাজক সন্নিবেশ করানো পরে একটি সম্পূর্ণ অনুচ্ছেদকে পরবর্তী কলাম বা পৃষ্ঠায় স্থানান্তর করা হয়।"
#. vWpZR
-#: cui/uiconfig/ui/textflowpage.ui:569
+#: cui/uiconfig/ui/textflowpage.ui:590
#, fuzzy
msgctxt "textflowpage|checkKeepPara"
msgid "_Keep with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে রাখা হবে"
#. i6pDE
-#: cui/uiconfig/ui/textflowpage.ui:578
+#: cui/uiconfig/ui/textflowpage.ui:599
msgctxt "textflowpage|extended_tip|checkKeepPara"
msgid "Keeps the current paragraph and the following paragraph together when a break or column break is inserted."
msgstr "যখন একটি বিভাজক অথবা কলাম বিভাজক সন্নিবেশ করা হবে তখন বর্তমান অনুচ্ছেদ এবং নিম্নোক্ত অনুচ্ছেদ একসাথে রাখুন।"
#. DDzY9
-#: cui/uiconfig/ui/textflowpage.ui:590
+#: cui/uiconfig/ui/textflowpage.ui:611
msgctxt "textflowpage|checkOrphan"
msgid "No split at _beginning of paragraph"
msgstr ""
#. NgQD5
-#: cui/uiconfig/ui/textflowpage.ui:594
+#: cui/uiconfig/ui/textflowpage.ui:615
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the beginning of the paragraph (orphan control)."
msgstr ""
#. zADSo
-#: cui/uiconfig/ui/textflowpage.ui:604
+#: cui/uiconfig/ui/textflowpage.ui:625
msgctxt "textflowpage|extended_tip|checkOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 2EpT4
-#: cui/uiconfig/ui/textflowpage.ui:615
+#: cui/uiconfig/ui/textflowpage.ui:636
msgctxt "textflowpage|checkWidow"
msgid "No split at _end of paragraph"
msgstr ""
#. rjBWx
-#: cui/uiconfig/ui/textflowpage.ui:619
+#: cui/uiconfig/ui/textflowpage.ui:640
msgctxt "textflowpage|checkOrphan"
msgid "Number of lines, that will be kept together at the end of the paragraph (widow control)."
msgstr ""
#. SmFT5
-#: cui/uiconfig/ui/textflowpage.ui:629
+#: cui/uiconfig/ui/textflowpage.ui:650
msgctxt "textflowpage|extended_tip|checkWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. mb9LZ
-#: cui/uiconfig/ui/textflowpage.ui:650
+#: cui/uiconfig/ui/textflowpage.ui:671
msgctxt "textflowpage|extended_tip|spinOrphan"
msgid "Specifies the minimum number of lines in a paragraph before a page break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির আগে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে"
#. 3cNEP
-#: cui/uiconfig/ui/textflowpage.ui:672
+#: cui/uiconfig/ui/textflowpage.ui:693
msgctxt "textflowpage|extended_tip|spinWidow"
msgid "Specifies the minimum number of lines in a paragraph in the first page after the break. Select this check box, and then enter a number in the Lines box."
msgstr "পৃষ্ঠা বিরতির পরে একটি অনুচ্ছেদের নূন্যতম রেখার সংখ্যা উল্লেখ করুন। পরীক্ষন বাক্স নির্বাচন করুন, এবং এরপর রেখা বাক্সে."
#. dcEiB
-#: cui/uiconfig/ui/textflowpage.ui:685
+#: cui/uiconfig/ui/textflowpage.ui:706
msgctxt "textflowpage|labelOrphan"
msgid "lines"
msgstr "লাইন"
#. 6swWD
-#: cui/uiconfig/ui/textflowpage.ui:697
+#: cui/uiconfig/ui/textflowpage.ui:718
msgctxt "textflowpage|labelWidow"
msgid "lines"
msgstr "লাইন"
#. MGewb
-#: cui/uiconfig/ui/textflowpage.ui:711
+#: cui/uiconfig/ui/textflowpage.ui:732
msgctxt "textflowpage|labelOptions"
msgid "Split Options"
msgstr ""
#. qrhEF
-#: cui/uiconfig/ui/textflowpage.ui:728
+#: cui/uiconfig/ui/textflowpage.ui:746
msgctxt "textflowpage|extended_tip|TextFlowPage"
msgid "Specify hyphenation and pagination options."
msgstr ""
diff --git a/source/bn/editeng/messages.po b/source/bn/editeng/messages.po
index 949328d8a7a..0ecd8444482 100644
--- a/source/bn/editeng/messages.po
+++ b/source/bn/editeng/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-12-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1371,401 +1371,431 @@ msgctxt "RID_SVXITEMS_HYPHEN_ZONE"
msgid "Hyphenation zone "
msgstr ""
-#. zVxGk
+#. nMFGS
#: include/editeng/editrids.hrc:238
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_AUTO"
+msgid "Automatic hyphenation across page"
+msgstr ""
+
+#. BPBgs
+#: include/editeng/editrids.hrc:239
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_SPREAD"
+msgid "Avoid hyphenation between pages which are not visible to the reader at the same time"
+msgstr ""
+
+#. Xbryu
+#: include/editeng/editrids.hrc:240
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_PAGE"
+msgid "Avoid hyphenation across page"
+msgstr ""
+
+#. TKNYh
+#: include/editeng/editrids.hrc:241
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_COLUMN"
+msgid "Avoid hyphenation across column and page"
+msgstr ""
+
+#. VKLBx
+#: include/editeng/editrids.hrc:242
+msgctxt "RID_SVXITEMS_HYPHEN_KEEP_ALWAYS"
+msgid "Avoid hyphenation across last full paragraph line, column and page"
+msgstr ""
+
+#. zVxGk
+#: include/editeng/editrids.hrc:243
msgctxt "RID_SVXITEMS_PAGEMODEL_COMPLETE"
msgid "Page Style: "
msgstr "পৃষ্ঠা শৈলী: "
#. JgaGz
-#: include/editeng/editrids.hrc:239
+#: include/editeng/editrids.hrc:244
msgctxt "RID_SVXITEMS_KERNING_COMPLETE"
msgid "Kerning "
msgstr "কার্নিং "
#. A7tAE
-#: include/editeng/editrids.hrc:240
+#: include/editeng/editrids.hrc:245
msgctxt "RID_SVXITEMS_KERNING_EXPANDED"
msgid "locked "
msgstr "আবদ্ধ "
#. P976r
-#: include/editeng/editrids.hrc:241
+#: include/editeng/editrids.hrc:246
msgctxt "RID_SVXITEMS_KERNING_CONDENSED"
msgid "Condensed "
msgstr "সংক্ষিপ্ত "
#. TYEUj
-#: include/editeng/editrids.hrc:242
+#: include/editeng/editrids.hrc:247
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
msgstr "গ্রাফিক"
#. Mbwvx
-#: include/editeng/editrids.hrc:243
+#: include/editeng/editrids.hrc:248
msgctxt "RID_SVXITEMS_EMPHASIS_NONE_STYLE"
msgid "none"
msgstr "কোনটি না"
#. e7UvB
-#: include/editeng/editrids.hrc:244
+#: include/editeng/editrids.hrc:249
msgctxt "RID_SVXITEMS_EMPHASIS_DOT_STYLE"
msgid "Dots "
msgstr "ডট "
#. sSTeu
-#: include/editeng/editrids.hrc:245
+#: include/editeng/editrids.hrc:250
msgctxt "RID_SVXITEMS_EMPHASIS_CIRCLE_STYLE"
msgid "Circle "
msgstr "বৃত্ত "
#. znKWc
#. ??? disc == filled ring
-#: include/editeng/editrids.hrc:247
+#: include/editeng/editrids.hrc:252
msgctxt "RID_SVXITEMS_EMPHASIS_DISC_STYLE"
msgid "Filled circle "
msgstr "ভরাট বৃত্ত "
#. CEGAg
-#: include/editeng/editrids.hrc:248
+#: include/editeng/editrids.hrc:253
msgctxt "RID_SVXITEMS_EMPHASIS_ACCENT_STYLE"
msgid "Accent "
msgstr "স্থানীয় উচ্চারণ-ভঙ্গি "
#. 2hqEA
-#: include/editeng/editrids.hrc:249
+#: include/editeng/editrids.hrc:254
msgctxt "RID_SVXITEMS_EMPHASIS_ABOVE_POS"
msgid "Above"
msgstr "উপরে"
#. BY63q
-#: include/editeng/editrids.hrc:250
+#: include/editeng/editrids.hrc:255
msgctxt "RID_SVXITEMS_EMPHASIS_BELOW_POS"
msgid "Below"
msgstr "নিম্নে"
#. Czxka
-#: include/editeng/editrids.hrc:251
+#: include/editeng/editrids.hrc:256
msgctxt "RID_SVXITEMS_TWOLINES_OFF"
msgid "Double-lined off"
msgstr "ডবল রেখাযুক্ত- নিষ্ক্রিয়"
#. KL5gF
-#: include/editeng/editrids.hrc:252
+#: include/editeng/editrids.hrc:257
msgctxt "RID_SVXITEMS_TWOLINES"
msgid "Double-lined"
msgstr "ডবল রেখাযুক্ত"
#. kTzGA
-#: include/editeng/editrids.hrc:253
+#: include/editeng/editrids.hrc:258
msgctxt "RID_SVXITEMS_SCRPTSPC_OFF"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. wWgYZ
-#: include/editeng/editrids.hrc:254
+#: include/editeng/editrids.hrc:259
msgctxt "RID_SVXITEMS_SCRPTSPC_ON"
msgid "No automatic character spacing"
msgstr "স্বয়ংক্রিয় অক্ষর ফাঁকাকরণ করা হবে না"
#. ziURW
-#: include/editeng/editrids.hrc:255
+#: include/editeng/editrids.hrc:260
msgctxt "RID_SVXITEMS_HNGPNCT_OFF"
msgid "No hanging punctuation at line end"
msgstr "লাইনের শেষে কোন ঝুলন্ত বিরামচিহ্ন থাকবে না"
#. SgFE5
-#: include/editeng/editrids.hrc:256
+#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_HNGPNCT_ON"
msgid "Hanging punctuation at line end"
msgstr "লাইনের শেষে ঝুলন্ত বিরামচিহ্ন"
#. mERAB
-#: include/editeng/editrids.hrc:257
+#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_OFF"
msgid "Apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ"
#. AJF69
-#: include/editeng/editrids.hrc:258
+#: include/editeng/editrids.hrc:263
msgctxt "RID_SVXITEMS_FORBIDDEN_RULE_ON"
msgid "Don't apply list of forbidden characters to beginning and end of lines"
msgstr "রেখার শেষে এবং শুরুতে নিষিদ্ধ অক্ষরের তালিকা প্রয়োগ করা হবে না"
#. KCoyz
-#: include/editeng/editrids.hrc:259
+#: include/editeng/editrids.hrc:264
msgctxt "RID_SVXITEMS_CHARROTATE_OFF"
msgid "No rotated characters"
msgstr "কোন ঘোরানো অক্ষর নয়"
#. pMZnX
-#: include/editeng/editrids.hrc:260
+#: include/editeng/editrids.hrc:265
msgctxt "RID_SVXITEMS_CHARROTATE"
msgid "Character rotated by $(ARG1)°"
msgstr "অক্ষর যে পরিমাণ ঘোরানো হবে $(ARG1)°"
#. EzA4x
-#: include/editeng/editrids.hrc:261
+#: include/editeng/editrids.hrc:266
msgctxt "RID_SVXITEMS_CHARROTATE_FITLINE"
msgid "Fit to line"
msgstr "লাইনে মাপসই করা হবে"
#. 8DQGe
-#: include/editeng/editrids.hrc:262
+#: include/editeng/editrids.hrc:267
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
msgstr ""
#. WSt2G
-#: include/editeng/editrids.hrc:263
+#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
msgstr ""
#. bGvZn
-#: include/editeng/editrids.hrc:264
+#: include/editeng/editrids.hrc:269
msgctxt "RID_SVXITEMS_CHARSCALE"
msgid "Characters scaled $(ARG1)%"
msgstr "অক্ষরের আকার পরিবর্তিত $(ARG1)%"
#. rXDuA
-#: include/editeng/editrids.hrc:265
+#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_CHARSCALE_OFF"
msgid "No scaled characters"
msgstr "কোন আকার পরিবর্তিত অক্ষর নয়"
#. DLNSs
-#: include/editeng/editrids.hrc:266
+#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_RELIEF_NONE"
msgid "No relief"
msgstr "কোন রিলিফ নেই"
#. rq3Ma
-#: include/editeng/editrids.hrc:267
+#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_RELIEF_EMBOSSED"
msgid "Relief"
msgstr "রিলিফ"
#. M7Huc
-#: include/editeng/editrids.hrc:268
+#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_RELIEF_ENGRAVED"
msgid "Engraved"
msgstr "খোদাইকৃত"
#. jmM9f
-#: include/editeng/editrids.hrc:269
+#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
msgstr "স্বয়ংক্রিয় টেক্সট প্রান্তিককরণ"
#. HCEhG
-#: include/editeng/editrids.hrc:270
+#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BASELINE"
msgid "Text aligned to base line"
msgstr "বেসলাইনে প্রান্তিককৃত টেক্সট"
#. FBiBq
-#: include/editeng/editrids.hrc:271
+#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
msgstr "শীর্ষে প্রান্তিককৃত টেক্সট"
#. KLkUY
-#: include/editeng/editrids.hrc:272
+#: include/editeng/editrids.hrc:277
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
msgstr "মধ্যে প্রান্তিককৃত টেক্সট"
#. TTtYF
-#: include/editeng/editrids.hrc:273
+#: include/editeng/editrids.hrc:278
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
msgstr "নিম্নে প্রান্তিককৃত টেক্সট"
#. PQaAE
-#: include/editeng/editrids.hrc:274
+#: include/editeng/editrids.hrc:279
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (অনুভূমিক)"
#. eW3jB
-#: include/editeng/editrids.hrc:275
+#: include/editeng/editrids.hrc:280
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (অনুভূমিক)"
#. o3Yee
-#: include/editeng/editrids.hrc:276
+#: include/editeng/editrids.hrc:281
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
msgstr "টেক্সট দিকবিন্যাস- ডান-থেকে-বাম (লম্বালম্বি)"
#. GXXF8
-#: include/editeng/editrids.hrc:277
+#: include/editeng/editrids.hrc:282
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
msgstr "টেক্সট দিকবিন্যাস- বাম-থেকে-ডান (লম্বালম্বি)"
#. 2XBXr
-#: include/editeng/editrids.hrc:278
+#: include/editeng/editrids.hrc:283
msgctxt "RID_SVXITEMS_FRMDIR_ENVIRONMENT"
msgid "Use superordinate object text direction setting"
msgstr "উর্ধঃস্তন বস্তুর টেক্সটের অভিমুখ সেটিং ব্যবহার করুন"
#. waJEN
-#: include/editeng/editrids.hrc:279
+#: include/editeng/editrids.hrc:284
msgctxt "RID_SVXITEMS_FRMDIR_VERT_BOT_LEFT"
msgid "Text direction left-to-right (vertical from bottom)"
msgstr ""
#. BRAeh
-#: include/editeng/editrids.hrc:280
+#: include/editeng/editrids.hrc:285
msgctxt "RID_SVXITEMS_FRMDIR_Vert_TOP_RIGHT90"
msgid "Text direction right-to-left (vertical, all characters rotated)"
msgstr ""
#. Z9dAu
-#: include/editeng/editrids.hrc:281
+#: include/editeng/editrids.hrc:286
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_ON"
msgid "Paragraph snaps to text grid (if active)"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ (যদি সক্রিয় থাকে)"
#. nYY6v
-#: include/editeng/editrids.hrc:282
+#: include/editeng/editrids.hrc:287
msgctxt "RID_SVXITEMS_PARASNAPTOGRID_OFF"
msgid "Paragraph does not snap to text grid"
msgstr "টেক্সট গ্রিডে অনুচ্ছেদ স্ন্যাপ নয়"
#. VGGHB
-#: include/editeng/editrids.hrc:283
+#: include/editeng/editrids.hrc:288
msgctxt "RID_SVXITEMS_CHARHIDDEN_FALSE"
msgid "Not hidden"
msgstr "আড়ালে নয়"
#. XTbkY
-#: include/editeng/editrids.hrc:284
+#: include/editeng/editrids.hrc:289
msgctxt "RID_SVXITEMS_CHARHIDDEN_TRUE"
msgid "Hidden"
msgstr "আড়ালে"
#. QfjFx
-#: include/editeng/editrids.hrc:286
+#: include/editeng/editrids.hrc:291
msgctxt "RID_SVXSTR_PAPERBIN"
msgid "Paper tray"
msgstr "কাগজের ট্রে"
#. ULzBJ
-#: include/editeng/editrids.hrc:287
+#: include/editeng/editrids.hrc:292
msgctxt "RID_SVXSTR_PAPERBIN_SETTINGS"
msgid "[From printer settings]"
msgstr "[মুদ্রণযন্ত্র সেটিংস থেকে]"
#. dAvTu
-#: include/editeng/editrids.hrc:289
+#: include/editeng/editrids.hrc:294
msgctxt "RID_EDITUNDO_DEL"
msgid "Delete"
msgstr "অপসারণ"
#. Ly5iC
-#: include/editeng/editrids.hrc:290
+#: include/editeng/editrids.hrc:295
msgctxt "RID_EDITUNDO_MOVE"
msgid "Move"
msgstr "সরানো"
#. mtncS
-#: include/editeng/editrids.hrc:291
+#: include/editeng/editrids.hrc:296
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
#. yifiT
-#: include/editeng/editrids.hrc:292
+#: include/editeng/editrids.hrc:297
msgctxt "RID_EDITUNDO_REPLACE"
msgid "Replace"
msgstr "প্রতিস্থাপন"
#. zv9mN
-#: include/editeng/editrids.hrc:293
+#: include/editeng/editrids.hrc:298
msgctxt "RID_EDITUNDO_SETATTRIBS"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. tys5a
-#: include/editeng/editrids.hrc:294
+#: include/editeng/editrids.hrc:299
msgctxt "RID_EDITUNDO_RESETATTRIBS"
msgid "Reset attributes"
msgstr "বৈশিষ্ট্য পুনঃনির্ধারণ"
#. 6mjB7
-#: include/editeng/editrids.hrc:295
+#: include/editeng/editrids.hrc:300
msgctxt "RID_EDITUNDO_INDENT"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CGrBx
-#: include/editeng/editrids.hrc:296
+#: include/editeng/editrids.hrc:301
msgctxt "RID_EDITUNDO_SETSTYLE"
msgid "Apply Styles"
msgstr "শৈলী প্রয়োগ"
#. M7ADh
-#: include/editeng/editrids.hrc:297
+#: include/editeng/editrids.hrc:302
#, fuzzy
msgctxt "RID_EDITUNDO_TRANSLITERATE"
msgid "Change Case"
msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#. uqG6M
-#: include/editeng/editrids.hrc:298
+#: include/editeng/editrids.hrc:303
msgctxt "RID_STR_WORD"
msgid "Word is %x"
msgstr "শব্দটি হল %x"
#. KeDg8
-#: include/editeng/editrids.hrc:299
+#: include/editeng/editrids.hrc:304
msgctxt "RID_STR_PARAGRAPH"
msgid "Paragraph is %x"
msgstr "অনুচ্ছেদ হলো %x"
#. t99SR
-#: include/editeng/editrids.hrc:300
+#: include/editeng/editrids.hrc:305
#, fuzzy
msgctxt "RID_SVXSTR_AUTOMATIC"
msgid "Automatic"
msgstr "স্বয়ংক্রিয়"
#. JWPVD
-#: include/editeng/editrids.hrc:302
+#: include/editeng/editrids.hrc:307
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_DESCRIPTION"
msgid "Image bullet in paragraph"
msgstr "অনুচ্ছেদের ভিতরে চিত্র বুলেট"
#. hDfLN
-#: include/editeng/editrids.hrc:303
+#: include/editeng/editrids.hrc:308
msgctxt "RID_SVXSTR_A11Y_IMAGEBULLET_NAME"
msgid "Image bullet"
msgstr "চিত্র বুলেট"
#. wVL8E
-#: include/editeng/editrids.hrc:304
+#: include/editeng/editrids.hrc:309
msgctxt "RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION"
msgid "Paragraph: $(ARG) "
msgstr ""
#. ZQDDe
-#: include/editeng/editrids.hrc:306
+#: include/editeng/editrids.hrc:311
msgctxt "RID_SVXSTR_QUERY_CONTINUE"
msgid "Continue checking at beginning of document?"
msgstr "নথির শুরুতে পরীক্ষা চালিয়ে যেতে চান?"
#. ZDpxj
-#: include/editeng/editrids.hrc:307
+#: include/editeng/editrids.hrc:312
msgctxt "RID_SVXSTR_QUERY_BW_CONTINUE"
msgid "Continue checking at end of document?"
msgstr "নথির শেষে পরীক্ষা চালিয়ে যেতে চান?"
#. vi8uB
-#: include/editeng/editrids.hrc:308
+#: include/editeng/editrids.hrc:313
msgctxt "RID_SVXSTR_DIC_ERR_UNKNOWN"
msgid ""
"Word cannot be added to dictionary\n"
@@ -1775,43 +1805,43 @@ msgstr ""
"অভিধানে যোগ করা যায়নি।"
#. 4HCL4
-#: include/editeng/editrids.hrc:309
+#: include/editeng/editrids.hrc:314
msgctxt "RID_SVXSTR_DIC_ERR_FULL"
msgid "The dictionary is already full."
msgstr "অভিধানটি ইতোমধ্যে পরিপূর্ণ আছে।"
#. 5G8FX
-#: include/editeng/editrids.hrc:310
+#: include/editeng/editrids.hrc:315
msgctxt "RID_SVXSTR_DIC_ERR_READONLY"
msgid "The dictionary is read-only."
msgstr "অভিধানটি শুধুমাত্র পাঠযোগ্য।"
#. SEotA
-#: include/editeng/editrids.hrc:312
+#: include/editeng/editrids.hrc:317
msgctxt "RID_OUTLUNDO_DEPTH"
msgid "Indent"
msgstr "ইন্ডেন্ট"
#. CjGGD
-#: include/editeng/editrids.hrc:313
+#: include/editeng/editrids.hrc:318
msgctxt "RID_OUTLUNDO_EXPAND"
msgid "Show subpoints"
msgstr "সাব-পয়েন্ট প্রদর্শন"
#. egnVC
-#: include/editeng/editrids.hrc:314
+#: include/editeng/editrids.hrc:319
msgctxt "RID_OUTLUNDO_COLLAPSE"
msgid "Collapse"
msgstr "ভাঁজ হয়ে গুটানো"
#. kKFiE
-#: include/editeng/editrids.hrc:315
+#: include/editeng/editrids.hrc:320
msgctxt "RID_OUTLUNDO_ATTR"
msgid "Apply attributes"
msgstr "বৈশিষ্ট্য প্রয়োগ"
#. YECNh
-#: include/editeng/editrids.hrc:316
+#: include/editeng/editrids.hrc:321
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
msgstr "সংযোজন"
diff --git a/source/bn/helpcontent2/source/text/sbasic/shared/03.po b/source/bn/helpcontent2/source/text/sbasic/shared/03.po
index 4c9a3469a20..509660eadd8 100644
--- a/source/bn/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared/03.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-07-12 14:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22507,22 +22507,22 @@ msgctxt ""
msgid "<literal>ThisComponent</literal> applies to Calc and Writer documents. For Base documents use <literal>ThisDataBaseDocument</literal>."
msgstr ""
-#. QznyJ
+#. 4XtVJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id501616860541195\n"
+"par_id951709729717741\n"
"help.text"
-msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
+msgid "This method is deprecated, use <link href=\"text/sbasic/shared/03/sf_formdocument.xhp#CloseDocument\">ScriptForge.FormDocument.CloseDocument</link> method instead."
msgstr ""
-#. CcCpD
+#. QznyJ
#: sf_form.xhp
msgctxt ""
"sf_form.xhp\n"
-"par_id611618229004669\n"
+"par_id501616860541195\n"
"help.text"
-msgid "This method only closes form documents located in Base documents. If the form is stored in a Writer or Calc document, calling <literal>CloseFormDocument</literal> will have no effect."
+msgid "Closes the form document containing the actual <literal>Form</literal> instance. The <literal>Form</literal> instance is disposed."
msgstr ""
#. a8CxQ
diff --git a/source/bn/helpcontent2/source/text/scalc/guide.po b/source/bn/helpcontent2/source/text/scalc/guide.po
index 0099de516c4..5b145931348 100644
--- a/source/bn/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4552,14 +4552,14 @@ msgctxt ""
msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr "সাজানো হবে এমন ঘরের পরিসীমা বিপরীত রঙে দেখানো হয়।"
-#. HGBLx
+#. RrjBE
#: database_sort.xhp
msgctxt ""
"database_sort.xhp\n"
"par_idN10645\n"
"help.text"
-msgid "Select the sort options that you want."
-msgstr "সাজানো পছন্দ নির্বাচন করুন যা আপনি চান।"
+msgid "Select the <link href=\"text/scalc/01/12030200.xhp\">sort options</link> that you want."
+msgstr ""
#. dxfCa
#: database_sort.xhp
@@ -13624,14 +13624,14 @@ msgctxt ""
msgid "Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document)."
msgstr "দুটি নথি খুলুন: $[officename] Calc স্প্রেডশীটে বহি:স্থ ডাটা সন্নিবেশ করানো হবে (লক্ষ্যবস্তু নথি) এবং বহি:স্থ ডাটা পুনুরদ্ধার করার নথি (উৎস নথি)।"
-#. ekAUo
+#. SApvt
#: webquery.xhp
msgctxt ""
"webquery.xhp\n"
"par_id3150205\n"
"help.text"
-msgid "In the target document open the Navigator."
-msgstr "লক্ষ্যবস্তু নথিতে পরিক্রমনটি খুলুন।"
+msgid "In the target document open the <link href=\"text/scalc/01/02110000.xhp\">Navigator</link>."
+msgstr ""
#. z9DtM
#: webquery.xhp
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index d4d9490dd01..af5b2e90186 100644
--- a/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8062,22 +8062,22 @@ msgctxt ""
msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Regular expressions</defaultinline> </switchinline>"
msgstr ""
-#. YTjDH
+#. nCXWJ
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3155342\n"
"help.text"
-msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to use regular expressions in your search.</defaultinline> </switchinline>"
+msgid "<switchinline select=\"appl\"> <caseinline select=\"DRAW\"/> <caseinline select=\"IMPRESS\"/> <defaultinline>Allows you to search for advanced patterns using meta characters.</defaultinline> </switchinline>"
msgstr ""
-#. JTXQw
+#. ouL3p
#: 02100000.xhp
msgctxt ""
"02100000.xhp\n"
"par_id3727225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to use regular expressions in your search.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Allows you to search for advanced patterns using meta characters.</ahelp>"
msgstr ""
#. gDuQb
@@ -24550,13 +24550,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit header text.</ahelp>"
msgstr ""
-#. shGNh
+#. ZdWeT
#: 05040300.xhp
msgctxt ""
"05040300.xhp\n"
"par_id3145749\n"
"help.text"
-msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"svx/ui/headfootformatpage/buttonEdit\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit</link> header text.</caseinline></switchinline></ahelp>"
msgstr ""
#. Qwvta
@@ -24874,13 +24874,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Add or edit footer text.</ahelp>"
msgstr ""
-#. Yxms8
+#. rtJAA
#: 05040400.xhp
msgctxt ""
"05040400.xhp\n"
"par_id3150439\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120000.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
+msgid "<ahelp hid=\"HID_SC_FOOTER_EDIT\"><switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/02120100.xhp\">Add or edit footer text.</link></caseinline></switchinline></ahelp>"
msgstr ""
#. vFoHW
@@ -32029,13 +32029,13 @@ msgctxt ""
msgid "AutoSize Text"
msgstr ""
-#. zEFxw
+#. dcvVQ
#: 05280000.xhp
msgctxt ""
"05280000.xhp\n"
"hd_id951709319675053\n"
"help.text"
-msgid "Position and Size"
+msgid "Position and Indent"
msgstr ""
#. ETeVz
diff --git a/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index cb3dc602231..09bacec5170 100644
--- a/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/source/bn/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/bn/>\n"
@@ -15361,6 +15361,15 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04100000.xhp\">Special Characters</link>"
msgstr "<link href=\"text/shared/01/04100000.xhp\">বিশেষ অক্ষর</link>"
+#. ee9B8
+#: insert_specialchar.xhp
+msgctxt ""
+"insert_specialchar.xhp\n"
+"par_id3149088\n"
+"help.text"
+msgid "<link href=\"text/shared/04/01010000.xhp#unicode_shortcut\">Entering Unicode Characters</link>"
+msgstr ""
+
#. FpxDy
#: insert_specialchar.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/simpress/02.po b/source/bn/helpcontent2/source/text/simpress/02.po
index e90fca9b4c7..77e3bc22a39 100644
--- a/source/bn/helpcontent2/source/text/simpress/02.po
+++ b/source/bn/helpcontent2/source/text/simpress/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-10-04 10:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3031,41 +3031,41 @@ msgctxt ""
msgid "To rotate a 3D object around any of its three axes, click to select the object, and then click again to display its rotation handles. Drag a handle in the direction you want to rotate the object."
msgstr "একটি ত্রিমাত্রিক বস্তু এটার তিনটি অক্ষের চারদিকে ঘুরাতে, বস্তুটি নির্বাচন করতে ক্লিক করুন, এবং তারপর এটার আবর্তন হাতলসমূহ প্রদর্শন করতে পুনরায় ক্লিক করুন। আপনি বস্তুটি যে দিকে ঘোরাতে চান সে দিকে হাতলটি টানুন।"
-#. D7D6B
+#. 3e3HF
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"hd_id3153936\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "কার্ভ"
-#. AxaDK
+#. ouf9p
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3145593\n"
"help.text"
-msgid "<ahelp hid=\".uno:Cube\">Draws a filled cuboid where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
+msgid "<ahelp hid=\".uno:Cube\">Draws a filled cube where you drag in the slide. To draw a 3D rectangle, hold down <keycode>Shift</keycode> while you drag.</ahelp>"
msgstr ""
-#. qSAsy
+#. DG2Aa
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3149877\n"
"help.text"
-msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cuboid</alt></image>"
+msgid "<image id=\"img_id3149884\" src=\"cmd/lc_cube.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149884\">Icon Cube</alt></image>"
msgstr ""
-#. uyQrY
+#. AzrbG
#: 10090000.xhp
msgctxt ""
"10090000.xhp\n"
"par_id3155440\n"
"help.text"
-msgid "Cuboid"
-msgstr ""
+msgid "Cube"
+msgstr "কার্ভ"
#. RUv4B
#: 10090000.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/00.po b/source/bn/helpcontent2/source/text/swriter/00.po
index 61502a57d64..4c465c267dc 100644
--- a/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/source/bn/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-02 00:04+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+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"
@@ -1105,22 +1105,40 @@ msgctxt ""
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F2</keycode>"
msgstr ""
-#. TNXhr
+#. gh5cz
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3149053\n"
"help.text"
-msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date</menuitem></variable>"
+msgid "<variable id=\"feldbefehldatum\">Choose <menuitem>Insert - Field - Date (Fixed)</menuitem></variable>"
msgstr ""
-#. nKMHB
+#. 687nA
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id791709600478217\n"
+"help.text"
+msgid "<variable id=\"field_command_date_variable\">Choose <menuitem>Insert - Field - Date (Variable)</menuitem></variable>"
+msgstr ""
+
+#. DSgfF
#: 00000404.xhp
msgctxt ""
"00000404.xhp\n"
"par_id3151393\n"
"help.text"
-msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time</menuitem></variable>"
+msgid "<variable id=\"feldbefehluhrzeit\">Choose <menuitem>Insert - Field - Time (Fixed)</menuitem></variable>"
+msgstr ""
+
+#. QoBsr
+#: 00000404.xhp
+msgctxt ""
+"00000404.xhp\n"
+"par_id171709600782780\n"
+"help.text"
+msgid "<variable id=\"field_command_time_variable\">Choose <menuitem>Insert - Field - Time (Variable)</menuitem></variable>"
msgstr ""
#. WHhqc
diff --git a/source/bn/helpcontent2/source/text/swriter/02.po b/source/bn/helpcontent2/source/text/swriter/02.po
index 00d60e571c5..9f63abc9fab 100644
--- a/source/bn/helpcontent2/source/text/swriter/02.po
+++ b/source/bn/helpcontent2/source/text/swriter/02.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-11-02 14:48+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2017-11-22 14:06+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3679,14 +3679,14 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/04090000.xhp\">Other</link>"
msgstr "<link href=\"text/swriter/01/04090000.xhp\">অন্যান্য</link>"
-#. UWFxy
+#. i7rHC
#: 18030100.xhp
msgctxt ""
"18030100.xhp\n"
"tit\n"
"help.text"
-msgid "Date"
-msgstr "তারিখ"
+msgid "Date (Fixed)"
+msgstr ""
#. 8mad6
#: 18030100.xhp
@@ -3715,14 +3715,14 @@ msgctxt ""
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\"><emph>Edit - Fields</emph></link>."
msgstr "যদি আপনি একটি ভিন্ন তারিখ বিন্যাস ব্যাখ্যা করতে চান বা স্বয়ংক্রিয় ভাবে তারিখ হালনাগাদ করতে চান, একটি ক্ষেত্র কমান্ড দিতে বা <link href=\"text/swriter/01/04090000.xhp\"><emph>ক্ষেত্র</emph></link> ডায়ালগে কাঙ্খিত সেটিং সন্নিবেশ করতে <emph> সন্নিবেশ - ক্ষেত্র - অন্যান্য</emph> নির্বাচন করুন। <link href=\"text/swriter/01/02140000.xhp\"><emph>সম্পাদনা - ক্ষেত্র</emph></link> নির্বাচন করে আপনি যেকোনো সময় বর্তমান তারিখের বিন্যাস পরিবর্তন করতে পারবেন।"
-#. RfAPA
+#. DdeLn
#: 18030200.xhp
msgctxt ""
"18030200.xhp\n"
"tit\n"
"help.text"
-msgid "Time"
-msgstr "সময়"
+msgid "Time (Fixed)"
+msgstr ""
#. yxN2Q
#: 18030200.xhp
diff --git a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index 0e36b78072e..7682344a64a 100644
--- a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -34681,16 +34681,6 @@ msgctxt ""
msgid "To Next Sentence"
msgstr "পরবর্তী বাক্যে"
-#. VyGkp
-#: WriterCommands.xcu
-msgctxt ""
-"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:NumberOrNoNumber\n"
-"Label\n"
-"value.text"
-msgid "Numbering On/Off"
-msgstr "সংখ্যায়ন চালু/বন্ধ"
-
#. 7Dbov
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/bn/sc/messages.po b/source/bn/sc/messages.po
index 0d32915dbcc..18558ddfeeb 100644
--- a/source/bn/sc/messages.po
+++ b/source/bn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-03-04 14:25+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20537,25 +20537,25 @@ msgid "Closes dialog and discards all changes."
msgstr ""
#. uAT4Z
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:136
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:138
msgctxt "conditionaleasydialog|label"
msgid "with"
msgstr ""
#. FbHQB
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:174
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:176
msgctxt "conditionaleasydialog|label"
msgid "Apply conditional formatting to cells: %1"
msgstr ""
#. 5MDWE
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:225
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:228
msgctxt "conditionaleasydialog|extended_tip|rbassign"
msgid "Click the Shrink icon to reduce the dialog to the size of the input field. It is then easier to mark the required reference in the sheet. The icons then automatically convert to the Maximize icon. Click it to restore the dialog to its original size."
msgstr ""
#. yRCvz
-#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:241
+#: sc/uiconfig/scalc/ui/conditionaleasydialog.ui:244
msgctxt "conditionaleasydialog|label"
msgid "Range:"
msgstr ""
diff --git a/source/bn/sd/messages.po b/source/bn/sd/messages.po
index ce28785cdfa..8e2f5330cb6 100644
--- a/source/bn/sd/messages.po
+++ b/source/bn/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2024-02-28 17:20+0100\n"
+"POT-Creation-Date: 2024-03-11 16:41+0100\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1747,586 +1747,592 @@ msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ঘরের শৈলী"
-#. BQmNo
+#. nBdAL
#: sd/inc/strings.hrc:248
+msgctxt "STR_NAVIGATOR_CUSTOMSHAPE"
+msgid "Custom Shape"
+msgstr ""
+
+#. BQmNo
+#: sd/inc/strings.hrc:249
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 আকৃতি"
#. 94JFw
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:250
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:251
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইডের বর্হিবিন্যাস পুনঃনির্ধারণ"
#. EB6XY
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:252
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "সারণি সংযোজন"
#. koDfS
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:253
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "লেখচিত্র সংযোজন"
#. re2hh
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:254
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "পৃষ্ঠার সন্নিবেশ"
#. iBBLh
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:255
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:256
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:257
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:258
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:259
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:261
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পটভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:262
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. j9GG4
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:263
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বহির্বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:264
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "কন্ট্রোল"
#. zQSpC
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:265
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা রেখা"
#. z4wq5
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:266
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "স্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:267
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:268
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "স্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:269
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:270
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টার পৃষ্ঠা"
#. nTgKn
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:272
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:273
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(নোট)"
#. hBB6T
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:274
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "বিলিপত্র"
#. ZC2XQ
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:275
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিরোনাম টেক্সট বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. bekYz
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:276
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "টেক্সট বিন্যাসের রূপরেখা সম্পাদনা করতে ক্লিক করুন"
#. MhEh8
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:277
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:278
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:279
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় রূপরেখা স্তর"
#. Lf8oo
-#: sd/inc/strings.hrc:279
+#: sd/inc/strings.hrc:280
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় রূপরেখা স্তর"
#. n3fVM
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:281
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ রূপরেখা স্তর"
#. DsABM
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:282
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম রূপরেখা স্তর"
#. CG6UM
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:283
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ রূপরেখা স্তর"
#. 45DF3
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:284
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম রূপরেখা স্তর"
#. msbUt
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:285
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "স্লাইডটি সরাতে ক্লিক করুন"
#. CuXWS
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:286
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "নোটের বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. Qxj2R
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:287
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:288
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:289
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:290
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:291
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:292
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. EdPZC
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:293
msgctxt "STR_PRESOBJ_NOTESTEXT_MISSING"
msgid "Notes placeholder object is missing for the current slide."
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:294
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:295
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:296
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:297
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:298
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:299
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:304
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "পূর্বনির্ধারিত"
#. rEPYV
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:305
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিরোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:306
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:307
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "স্লাইড সরান"
#. uDXFb
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:308
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:309
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:310
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:312
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ভরাট না করা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:313
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:314
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:315
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:316
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:317
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:318
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:319
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:320
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:321
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:322
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:323
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:324
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:325
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:326
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:327
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:329
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:329
+#: sd/inc/strings.hrc:330
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:331
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:332
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:333
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:335
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:341
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিরোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:342
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:343
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "রূপরেখা"
#. riaKo
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:344
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. EEEk3
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:345
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পটভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:346
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "নোট"
#. FQqif
-#: sd/inc/strings.hrc:346
+#: sd/inc/strings.hrc:347
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ইমপোর্ট"
#. kjKWf
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:348
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "নথি সংরক্ষণ "
#. HAeDt
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:349
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:350
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2334,671 +2340,671 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:355
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. GfnmX
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:356
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. YCVqM
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:357
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "রূপরেখা দৃশ্যপট"
#. k2hXi
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:358
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "স্লাইড দৃশ্যপট"
#. A22hR
-#: sd/inc/strings.hrc:358
+#: sd/inc/strings.hrc:359
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "আপনি এখানে স্লাইড সাজাতে পারেন।"
#. vyX8L
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:360
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "নোট দৃশ্যপট"
#. qr5ov
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:361
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "বিলিপত্র দৃশ্যপট"
#. Ycpb4
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:362
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপনা"
#. 4WCzf
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:363
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:364
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "উপস্থাপনা"
#. R6kyg
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:366
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "উপস্থাপনা"
#. X8c9Z
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "বিলিপত্র"
#. FeAdu
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:368
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:369
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "উপস্থাপনা মোড"
#. KAC6Z
-#: sd/inc/strings.hrc:369
+#: sd/inc/strings.hrc:370
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "উপস্থাপনা"
#. EfHeH
-#: sd/inc/strings.hrc:370
+#: sd/inc/strings.hrc:371
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:371
+#: sd/inc/strings.hrc:372
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:372
+#: sd/inc/strings.hrc:373
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপনা"
#. ubJop
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:374
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শিরোনাম"
#. Va4KF
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:375
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "রূপরেখা"
#. 6FKRE
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:376
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. eSBEi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:377
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:378
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "নোট"
#. buhox
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:379
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "বিলিপত্র"
#. 4xBQg
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "পাদচরণ"
#. SrrR4
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "শীর্ষচরণ"
#. CCwKy
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:383
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তারিখ"
#. EFmn4
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:384
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:385
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(শুধুমাত্র-পাঠযোগ্য)"
#. EV4W5
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:387
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনটি না"
#. 9izAz
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:388
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পরবর্তী ক্লিক না করা পর্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:389
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "স্লাইড শেষ না হওয়া পর্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিকবিন্যাস"
#. xxDXG
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "বড় করা"
#. SvBeK
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:392
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্পোক"
#. eJ4qZ
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "প্রথম কলাম"
#. CSbCE
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় রঙ"
#. cZUiD
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:395
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "প্রথম কলাম"
#. U5ZDL
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:396
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:397
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফন্ট"
#. Fdsks
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "প্রথম কলাম"
#. nT7dm
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:399
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:400
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপফেইস"
#. nAqeR
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "রেখার রঙ"
#. w7G4Q
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ফন্টের আকার"
#. R3GgU
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকার"
#. YEwoz
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:404
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "রঙ"
#. f5u6C
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:406
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(নীরব)"
#. N7jGX
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:407
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূর্ববর্তী শব্দ বন্ধ)"
#. vasqr
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:408
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্যান্য শব্দ..."
#. CjvLY
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:409
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:410
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্রিগার"
#. Evkrq
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:417
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনটি না"
#. KAsTD
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:419
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "আজ, "
#. DEYnN
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:420
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "গতকাল,"
#. bh3FZ
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:421
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(লেখক নেই)"
#. AvNV8
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:422
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. P5gKe
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:423
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. KGmdL
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:424
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw নথির শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. oEn6r
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:425
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw নথির শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. eP7Vm
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:426
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সন্নিবেশ"
#. s4c9W
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:427
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য মুছে ফেলুন"
#. bxiPE
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:428
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য স্থানান্তর"
#. hQbpd
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:429
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদনা"
#. g6k7E
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:430
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 এর প্রতি উত্তর "
#. NMTpu
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:432
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মিডিয়া প্লে-ব্যাক"
#. Q76cw
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:433
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবিল"
#. xCRmu
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:435
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:436
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "নথি"
#. uBxPs
-#: sd/inc/strings.hrc:436
+#: sd/inc/strings.hrc:437
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:438
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "বিষয়বস্তু"
#. AdWKp
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:440
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডের নাম (~S)"
#. GkLky
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্ঠার নাম (~a)"
#. EFkVE
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:442
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তারিখ এবং সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:443
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকানো পৃষ্ঠা"
#. CSUbC
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:444
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "রঙ"
#. WmYKp
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:445
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকার"
#. qDGVE
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:446
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "বিলিপত্র"
#. K7m8L
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠার পার্শ্ব"
#. 8AzJi
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভূক্ত"
#. AEeCf
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্রিন্টারের পছন্দসমূহ থেকে শুধু পেপার ট্রে অপশন ব্যবহার করুন (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:449
+#: sd/inc/strings.hrc:450
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:451
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:452
+#: sd/inc/strings.hrc:453
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. buKAC
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:454
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শেষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. iiE2i
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:455
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. RAhiP
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:456
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শে‌ষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. 6GhtE
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:458
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:460
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:462
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:463
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:464
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:465
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:467
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:468
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:469
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -8178,20 +8184,20 @@ msgid "Page _height:"
msgstr ""
#. g2KSM
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:732
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:733
msgctxt "extended_tip|scaleBox"
msgid "Determines the drawing scale on the status bar."
msgstr ""
#. E2cEn
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:772
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:773
#, fuzzy
msgctxt "optimpressgeneralpage|label5"
msgid "Scale"
msgstr "আকার পরিবর্তন"
#. 67gzU
-#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:797
+#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:798
msgctxt "extended_tip|OptSavePage"
msgid "Defines the general options for drawing or presentation documents."
msgstr ""
diff --git a/source/bn/svx/messages.po b/source/bn/svx/messages.po
index 1736743c47e..28b1043fc50 100644
--- a/source/bn/svx/messages.po
+++ b/source/bn/svx/messages.po