summaryrefslogtreecommitdiff
path: root/configmgr/source/propertynode.hxx
blob: 75e514ac85337a217dea78e79a5d277f30ed96e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2009 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: code,v $
*
* $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org.  If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
************************************************************************/

#ifndef INCLUDED_CONFIGMGR_SOURCE_PROPERTYNODE_HXX
#define INCLUDED_CONFIGMGR_SOURCE_PROPERTYNODE_HXX

#include "sal/config.h"

#include "com/sun/star/uno/Any.hxx"
#include "rtl/ref.hxx"

#include "node.hxx"
#include "type.hxx"

namespace rtl { class OUString; }

namespace configmgr {

class Components;

class PropertyNode: public Node {
public:
    PropertyNode(
        int layer, Type type, bool nillable,
        com::sun::star::uno::Any const & value, bool extension);

    virtual rtl::Reference< Node > clone() const;

    Type getType() const;

    bool isNillable() const;

    com::sun::star::uno::Any getValue(Components & components);

    void setValue(int layer, com::sun::star::uno::Any const & value);

    void setExternal(int layer, rtl::OUString const & descriptor);

    bool isExtension() const;

private:
    PropertyNode(PropertyNode const & other);

    virtual ~PropertyNode();

    virtual Kind kind() const;

    Type type_;
    bool nillable_;
    com::sun::star::uno::Any value_;
    rtl::OUString externalDescriptor_;
    bool extension_;
};

}

#endif
de'>-rw-r--r--source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po16
-rw-r--r--source/ar/cui/messages.po44
-rw-r--r--source/ar/dbaccess/messages.po12
-rw-r--r--source/ar/dictionaries/gd_GB.po16
-rw-r--r--source/ar/dictionaries/gug.po16
-rw-r--r--source/ar/dictionaries/sv_SE.po16
-rw-r--r--source/ar/extras/source/gallery/share.po18
-rw-r--r--source/ar/filter/messages.po48
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ar/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ar/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po234
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ar/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ar/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ar/helpcontent2/source/text/swriter.po55
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ar/helpcontent2/source/text/swriter/02.po28
-rw-r--r--source/ar/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po69
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po90
-rw-r--r--source/ar/oox/messages.po6
-rw-r--r--source/ar/readlicense_oo/docs.po12
-rw-r--r--source/ar/sc/messages.po44
-rw-r--r--source/ar/sd/messages.po53
-rw-r--r--source/ar/sfx2/messages.po154
-rw-r--r--source/ar/shell/messages.po13
-rw-r--r--source/ar/starmath/messages.po264
-rw-r--r--source/ar/svl/messages.po4
-rw-r--r--source/ar/svtools/messages.po14
-rw-r--r--source/ar/svx/messages.po55
-rw-r--r--source/ar/sw/messages.po147
-rw-r--r--source/ar/vcl/messages.po12
-rw-r--r--source/as/cui/messages.po32
-rw-r--r--source/as/dbaccess/messages.po12
-rw-r--r--source/as/filter/messages.po40
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/as/sd/messages.po51
-rw-r--r--source/as/sfx2/messages.po152
-rw-r--r--source/as/starmath/messages.po264
-rw-r--r--source/as/svtools/messages.po14
-rw-r--r--source/as/svx/messages.po38
-rw-r--r--source/as/sw/messages.po106
-rw-r--r--source/as/vcl/messages.po10
-rw-r--r--source/ast/accessibility/messages.po14
-rw-r--r--source/ast/avmedia/messages.po14
-rw-r--r--source/ast/basctl/messages.po10
-rw-r--r--source/ast/basic/messages.po16
-rw-r--r--source/ast/chart2/messages.po22
-rw-r--r--source/ast/connectivity/messages.po14
-rw-r--r--source/ast/cui/messages.po51
-rw-r--r--source/ast/dbaccess/messages.po24
-rw-r--r--source/ast/desktop/messages.po14
-rw-r--r--source/ast/editeng/messages.po14
-rw-r--r--source/ast/extensions/messages.po14
-rw-r--r--source/ast/filter/messages.po52
-rw-r--r--source/ast/forms/messages.po14
-rw-r--r--source/ast/formula/messages.po16
-rw-r--r--source/ast/fpicker/messages.po14
-rw-r--r--source/ast/framework/messages.po14
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ast/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po78
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/ast/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ast/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/ast/oox/messages.po16
-rw-r--r--source/ast/reportdesign/messages.po14
-rw-r--r--source/ast/sc/messages.po14
-rw-r--r--source/ast/scaddins/messages.po14
-rw-r--r--source/ast/sccomp/messages.po18
-rw-r--r--source/ast/sd/messages.po61
-rw-r--r--source/ast/sfx2/messages.po164
-rw-r--r--source/ast/shell/messages.po16
-rw-r--r--source/ast/starmath/messages.po276
-rw-r--r--source/ast/svl/messages.po14
-rw-r--r--source/ast/svtools/messages.po26
-rw-r--r--source/ast/svx/messages.po66
-rw-r--r--source/ast/sw/messages.po163
-rw-r--r--source/ast/uui/messages.po10
-rw-r--r--source/ast/vcl/messages.po46
-rw-r--r--source/ast/wizards/messages.po14
-rw-r--r--source/ast/writerperfect/messages.po14
-rw-r--r--source/ast/xmlsecurity/messages.po24
-rw-r--r--source/az/cui/messages.po32
-rw-r--r--source/az/dbaccess/messages.po12
-rw-r--r--source/az/filter/messages.po38
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/az/sd/messages.po46
-rw-r--r--source/az/sfx2/messages.po152
-rw-r--r--source/az/starmath/messages.po264
-rw-r--r--source/az/svtools/messages.po14
-rw-r--r--source/az/svx/messages.po38
-rw-r--r--source/az/sw/messages.po106
-rw-r--r--source/az/vcl/messages.po10
-rw-r--r--source/be/cui/messages.po32
-rw-r--r--source/be/dbaccess/messages.po12
-rw-r--r--source/be/filter/messages.po40
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/be/sd/messages.po46
-rw-r--r--source/be/sfx2/messages.po152
-rw-r--r--source/be/starmath/messages.po264
-rw-r--r--source/be/svtools/messages.po14
-rw-r--r--source/be/svx/messages.po38
-rw-r--r--source/be/sw/messages.po106
-rw-r--r--source/be/vcl/messages.po10
-rw-r--r--source/bg/cui/messages.po42
-rw-r--r--source/bg/dbaccess/messages.po12
-rw-r--r--source/bg/filter/messages.po40
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/bg/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/bg/helpcontent2/source/text/swriter.po57
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bg/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/bg/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/bg/sd/messages.po46
-rw-r--r--source/bg/sfx2/messages.po152
-rw-r--r--source/bg/starmath/messages.po264
-rw-r--r--source/bg/svtools/messages.po14
-rw-r--r--source/bg/svx/messages.po38
-rw-r--r--source/bg/sw/messages.po126
-rw-r--r--source/bg/vcl/messages.po10
-rw-r--r--source/bn-IN/cui/messages.po32
-rw-r--r--source/bn-IN/dbaccess/messages.po12
-rw-r--r--source/bn-IN/filter/messages.po40
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter.po57
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/bn-IN/sd/messages.po49
-rw-r--r--source/bn-IN/sfx2/messages.po152
-rw-r--r--source/bn-IN/starmath/messages.po264
-rw-r--r--source/bn-IN/svtools/messages.po14
-rw-r--r--source/bn-IN/svx/messages.po38
-rw-r--r--source/bn-IN/sw/messages.po120
-rw-r--r--source/bn-IN/vcl/messages.po10
-rw-r--r--source/bn/cui/messages.po32
-rw-r--r--source/bn/dbaccess/messages.po12
-rw-r--r--source/bn/filter/messages.po40
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/bn/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/bn/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/bn/helpcontent2/source/text/swriter.po57
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bn/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/bn/sd/messages.po52
-rw-r--r--source/bn/sfx2/messages.po153
-rw-r--r--source/bn/starmath/messages.po264
-rw-r--r--source/bn/svtools/messages.po14
-rw-r--r--source/bn/svx/messages.po38
-rw-r--r--source/bn/sw/messages.po120
-rw-r--r--source/bn/vcl/messages.po10
-rw-r--r--source/bo/cui/messages.po32
-rw-r--r--source/bo/dbaccess/messages.po12
-rw-r--r--source/bo/filter/messages.po38
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/bo/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/bo/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/bo/helpcontent2/source/text/swriter.po57
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bo/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/bo/sd/messages.po52
-rw-r--r--source/bo/sfx2/messages.po153
-rw-r--r--source/bo/starmath/messages.po264
-rw-r--r--source/bo/svtools/messages.po14
-rw-r--r--source/bo/svx/messages.po38
-rw-r--r--source/bo/sw/messages.po120
-rw-r--r--source/bo/vcl/messages.po10
-rw-r--r--source/br/cui/messages.po32
-rw-r--r--source/br/dbaccess/messages.po12
-rw-r--r--source/br/filter/messages.po40
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/br/sd/messages.po49
-rw-r--r--source/br/sfx2/messages.po152
-rw-r--r--source/br/starmath/messages.po264
-rw-r--r--source/br/svtools/messages.po14
-rw-r--r--source/br/svx/messages.po38
-rw-r--r--source/br/sw/messages.po106
-rw-r--r--source/br/vcl/messages.po10
-rw-r--r--source/brx/cui/messages.po32
-rw-r--r--source/brx/dbaccess/messages.po12
-rw-r--r--source/brx/filter/messages.po38
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/brx/sd/messages.po52
-rw-r--r--source/brx/sfx2/messages.po153
-rw-r--r--source/brx/starmath/messages.po264
-rw-r--r--source/brx/svtools/messages.po14
-rw-r--r--source/brx/svx/messages.po38
-rw-r--r--source/brx/sw/messages.po106
-rw-r--r--source/brx/vcl/messages.po10
-rw-r--r--source/bs/cui/messages.po32
-rw-r--r--source/bs/dbaccess/messages.po12
-rw-r--r--source/bs/filter/messages.po40
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/bs/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po242
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/bs/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/bs/helpcontent2/source/text/swriter.po57
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/bs/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/bs/sd/messages.po49
-rw-r--r--source/bs/sfx2/messages.po152
-rw-r--r--source/bs/starmath/messages.po264
-rw-r--r--source/bs/svtools/messages.po14
-rw-r--r--source/bs/svx/messages.po38
-rw-r--r--source/bs/sw/messages.po110
-rw-r--r--source/bs/vcl/messages.po10
-rw-r--r--source/ca-valencia/cui/messages.po42
-rw-r--r--source/ca-valencia/dbaccess/messages.po12
-rw-r--r--source/ca-valencia/filter/messages.po40
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po258
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/ca-valencia/sd/messages.po46
-rw-r--r--source/ca-valencia/sfx2/messages.po152
-rw-r--r--source/ca-valencia/starmath/messages.po264
-rw-r--r--source/ca-valencia/svtools/messages.po14
-rw-r--r--source/ca-valencia/svx/messages.po38
-rw-r--r--source/ca-valencia/sw/messages.po126
-rw-r--r--source/ca-valencia/vcl/messages.po10
-rw-r--r--source/ca/chart2/messages.po14
-rw-r--r--source/ca/cui/messages.po58
-rw-r--r--source/ca/dbaccess/messages.po18
-rw-r--r--source/ca/filter/messages.po42
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/guide.po11
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/python.po51
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po724
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po8
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po76
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/ca/helpcontent2/source/text/sdatabase.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po273
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po101
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po11
-rw-r--r--source/ca/helpcontent2/source/text/simpress/guide.po23
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po63
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po11
-rw-r--r--source/ca/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po53
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po86
-rw-r--r--source/ca/sd/messages.po48
-rw-r--r--source/ca/sfx2/messages.po154
-rw-r--r--source/ca/starmath/messages.po270
-rw-r--r--source/ca/svtools/messages.po22
-rw-r--r--source/ca/svx/messages.po40
-rw-r--r--source/ca/sw/messages.po192
-rw-r--r--source/ca/vcl/messages.po12
-rw-r--r--source/ca/xmlsecurity/messages.po6
-rw-r--r--source/ckb/cui/messages.po32
-rw-r--r--source/ckb/dbaccess/messages.po12
-rw-r--r--source/ckb/filter/messages.po40
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/ckb/sd/messages.po48
-rw-r--r--source/ckb/sfx2/messages.po154
-rw-r--r--source/ckb/starmath/messages.po264
-rw-r--r--source/ckb/svtools/messages.po14
-rw-r--r--source/ckb/svx/messages.po38
-rw-r--r--source/ckb/sw/messages.po108
-rw-r--r--source/ckb/vcl/messages.po12
-rw-r--r--source/cs/chart2/messages.po12
-rw-r--r--source/cs/cui/messages.po52
-rw-r--r--source/cs/dbaccess/messages.po14
-rw-r--r--source/cs/filter/messages.po40
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po82
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po26
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/cs/helpcontent2/source/text/shared/04.po14
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/cs/helpcontent2/source/text/simpress/04.po16
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po57
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/cs/sd/messages.po48
-rw-r--r--source/cs/sfx2/messages.po154
-rw-r--r--source/cs/starmath/messages.po268
-rw-r--r--source/cs/svtools/messages.po16
-rw-r--r--source/cs/svx/messages.po40
-rw-r--r--source/cs/sw/messages.po126
-rw-r--r--source/cs/vcl/messages.po12
-rw-r--r--source/cy/chart2/messages.po14
-rw-r--r--source/cy/cui/messages.po52
-rw-r--r--source/cy/dbaccess/messages.po14
-rw-r--r--source/cy/dictionaries/ko_KR.po10
-rw-r--r--source/cy/filter/messages.po40
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/cy/scp2/source/ooo.po8
-rw-r--r--source/cy/sd/messages.po48
-rw-r--r--source/cy/sfx2/messages.po154
-rw-r--r--source/cy/starmath/messages.po268
-rw-r--r--source/cy/svtools/messages.po16
-rw-r--r--source/cy/svx/messages.po40
-rw-r--r--source/cy/sw/messages.po126
-rw-r--r--source/cy/vcl/messages.po12
-rw-r--r--source/da/cui/messages.po42
-rw-r--r--source/da/dbaccess/messages.po12
-rw-r--r--source/da/filter/messages.po42
-rw-r--r--source/da/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/da/helpcontent2/source/text/sbasic/shared/03.po3385
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po475
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po268
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po184
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po24
-rw-r--r--source/da/helpcontent2/source/text/swriter.po59
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po350
-rw-r--r--source/da/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/da/sd/messages.po48
-rw-r--r--source/da/sfx2/messages.po154
-rw-r--r--source/da/starmath/messages.po264
-rw-r--r--source/da/svtools/messages.po14
-rw-r--r--source/da/svx/messages.po38
-rw-r--r--source/da/sw/messages.po126
-rw-r--r--source/da/vcl/messages.po12
-rw-r--r--source/de/basctl/messages.po12
-rw-r--r--source/de/chart2/messages.po10
-rw-r--r--source/de/cui/messages.po74
-rw-r--r--source/de/dbaccess/messages.po20
-rw-r--r--source/de/dictionaries/ar.po16
-rw-r--r--source/de/dictionaries/hi_IN.po17
-rw-r--r--source/de/dictionaries/pt_PT.po6
-rw-r--r--source/de/dictionaries/zu_ZA.po18
-rw-r--r--source/de/extensions/messages.po6
-rw-r--r--source/de/filter/messages.po58
-rw-r--r--source/de/helpcontent2/source/text/sbasic/python.po16
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po102
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po3381
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po704
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po62
-rw-r--r--source/de/helpcontent2/source/text/sdatabase.po14
-rw-r--r--source/de/helpcontent2/source/text/sdraw/01.po44
-rw-r--r--source/de/helpcontent2/source/text/sdraw/guide.po34
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po270
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po12
-rw-r--r--source/de/helpcontent2/source/text/simpress.po8
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/de/helpcontent2/source/text/swriter.po57
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po88
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po24
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po74
-rw-r--r--source/de/sc/messages.po6
-rw-r--r--source/de/scaddins/messages.po6
-rw-r--r--source/de/sccomp/messages.po4
-rw-r--r--source/de/scp2/source/base.po10
-rw-r--r--source/de/scp2/source/calc.po10
-rw-r--r--source/de/scp2/source/impress.po10
-rw-r--r--source/de/scp2/source/math.po10
-rw-r--r--source/de/scp2/source/writer.po10
-rw-r--r--source/de/sd/messages.po54
-rw-r--r--source/de/sfx2/messages.po168
-rw-r--r--source/de/starmath/messages.po264
-rw-r--r--source/de/svtools/messages.po22
-rw-r--r--source/de/svx/messages.po56
-rw-r--r--source/de/sw/messages.po140
-rw-r--r--source/de/vcl/messages.po12
-rw-r--r--source/de/wizards/messages.po14
-rw-r--r--source/de/xmlsecurity/messages.po6
-rw-r--r--source/dgo/cui/messages.po32
-rw-r--r--source/dgo/dbaccess/messages.po12
-rw-r--r--source/dgo/filter/messages.po38
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/dgo/sd/messages.po52
-rw-r--r--source/dgo/sfx2/messages.po153
-rw-r--r--source/dgo/starmath/messages.po264
-rw-r--r--source/dgo/svtools/messages.po14
-rw-r--r--source/dgo/svx/messages.po38
-rw-r--r--source/dgo/sw/messages.po106
-rw-r--r--source/dgo/vcl/messages.po10
-rw-r--r--source/dsb/chart2/messages.po12
-rw-r--r--source/dsb/cui/messages.po32
-rw-r--r--source/dsb/dbaccess/messages.po14
-rw-r--r--source/dsb/filter/messages.po40
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/dsb/sd/messages.po48
-rw-r--r--source/dsb/sfx2/messages.po154
-rw-r--r--source/dsb/starmath/messages.po268
-rw-r--r--source/dsb/svtools/messages.po16
-rw-r--r--source/dsb/svx/messages.po40
-rw-r--r--source/dsb/sw/messages.po112
-rw-r--r--source/dsb/vcl/messages.po12
-rw-r--r--source/dz/cui/messages.po38
-rw-r--r--source/dz/dbaccess/messages.po12
-rw-r--r--source/dz/filter/messages.po38
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/dz/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/dz/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/dz/helpcontent2/source/text/swriter.po57
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/dz/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/dz/sd/messages.po52
-rw-r--r--source/dz/sfx2/messages.po153
-rw-r--r--source/dz/starmath/messages.po264
-rw-r--r--source/dz/svtools/messages.po14
-rw-r--r--source/dz/svx/messages.po38
-rw-r--r--source/dz/sw/messages.po120
-rw-r--r--source/dz/vcl/messages.po10
-rw-r--r--source/el/chart2/messages.po12
-rw-r--r--source/el/cui/messages.po50
-rw-r--r--source/el/dbaccess/messages.po14
-rw-r--r--source/el/filter/messages.po42
-rw-r--r--source/el/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/el/helpcontent2/source/text/swriter.po57
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/el/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/el/sd/messages.po48
-rw-r--r--source/el/sfx2/messages.po152
-rw-r--r--source/el/starmath/messages.po268
-rw-r--r--source/el/svtools/messages.po16
-rw-r--r--source/el/svx/messages.po40
-rw-r--r--source/el/sw/messages.po166
-rw-r--r--source/el/vcl/messages.po12
-rw-r--r--source/en-GB/cui/messages.po42
-rw-r--r--source/en-GB/dbaccess/messages.po12
-rw-r--r--source/en-GB/filter/messages.po42
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po57
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/en-GB/sd/messages.po48
-rw-r--r--source/en-GB/sfx2/messages.po154
-rw-r--r--source/en-GB/starmath/messages.po264
-rw-r--r--source/en-GB/svtools/messages.po14
-rw-r--r--source/en-GB/svx/messages.po38
-rw-r--r--source/en-GB/sw/messages.po126
-rw-r--r--source/en-GB/vcl/messages.po12
-rw-r--r--source/en-ZA/cui/messages.po38
-rw-r--r--source/en-ZA/dbaccess/messages.po12
-rw-r--r--source/en-ZA/filter/messages.po40
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/en-ZA/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter.po57
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/en-ZA/sd/messages.po52
-rw-r--r--source/en-ZA/sfx2/messages.po153
-rw-r--r--source/en-ZA/starmath/messages.po264
-rw-r--r--source/en-ZA/svtools/messages.po14
-rw-r--r--source/en-ZA/svx/messages.po38
-rw-r--r--source/en-ZA/sw/messages.po120
-rw-r--r--source/en-ZA/vcl/messages.po10
-rw-r--r--source/eo/chart2/messages.po12
-rw-r--r--source/eo/cui/messages.po38
-rw-r--r--source/eo/dbaccess/messages.po14
-rw-r--r--source/eo/filter/messages.po42
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po242
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po57
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/eo/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/eo/sd/messages.po238
-rw-r--r--source/eo/sfx2/messages.po158
-rw-r--r--source/eo/starmath/messages.po268
-rw-r--r--source/eo/svtools/messages.po16
-rw-r--r--source/eo/svx/messages.po40
-rw-r--r--source/eo/sw/messages.po126
-rw-r--r--source/eo/vcl/messages.po12
-rw-r--r--source/es/chart2/messages.po8
-rw-r--r--source/es/cui/messages.po66
-rw-r--r--source/es/dbaccess/messages.po12
-rw-r--r--source/es/extras/source/autocorr/emoji.po8
-rw-r--r--source/es/filter/messages.po40
-rw-r--r--source/es/filter/source/config/fragments/types.po58
-rw-r--r--source/es/helpcontent2/source/text/sbasic/python.po12
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po94
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared/03.po3445
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po96
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po26
-rw-r--r--source/es/helpcontent2/source/text/shared.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po302
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po40
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/es/helpcontent2/source/text/shared/06.po4
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po52
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po226
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po24
-rw-r--r--source/es/helpcontent2/source/text/simpress.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/es/helpcontent2/source/text/swriter.po59
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po30
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po67
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po84
-rw-r--r--source/es/sc/messages.po16
-rw-r--r--source/es/scp2/source/base.po8
-rw-r--r--source/es/scp2/source/calc.po36
-rw-r--r--source/es/scp2/source/draw.po10
-rw-r--r--source/es/scp2/source/impress.po14
-rw-r--r--source/es/scp2/source/math.po8
-rw-r--r--source/es/scp2/source/writer.po43
-rw-r--r--source/es/sd/messages.po56
-rw-r--r--source/es/sfx2/messages.po156
-rw-r--r--source/es/starmath/messages.po264
-rw-r--r--source/es/svtools/messages.po42
-rw-r--r--source/es/svx/messages.po46
-rw-r--r--source/es/sw/messages.po152
-rw-r--r--source/es/sysui/desktop/share.po108
-rw-r--r--source/es/vcl/messages.po16
-rw-r--r--source/es/xmlsecurity/messages.po10
-rw-r--r--source/et/cui/messages.po42
-rw-r--r--source/et/dbaccess/messages.po12
-rw-r--r--source/et/filter/messages.po40
-rw-r--r--source/et/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared.po70
-rw-r--r--source/et/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po9
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/et/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/et/helpcontent2/source/text/swriter.po57
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/et/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/et/sd/messages.po46
-rw-r--r--source/et/sfx2/messages.po152
-rw-r--r--source/et/starmath/messages.po264
-rw-r--r--source/et/svtools/messages.po14
-rw-r--r--source/et/svx/messages.po38
-rw-r--r--source/et/sw/messages.po118
-rw-r--r--source/et/vcl/messages.po12
-rw-r--r--source/eu/chart2/messages.po12
-rw-r--r--source/eu/cui/messages.po50
-rw-r--r--source/eu/dbaccess/messages.po14
-rw-r--r--source/eu/filter/messages.po40
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/03.po3386
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po10
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/eu/helpcontent2/source/text/sdatabase.po8
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po314
-rw-r--r--source/eu/helpcontent2/source/text/shared/04.po14
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po76
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/eu/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po164
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po57
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/eu/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po55
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/eu/sd/messages.po46
-rw-r--r--source/eu/sfx2/messages.po168
-rw-r--r--source/eu/starmath/messages.po268
-rw-r--r--source/eu/svtools/messages.po16
-rw-r--r--source/eu/svx/messages.po40
-rw-r--r--source/eu/sw/messages.po130
-rw-r--r--source/eu/vcl/messages.po12
-rw-r--r--source/fa/cui/messages.po32
-rw-r--r--source/fa/dbaccess/messages.po12
-rw-r--r--source/fa/filter/messages.po40
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/fa/sd/messages.po54
-rw-r--r--source/fa/sfx2/messages.po153
-rw-r--r--source/fa/starmath/messages.po264
-rw-r--r--source/fa/svtools/messages.po14
-rw-r--r--source/fa/svx/messages.po38
-rw-r--r--source/fa/sw/messages.po106
-rw-r--r--source/fa/vcl/messages.po12
-rw-r--r--source/fi/cui/messages.po42
-rw-r--r--source/fi/dbaccess/messages.po12
-rw-r--r--source/fi/filter/messages.po40
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/fi/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/fi/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/fi/helpcontent2/source/text/swriter.po57
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/fi/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/fi/sd/messages.po46
-rw-r--r--source/fi/sfx2/messages.po152
-rw-r--r--source/fi/starmath/messages.po264
-rw-r--r--source/fi/svtools/messages.po14
-rw-r--r--source/fi/svx/messages.po38
-rw-r--r--source/fi/sw/messages.po126
-rw-r--r--source/fi/vcl/messages.po10
-rw-r--r--source/fr/cui/messages.po42
-rw-r--r--source/fr/dbaccess/messages.po12
-rw-r--r--source/fr/filter/messages.po40
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared/03.po3379
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/fr/helpcontent2/source/text/sdatabase.po4
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po57
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/fr/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po53
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po68
-rw-r--r--source/fr/sd/messages.po46
-rw-r--r--source/fr/sfx2/messages.po152
-rw-r--r--source/fr/starmath/messages.po264
-rw-r--r--source/fr/svtools/messages.po14
-rw-r--r--source/fr/svx/messages.po38
-rw-r--r--source/fr/sw/messages.po126
-rw-r--r--source/fr/vcl/messages.po10
-rw-r--r--source/fur/cui/messages.po32
-rw-r--r--source/fur/dbaccess/messages.po12
-rw-r--r--source/fur/filter/messages.po38
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/fur/sd/messages.po46
-rw-r--r--source/fur/sfx2/messages.po152
-rw-r--r--source/fur/starmath/messages.po264
-rw-r--r--source/fur/svtools/messages.po14
-rw-r--r--source/fur/svx/messages.po38
-rw-r--r--source/fur/sw/messages.po106
-rw-r--r--source/fur/vcl/messages.po10
-rw-r--r--source/fy/chart2/messages.po12
-rw-r--r--source/fy/cui/messages.po258
-rw-r--r--source/fy/dbaccess/messages.po14
-rw-r--r--source/fy/filter/messages.po46
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/fy/sc/messages.po116
-rw-r--r--source/fy/sd/messages.po52
-rw-r--r--source/fy/setup_native/source/mac.po8
-rw-r--r--source/fy/sfx2/messages.po158
-rw-r--r--source/fy/starmath/messages.po268
-rw-r--r--source/fy/svtools/messages.po20
-rw-r--r--source/fy/svx/messages.po38
-rw-r--r--source/fy/sw/messages.po246
-rw-r--r--source/fy/vcl/messages.po12
-rw-r--r--source/ga/cui/messages.po32
-rw-r--r--source/ga/dbaccess/messages.po12
-rw-r--r--source/ga/filter/messages.po40
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/ga/sd/messages.po46
-rw-r--r--source/ga/sfx2/messages.po152
-rw-r--r--source/ga/starmath/messages.po264
-rw-r--r--source/ga/svtools/messages.po14
-rw-r--r--source/ga/svx/messages.po38
-rw-r--r--source/ga/sw/messages.po106
-rw-r--r--source/ga/vcl/messages.po10
-rw-r--r--source/gd/cui/messages.po32
-rw-r--r--source/gd/dbaccess/messages.po12
-rw-r--r--source/gd/filter/messages.po40
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/gd/sd/messages.po46
-rw-r--r--source/gd/sfx2/messages.po152
-rw-r--r--source/gd/starmath/messages.po264
-rw-r--r--source/gd/svtools/messages.po14
-rw-r--r--source/gd/svx/messages.po38
-rw-r--r--source/gd/sw/messages.po106
-rw-r--r--source/gd/vcl/messages.po10
-rw-r--r--source/gl/chart2/messages.po22
-rw-r--r--source/gl/cui/messages.po52
-rw-r--r--source/gl/dbaccess/messages.po16
-rw-r--r--source/gl/filter/messages.po40
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared.po70
-rw-r--r--source/gl/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/gl/helpcontent2/source/text/scalc.po8
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po12
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po76
-rw-r--r--source/gl/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gl/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/gl/helpcontent2/source/text/shared.po38
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/gl/helpcontent2/source/text/shared/06.po4
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/gl/helpcontent2/source/text/simpress/04.po18
-rw-r--r--source/gl/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/gl/helpcontent2/source/text/swriter.po61
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/gl/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/gl/sd/messages.po46
-rw-r--r--source/gl/sfx2/messages.po154
-rw-r--r--source/gl/starmath/messages.po268
-rw-r--r--source/gl/svtools/messages.po16
-rw-r--r--source/gl/svx/messages.po40
-rw-r--r--source/gl/sw/messages.po130
-rw-r--r--source/gl/vcl/messages.po12
-rw-r--r--source/gu/cui/messages.po38
-rw-r--r--source/gu/dbaccess/messages.po12
-rw-r--r--source/gu/filter/messages.po40
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/gu/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po66
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/gu/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/gu/helpcontent2/source/text/swriter.po57
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/gu/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/gu/sd/messages.po49
-rw-r--r--source/gu/sfx2/messages.po152
-rw-r--r--source/gu/starmath/messages.po264
-rw-r--r--source/gu/svtools/messages.po14
-rw-r--r--source/gu/svx/messages.po38
-rw-r--r--source/gu/sw/messages.po120
-rw-r--r--source/gu/vcl/messages.po10
-rw-r--r--source/gug/cui/messages.po32
-rw-r--r--source/gug/dbaccess/messages.po12
-rw-r--r--source/gug/filter/messages.po38
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/python.po12
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared.po94
-rw-r--r--source/gug/helpcontent2/source/text/sbasic/shared/03.po3445
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po96
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/gug/helpcontent2/source/text/schart/01.po6
-rw-r--r--source/gug/helpcontent2/source/text/sdraw.po26
-rw-r--r--source/gug/helpcontent2/source/text/shared.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po302
-rw-r--r--source/gug/helpcontent2/source/text/shared/02.po40
-rw-r--r--source/gug/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/gug/helpcontent2/source/text/shared/06.po4
-rw-r--r--source/gug/helpcontent2/source/text/shared/autopi.po52
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po226
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po24
-rw-r--r--source/gug/helpcontent2/source/text/simpress.po8
-rw-r--r--source/gug/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/gug/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/gug/helpcontent2/source/text/swriter.po59
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po30
-rw-r--r--source/gug/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po67
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/gug/sd/messages.po48
-rw-r--r--source/gug/sfx2/messages.po152
-rw-r--r--source/gug/starmath/messages.po264
-rw-r--r--source/gug/svtools/messages.po14
-rw-r--r--source/gug/svx/messages.po38
-rw-r--r--source/gug/sw/messages.po106
-rw-r--r--source/gug/vcl/messages.po10
-rw-r--r--source/he/cui/messages.po32
-rw-r--r--source/he/dbaccess/messages.po12
-rw-r--r--source/he/filter/messages.po42
-rw-r--r--source/he/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/he/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po66
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po244
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/he/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/he/helpcontent2/source/text/swriter.po55
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/he/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/he/sd/messages.po51
-rw-r--r--source/he/sfx2/messages.po152
-rw-r--r--source/he/starmath/messages.po264
-rw-r--r--source/he/svtools/messages.po14
-rw-r--r--source/he/svx/messages.po38
-rw-r--r--source/he/sw/messages.po106
-rw-r--r--source/he/vcl/messages.po12
-rw-r--r--source/hi/cui/messages.po32
-rw-r--r--source/hi/dbaccess/messages.po12
-rw-r--r--source/hi/filter/messages.po40
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/hi/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/hi/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/hi/helpcontent2/source/text/swriter.po51
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hi/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/hi/sd/messages.po51
-rw-r--r--source/hi/sfx2/messages.po153
-rw-r--r--source/hi/starmath/messages.po264
-rw-r--r--source/hi/svtools/messages.po14
-rw-r--r--source/hi/svx/messages.po38
-rw-r--r--source/hi/sw/messages.po106
-rw-r--r--source/hi/vcl/messages.po10
-rw-r--r--source/hr/cui/messages.po32
-rw-r--r--source/hr/dbaccess/messages.po12
-rw-r--r--source/hr/filter/messages.po40
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/hr/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/hr/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/hr/helpcontent2/source/text/swriter.po57
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hr/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/hr/sd/messages.po46
-rw-r--r--source/hr/sfx2/messages.po152
-rw-r--r--source/hr/starmath/messages.po264
-rw-r--r--source/hr/svtools/messages.po14
-rw-r--r--source/hr/svx/messages.po38
-rw-r--r--source/hr/sw/messages.po106
-rw-r--r--source/hr/vcl/messages.po10
-rw-r--r--source/hsb/chart2/messages.po12
-rw-r--r--source/hsb/cui/messages.po32
-rw-r--r--source/hsb/dbaccess/messages.po14
-rw-r--r--source/hsb/filter/messages.po42
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/hsb/sd/messages.po48
-rw-r--r--source/hsb/sfx2/messages.po154
-rw-r--r--source/hsb/starmath/messages.po268
-rw-r--r--source/hsb/svtools/messages.po16
-rw-r--r--source/hsb/svx/messages.po40
-rw-r--r--source/hsb/sw/messages.po232
-rw-r--r--source/hsb/vcl/messages.po12
-rw-r--r--source/hu/cui/messages.po42
-rw-r--r--source/hu/dbaccess/messages.po12
-rw-r--r--source/hu/filter/messages.po40
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/hu/helpcontent2/source/text/swriter.po57
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/hu/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/hu/sd/messages.po46
-rw-r--r--source/hu/sfx2/messages.po152
-rw-r--r--source/hu/starmath/messages.po264
-rw-r--r--source/hu/svtools/messages.po14
-rw-r--r--source/hu/svx/messages.po38
-rw-r--r--source/hu/sw/messages.po126
-rw-r--r--source/hu/vcl/messages.po10
-rw-r--r--source/id/cui/messages.po42
-rw-r--r--source/id/dbaccess/messages.po12
-rw-r--r--source/id/filter/messages.po42
-rw-r--r--source/id/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/id/helpcontent2/source/text/swriter.po57
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/id/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/id/sd/messages.po48
-rw-r--r--source/id/sfx2/messages.po154
-rw-r--r--source/id/starmath/messages.po264
-rw-r--r--source/id/svtools/messages.po14
-rw-r--r--source/id/svx/messages.po38
-rw-r--r--source/id/sw/messages.po126
-rw-r--r--source/id/vcl/messages.po12
-rw-r--r--source/is/cui/messages.po32
-rw-r--r--source/is/dbaccess/messages.po12
-rw-r--r--source/is/filter/messages.po40
-rw-r--r--source/is/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/is/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po242
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/is/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/is/helpcontent2/source/text/swriter.po57
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/is/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/is/sd/messages.po46
-rw-r--r--source/is/sfx2/messages.po152
-rw-r--r--source/is/starmath/messages.po264
-rw-r--r--source/is/svtools/messages.po14
-rw-r--r--source/is/svx/messages.po38
-rw-r--r--source/is/sw/messages.po106
-rw-r--r--source/is/vcl/messages.po10
-rw-r--r--source/it/cui/messages.po42
-rw-r--r--source/it/dbaccess/messages.po12
-rw-r--r--source/it/filter/messages.po40
-rw-r--r--source/it/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/it/helpcontent2/source/text/swriter.po57
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/it/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/it/sd/messages.po46
-rw-r--r--source/it/sfx2/messages.po152
-rw-r--r--source/it/starmath/messages.po264
-rw-r--r--source/it/svtools/messages.po14
-rw-r--r--source/it/svx/messages.po38
-rw-r--r--source/it/sw/messages.po126
-rw-r--r--source/it/vcl/messages.po10
-rw-r--r--source/ja/basctl/messages.po6
-rw-r--r--source/ja/cui/messages.po38
-rw-r--r--source/ja/dbaccess/messages.po12
-rw-r--r--source/ja/extensions/messages.po8
-rw-r--r--source/ja/filter/messages.po40
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ja/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ja/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ja/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po104
-rw-r--r--source/ja/sc/messages.po6
-rw-r--r--source/ja/sd/messages.po46
-rw-r--r--source/ja/sfx2/messages.po216
-rw-r--r--source/ja/starmath/messages.po264
-rw-r--r--source/ja/svtools/messages.po14
-rw-r--r--source/ja/svx/messages.po70
-rw-r--r--source/ja/sw/messages.po126
-rw-r--r--source/ja/vcl/messages.po12
-rw-r--r--source/jv/cui/messages.po32
-rw-r--r--source/jv/dbaccess/messages.po12
-rw-r--r--source/jv/filter/messages.po38
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po62
-rw-r--r--source/jv/sd/messages.po46
-rw-r--r--source/jv/sfx2/messages.po152
-rw-r--r--source/jv/starmath/messages.po264
-rw-r--r--source/jv/svtools/messages.po14
-rw-r--r--source/jv/svx/messages.po38
-rw-r--r--source/jv/sw/messages.po106
-rw-r--r--source/jv/vcl/messages.po12
-rw-r--r--source/ka/cui/messages.po32
-rw-r--r--source/ka/dbaccess/messages.po12
-rw-r--r--source/ka/filter/messages.po38
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ka/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po66
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po238
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ka/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ka/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ka/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ka/sd/messages.po51
-rw-r--r--source/ka/sfx2/messages.po153
-rw-r--r--source/ka/starmath/messages.po264
-rw-r--r--source/ka/svtools/messages.po14
-rw-r--r--source/ka/svx/messages.po38
-rw-r--r--source/ka/sw/messages.po120
-rw-r--r--source/ka/vcl/messages.po10
-rw-r--r--source/kab/cui/messages.po32
-rw-r--r--source/kab/dbaccess/messages.po12
-rw-r--r--source/kab/filter/messages.po40
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/kab/sd/messages.po46
-rw-r--r--source/kab/sfx2/messages.po152
-rw-r--r--source/kab/starmath/messages.po264
-rw-r--r--source/kab/svtools/messages.po14
-rw-r--r--source/kab/svx/messages.po38
-rw-r--r--source/kab/sw/messages.po106
-rw-r--r--source/kab/vcl/messages.po10
-rw-r--r--source/kk/cui/messages.po32
-rw-r--r--source/kk/dbaccess/messages.po12
-rw-r--r--source/kk/filter/messages.po42
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/kk/sd/messages.po48
-rw-r--r--source/kk/sfx2/messages.po152
-rw-r--r--source/kk/starmath/messages.po264
-rw-r--r--source/kk/svtools/messages.po14
-rw-r--r--source/kk/svx/messages.po38
-rw-r--r--source/kk/sw/messages.po108
-rw-r--r--source/kk/vcl/messages.po12
-rw-r--r--source/kl/cui/messages.po32
-rw-r--r--source/kl/dbaccess/messages.po12
-rw-r--r--source/kl/filter/messages.po38
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po62
-rw-r--r--source/kl/sd/messages.po46
-rw-r--r--source/kl/sfx2/messages.po152
-rw-r--r--source/kl/starmath/messages.po264
-rw-r--r--source/kl/svtools/messages.po14
-rw-r--r--source/kl/svx/messages.po38
-rw-r--r--source/kl/sw/messages.po106
-rw-r--r--source/kl/vcl/messages.po10
-rw-r--r--source/km/cui/messages.po42
-rw-r--r--source/km/dbaccess/messages.po12
-rw-r--r--source/km/filter/messages.po40
-rw-r--r--source/km/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/km/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/km/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/km/helpcontent2/source/text/swriter.po57
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/km/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/km/sd/messages.po49
-rw-r--r--source/km/sfx2/messages.po152
-rw-r--r--source/km/starmath/messages.po264
-rw-r--r--source/km/svtools/messages.po14
-rw-r--r--source/km/svx/messages.po38
-rw-r--r--source/km/sw/messages.po126
-rw-r--r--source/km/vcl/messages.po10
-rw-r--r--source/kmr-Latn/cui/messages.po32
-rw-r--r--source/kmr-Latn/dbaccess/messages.po12
-rw-r--r--source/kmr-Latn/filter/messages.po40
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/kmr-Latn/sd/messages.po52
-rw-r--r--source/kmr-Latn/sfx2/messages.po153
-rw-r--r--source/kmr-Latn/starmath/messages.po264
-rw-r--r--source/kmr-Latn/svtools/messages.po14
-rw-r--r--source/kmr-Latn/svx/messages.po38
-rw-r--r--source/kmr-Latn/sw/messages.po106
-rw-r--r--source/kmr-Latn/vcl/messages.po10
-rw-r--r--source/kn/cui/messages.po32
-rw-r--r--source/kn/dbaccess/messages.po12
-rw-r--r--source/kn/filter/messages.po40
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/kn/sd/messages.po49
-rw-r--r--source/kn/sfx2/messages.po152
-rw-r--r--source/kn/starmath/messages.po264
-rw-r--r--source/kn/svtools/messages.po14
-rw-r--r--source/kn/svx/messages.po38
-rw-r--r--source/kn/sw/messages.po106
-rw-r--r--source/kn/vcl/messages.po10
-rw-r--r--source/ko/cui/messages.po38
-rw-r--r--source/ko/dbaccess/messages.po12
-rw-r--r--source/ko/filter/messages.po40
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ko/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ko/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ko/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ko/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/ko/sd/messages.po46
-rw-r--r--source/ko/sfx2/messages.po152
-rw-r--r--source/ko/starmath/messages.po264
-rw-r--r--source/ko/svtools/messages.po14
-rw-r--r--source/ko/svx/messages.po38
-rw-r--r--source/ko/sw/messages.po120
-rw-r--r--source/ko/vcl/messages.po10
-rw-r--r--source/kok/cui/messages.po32
-rw-r--r--source/kok/dbaccess/messages.po12
-rw-r--r--source/kok/filter/messages.po38
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/kok/sd/messages.po52
-rw-r--r--source/kok/sfx2/messages.po153
-rw-r--r--source/kok/starmath/messages.po264
-rw-r--r--source/kok/svtools/messages.po14
-rw-r--r--source/kok/svx/messages.po38
-rw-r--r--source/kok/sw/messages.po106
-rw-r--r--source/kok/vcl/messages.po10
-rw-r--r--source/ks/cui/messages.po32
-rw-r--r--source/ks/dbaccess/messages.po12
-rw-r--r--source/ks/filter/messages.po38
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ks/sd/messages.po52
-rw-r--r--source/ks/sfx2/messages.po153
-rw-r--r--source/ks/starmath/messages.po264
-rw-r--r--source/ks/svtools/messages.po14
-rw-r--r--source/ks/svx/messages.po38
-rw-r--r--source/ks/sw/messages.po106
-rw-r--r--source/ks/vcl/messages.po10
-rw-r--r--source/ky/cui/messages.po32
-rw-r--r--source/ky/dbaccess/messages.po12
-rw-r--r--source/ky/filter/messages.po38
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/ky/sd/messages.po46
-rw-r--r--source/ky/sfx2/messages.po152
-rw-r--r--source/ky/starmath/messages.po264
-rw-r--r--source/ky/svtools/messages.po14
-rw-r--r--source/ky/svx/messages.po38
-rw-r--r--source/ky/sw/messages.po106
-rw-r--r--source/ky/vcl/messages.po10
-rw-r--r--source/lb/cui/messages.po32
-rw-r--r--source/lb/dbaccess/messages.po12
-rw-r--r--source/lb/filter/messages.po38
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po62
-rw-r--r--source/lb/sd/messages.po52
-rw-r--r--source/lb/sfx2/messages.po152
-rw-r--r--source/lb/starmath/messages.po264
-rw-r--r--source/lb/svtools/messages.po14
-rw-r--r--source/lb/svx/messages.po38
-rw-r--r--source/lb/sw/messages.po106
-rw-r--r--source/lb/vcl/messages.po10
-rw-r--r--source/lo/cui/messages.po32
-rw-r--r--source/lo/dbaccess/messages.po12
-rw-r--r--source/lo/filter/messages.po40
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/lo/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/lo/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/lo/helpcontent2/source/text/swriter.po49
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lo/helpcontent2/source/text/swriter/02.po28
-rw-r--r--source/lo/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/lo/sd/messages.po52
-rw-r--r--source/lo/sfx2/messages.po153
-rw-r--r--source/lo/starmath/messages.po264
-rw-r--r--source/lo/svtools/messages.po14
-rw-r--r--source/lo/svx/messages.po38
-rw-r--r--source/lo/sw/messages.po106
-rw-r--r--source/lo/vcl/messages.po10
-rw-r--r--source/lt/cui/messages.po32
-rw-r--r--source/lt/dbaccess/messages.po12
-rw-r--r--source/lt/filter/messages.po40
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared.po80
-rw-r--r--source/lt/helpcontent2/source/text/sbasic/shared/03.po3375
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po248
-rw-r--r--source/lt/helpcontent2/source/text/shared/02.po7
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/lt/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/lt/helpcontent2/source/text/swriter.po57
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/lt/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/lt/helpcontent2/source/text/swriter/guide.po55
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/lt/sd/messages.po46
-rw-r--r--source/lt/sfx2/messages.po152
-rw-r--r--source/lt/starmath/messages.po264
-rw-r--r--source/lt/svtools/messages.po14
-rw-r--r--source/lt/svx/messages.po42
-rw-r--r--source/lt/sw/messages.po126
-rw-r--r--source/lt/vcl/messages.po66
-rw-r--r--source/lv/cui/messages.po32
-rw-r--r--source/lv/dbaccess/messages.po12
-rw-r--r--source/lv/filter/messages.po40
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/lv/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po242
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/lv/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/lv/helpcontent2/source/text/swriter.po57
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/lv/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/lv/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/lv/sd/messages.po46
-rw-r--r--source/lv/sfx2/messages.po152
-rw-r--r--source/lv/starmath/messages.po264
-rw-r--r--source/lv/svtools/messages.po14
-rw-r--r--source/lv/svx/messages.po38
-rw-r--r--source/lv/sw/messages.po114
-rw-r--r--source/lv/vcl/messages.po10
-rw-r--r--source/mai/cui/messages.po32
-rw-r--r--source/mai/dbaccess/messages.po12
-rw-r--r--source/mai/filter/messages.po38
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/mai/sd/messages.po52
-rw-r--r--source/mai/sfx2/messages.po153
-rw-r--r--source/mai/starmath/messages.po264
-rw-r--r--source/mai/svtools/messages.po14
-rw-r--r--source/mai/svx/messages.po38
-rw-r--r--source/mai/sw/messages.po106
-rw-r--r--source/mai/vcl/messages.po10
-rw-r--r--source/mk/cui/messages.po38
-rw-r--r--source/mk/dbaccess/messages.po12
-rw-r--r--source/mk/filter/messages.po38
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/mk/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/mk/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/mk/helpcontent2/source/text/swriter.po57
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/mk/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/mk/sd/messages.po52
-rw-r--r--source/mk/sfx2/messages.po153
-rw-r--r--source/mk/starmath/messages.po264
-rw-r--r--source/mk/svtools/messages.po14
-rw-r--r--source/mk/svx/messages.po38
-rw-r--r--source/mk/sw/messages.po120
-rw-r--r--source/mk/vcl/messages.po10
-rw-r--r--source/ml/cui/messages.po32
-rw-r--r--source/ml/dbaccess/messages.po12
-rw-r--r--source/ml/filter/messages.po40
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ml/sd/messages.po51
-rw-r--r--source/ml/sfx2/messages.po152
-rw-r--r--source/ml/starmath/messages.po264
-rw-r--r--source/ml/svtools/messages.po14
-rw-r--r--source/ml/svx/messages.po38
-rw-r--r--source/ml/sw/messages.po106
-rw-r--r--source/ml/vcl/messages.po10
-rw-r--r--source/mn/cui/messages.po32
-rw-r--r--source/mn/dbaccess/messages.po12
-rw-r--r--source/mn/filter/messages.po38
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/mn/sd/messages.po52
-rw-r--r--source/mn/sfx2/messages.po152
-rw-r--r--source/mn/starmath/messages.po264
-rw-r--r--source/mn/svtools/messages.po14
-rw-r--r--source/mn/svx/messages.po38
-rw-r--r--source/mn/sw/messages.po106
-rw-r--r--source/mn/vcl/messages.po10
-rw-r--r--source/mni/cui/messages.po32
-rw-r--r--source/mni/dbaccess/messages.po12
-rw-r--r--source/mni/filter/messages.po38
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/mni/sd/messages.po52
-rw-r--r--source/mni/sfx2/messages.po153
-rw-r--r--source/mni/starmath/messages.po264
-rw-r--r--source/mni/svtools/messages.po14
-rw-r--r--source/mni/svx/messages.po38
-rw-r--r--source/mni/sw/messages.po106
-rw-r--r--source/mni/vcl/messages.po10
-rw-r--r--source/mr/cui/messages.po32
-rw-r--r--source/mr/dbaccess/messages.po12
-rw-r--r--source/mr/filter/messages.po40
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/mr/sd/messages.po49
-rw-r--r--source/mr/sfx2/messages.po152
-rw-r--r--source/mr/starmath/messages.po264
-rw-r--r--source/mr/svtools/messages.po14
-rw-r--r--source/mr/svx/messages.po38
-rw-r--r--source/mr/sw/messages.po106
-rw-r--r--source/mr/vcl/messages.po10
-rw-r--r--source/my/cui/messages.po32
-rw-r--r--source/my/dbaccess/messages.po12
-rw-r--r--source/my/filter/messages.po38
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/my/sd/messages.po51
-rw-r--r--source/my/sfx2/messages.po153
-rw-r--r--source/my/starmath/messages.po264
-rw-r--r--source/my/svtools/messages.po14
-rw-r--r--source/my/svx/messages.po38
-rw-r--r--source/my/sw/messages.po106
-rw-r--r--source/my/vcl/messages.po10
-rw-r--r--source/nb/cui/messages.po38
-rw-r--r--source/nb/dbaccess/messages.po12
-rw-r--r--source/nb/filter/messages.po40
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po66
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/nb/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/nb/helpcontent2/source/text/swriter.po57
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/nb/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/nb/sd/messages.po46
-rw-r--r--source/nb/sfx2/messages.po152
-rw-r--r--source/nb/starmath/messages.po264
-rw-r--r--source/nb/svtools/messages.po14
-rw-r--r--source/nb/svx/messages.po38
-rw-r--r--source/nb/sw/messages.po126
-rw-r--r--source/nb/vcl/messages.po10
-rw-r--r--source/ne/cui/messages.po36
-rw-r--r--source/ne/dbaccess/messages.po12
-rw-r--r--source/ne/filter/messages.po38
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ne/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ne/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ne/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ne/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ne/sd/messages.po51
-rw-r--r--source/ne/sfx2/messages.po153
-rw-r--r--source/ne/starmath/messages.po264
-rw-r--r--source/ne/svtools/messages.po14
-rw-r--r--source/ne/svx/messages.po38
-rw-r--r--source/ne/sw/messages.po120
-rw-r--r--source/ne/vcl/messages.po10
-rw-r--r--source/nl/cui/messages.po56
-rw-r--r--source/nl/dbaccess/messages.po12
-rw-r--r--source/nl/filter/messages.po40
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/nl/helpcontent2/source/text/scalc.po10
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po74
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po57
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po131
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po174
-rw-r--r--source/nl/sd/messages.po56
-rw-r--r--source/nl/sfx2/messages.po158
-rw-r--r--source/nl/starmath/messages.po264
-rw-r--r--source/nl/svtools/messages.po14
-rw-r--r--source/nl/svx/messages.po44
-rw-r--r--source/nl/sw/messages.po126
-rw-r--r--source/nl/vcl/messages.po12
-rw-r--r--source/nn/chart2/messages.po8
-rw-r--r--source/nn/cui/messages.po48
-rw-r--r--source/nn/dbaccess/messages.po12
-rw-r--r--source/nn/filter/messages.po42
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po72
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/sdatabase.po12
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po264
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po57
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/nn/sd/messages.po48
-rw-r--r--source/nn/sfx2/messages.po152
-rw-r--r--source/nn/starmath/messages.po264
-rw-r--r--source/nn/svtools/messages.po14
-rw-r--r--source/nn/svx/messages.po50
-rw-r--r--source/nn/sw/messages.po126
-rw-r--r--source/nn/vcl/messages.po12
-rw-r--r--source/nr/cui/messages.po32
-rw-r--r--source/nr/dbaccess/messages.po12
-rw-r--r--source/nr/filter/messages.po38
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/nr/sd/messages.po52
-rw-r--r--source/nr/sfx2/messages.po153
-rw-r--r--source/nr/starmath/messages.po264
-rw-r--r--source/nr/svtools/messages.po14
-rw-r--r--source/nr/svx/messages.po38
-rw-r--r--source/nr/sw/messages.po106
-rw-r--r--source/nr/vcl/messages.po10
-rw-r--r--source/nso/cui/messages.po32
-rw-r--r--source/nso/dbaccess/messages.po12
-rw-r--r--source/nso/filter/messages.po38
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/nso/sd/messages.po52
-rw-r--r--source/nso/sfx2/messages.po153
-rw-r--r--source/nso/starmath/messages.po264
-rw-r--r--source/nso/svtools/messages.po14
-rw-r--r--source/nso/svx/messages.po38
-rw-r--r--source/nso/sw/messages.po106
-rw-r--r--source/nso/vcl/messages.po10
-rw-r--r--source/oc/basctl/messages.po54
-rw-r--r--source/oc/chart2/messages.po12
-rw-r--r--source/oc/cui/messages.po50
-rw-r--r--source/oc/dbaccess/messages.po22
-rw-r--r--source/oc/desktop/messages.po10
-rw-r--r--source/oc/extensions/messages.po12
-rw-r--r--source/oc/filter/messages.po42
-rw-r--r--source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po82
-rw-r--r--source/oc/librelogo/source/pythonpath.po6
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po80
-rw-r--r--source/oc/sc/messages.po120
-rw-r--r--source/oc/sd/messages.po48
-rw-r--r--source/oc/sfx2/messages.po160
-rw-r--r--source/oc/starmath/messages.po264
-rw-r--r--source/oc/svtools/messages.po14
-rw-r--r--source/oc/svx/messages.po54
-rw-r--r--source/oc/sw/messages.po134
-rw-r--r--source/oc/uui/messages.po8
-rw-r--r--source/oc/vcl/messages.po12
-rw-r--r--source/om/cui/messages.po38
-rw-r--r--source/om/dbaccess/messages.po12
-rw-r--r--source/om/filter/messages.po40
-rw-r--r--source/om/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/om/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/om/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/om/helpcontent2/source/text/swriter.po57
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/om/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/om/sd/messages.po52
-rw-r--r--source/om/sfx2/messages.po153
-rw-r--r--source/om/starmath/messages.po264
-rw-r--r--source/om/svtools/messages.po14
-rw-r--r--source/om/svx/messages.po38
-rw-r--r--source/om/sw/messages.po120
-rw-r--r--source/om/vcl/messages.po10
-rw-r--r--source/or/cui/messages.po32
-rw-r--r--source/or/dbaccess/messages.po12
-rw-r--r--source/or/filter/messages.po40
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/or/sd/messages.po51
-rw-r--r--source/or/sfx2/messages.po152
-rw-r--r--source/or/starmath/messages.po264
-rw-r--r--source/or/svtools/messages.po14
-rw-r--r--source/or/svx/messages.po38
-rw-r--r--source/or/sw/messages.po106
-rw-r--r--source/or/vcl/messages.po10
-rw-r--r--source/pa-IN/cui/messages.po32
-rw-r--r--source/pa-IN/dbaccess/messages.po12
-rw-r--r--source/pa-IN/filter/messages.po40
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/pa-IN/sd/messages.po51
-rw-r--r--source/pa-IN/sfx2/messages.po153
-rw-r--r--source/pa-IN/starmath/messages.po264
-rw-r--r--source/pa-IN/svtools/messages.po14
-rw-r--r--source/pa-IN/svx/messages.po38
-rw-r--r--source/pa-IN/sw/messages.po106
-rw-r--r--source/pa-IN/vcl/messages.po10
-rw-r--r--source/pl/chart2/messages.po12
-rw-r--r--source/pl/cui/messages.po50
-rw-r--r--source/pl/dbaccess/messages.po14
-rw-r--r--source/pl/filter/messages.po40
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/pl/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po57
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po47
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po70
-rw-r--r--source/pl/sd/messages.po46
-rw-r--r--source/pl/sfx2/messages.po154
-rw-r--r--source/pl/starmath/messages.po268
-rw-r--r--source/pl/svtools/messages.po16
-rw-r--r--source/pl/svx/messages.po40
-rw-r--r--source/pl/sw/messages.po126
-rw-r--r--source/pl/vcl/messages.po12
-rw-r--r--source/pt-BR/chart2/messages.po16
-rw-r--r--source/pt-BR/cui/messages.po58
-rw-r--r--source/pt-BR/dbaccess/messages.po14
-rw-r--r--source/pt-BR/filter/messages.po40
-rw-r--r--source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po54
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/python.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po74
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po3381
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po94
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart.po114
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po278
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/04.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po300
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po4
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po124
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po59
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po133
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po80
-rw-r--r--source/pt-BR/sc/messages.po4
-rw-r--r--source/pt-BR/sd/messages.po68
-rw-r--r--source/pt-BR/sfx2/messages.po158
-rw-r--r--source/pt-BR/starmath/messages.po274
-rw-r--r--source/pt-BR/svtools/messages.po16
-rw-r--r--source/pt-BR/svx/messages.po40
-rw-r--r--source/pt-BR/sw/messages.po136
-rw-r--r--source/pt-BR/vcl/messages.po12
-rw-r--r--source/pt/chart2/messages.po12
-rw-r--r--source/pt/cui/messages.po52
-rw-r--r--source/pt/dbaccess/messages.po16
-rw-r--r--source/pt/filter/messages.po40
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po10
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/pt/helpcontent2/source/text/sdatabase.po56
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po57
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po34
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po18
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po86
-rw-r--r--source/pt/sd/messages.po48
-rw-r--r--source/pt/sfx2/messages.po168
-rw-r--r--source/pt/starmath/messages.po268
-rw-r--r--source/pt/svtools/messages.po16
-rw-r--r--source/pt/svx/messages.po40
-rw-r--r--source/pt/sw/messages.po190
-rw-r--r--source/pt/vcl/messages.po12
-rw-r--r--source/ro/cui/messages.po32
-rw-r--r--source/ro/dbaccess/messages.po12
-rw-r--r--source/ro/filter/messages.po40
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po232
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ro/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po49
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ro/helpcontent2/source/text/swriter/02.po28
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ro/sd/messages.po48
-rw-r--r--source/ro/sfx2/messages.po152
-rw-r--r--source/ro/starmath/messages.po264
-rw-r--r--source/ro/svtools/messages.po14
-rw-r--r--source/ro/svx/messages.po38
-rw-r--r--source/ro/sw/messages.po106
-rw-r--r--source/ro/vcl/messages.po10
-rw-r--r--source/ru/cui/messages.po38
-rw-r--r--source/ru/dbaccess/messages.po12
-rw-r--r--source/ru/filter/messages.po42
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ru/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ru/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ru/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/ru/sd/messages.po48
-rw-r--r--source/ru/sfx2/messages.po152
-rw-r--r--source/ru/starmath/messages.po264
-rw-r--r--source/ru/svtools/messages.po14
-rw-r--r--source/ru/svx/messages.po38
-rw-r--r--source/ru/sw/messages.po126
-rw-r--r--source/ru/vcl/messages.po12
-rw-r--r--source/rw/cui/messages.po32
-rw-r--r--source/rw/dbaccess/messages.po12
-rw-r--r--source/rw/filter/messages.po38
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/rw/sd/messages.po52
-rw-r--r--source/rw/sfx2/messages.po153
-rw-r--r--source/rw/starmath/messages.po264
-rw-r--r--source/rw/svtools/messages.po14
-rw-r--r--source/rw/svx/messages.po38
-rw-r--r--source/rw/sw/messages.po106
-rw-r--r--source/rw/vcl/messages.po10
-rw-r--r--source/sa-IN/cui/messages.po32
-rw-r--r--source/sa-IN/dbaccess/messages.po12
-rw-r--r--source/sa-IN/filter/messages.po38
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/sa-IN/sd/messages.po52
-rw-r--r--source/sa-IN/sfx2/messages.po153
-rw-r--r--source/sa-IN/starmath/messages.po264
-rw-r--r--source/sa-IN/svtools/messages.po14
-rw-r--r--source/sa-IN/svx/messages.po38
-rw-r--r--source/sa-IN/sw/messages.po106
-rw-r--r--source/sa-IN/vcl/messages.po10
-rw-r--r--source/sah/cui/messages.po32
-rw-r--r--source/sah/dbaccess/messages.po12
-rw-r--r--source/sah/filter/messages.po38
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/sah/sd/messages.po46
-rw-r--r--source/sah/sfx2/messages.po152
-rw-r--r--source/sah/starmath/messages.po264
-rw-r--r--source/sah/svtools/messages.po14
-rw-r--r--source/sah/svx/messages.po38
-rw-r--r--source/sah/sw/messages.po106
-rw-r--r--source/sah/vcl/messages.po10
-rw-r--r--source/sat/cui/messages.po32
-rw-r--r--source/sat/dbaccess/messages.po12
-rw-r--r--source/sat/filter/messages.po38
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/sat/sd/messages.po51
-rw-r--r--source/sat/sfx2/messages.po152
-rw-r--r--source/sat/starmath/messages.po264
-rw-r--r--source/sat/svtools/messages.po14
-rw-r--r--source/sat/svx/messages.po38
-rw-r--r--source/sat/sw/messages.po106
-rw-r--r--source/sat/vcl/messages.po10
-rw-r--r--source/sd/cui/messages.po32
-rw-r--r--source/sd/dbaccess/messages.po12
-rw-r--r--source/sd/filter/messages.po38
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/sd/sd/messages.po52
-rw-r--r--source/sd/sfx2/messages.po153
-rw-r--r--source/sd/starmath/messages.po264
-rw-r--r--source/sd/svtools/messages.po14
-rw-r--r--source/sd/svx/messages.po38
-rw-r--r--source/sd/sw/messages.po106
-rw-r--r--source/sd/vcl/messages.po10
-rw-r--r--source/si/cui/messages.po32
-rw-r--r--source/si/dbaccess/messages.po12
-rw-r--r--source/si/filter/messages.po38
-rw-r--r--source/si/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/si/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/si/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/si/helpcontent2/source/text/swriter.po57
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/si/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/si/sd/messages.po51
-rw-r--r--source/si/sfx2/messages.po153
-rw-r--r--source/si/starmath/messages.po264
-rw-r--r--source/si/svtools/messages.po14
-rw-r--r--source/si/svx/messages.po38
-rw-r--r--source/si/sw/messages.po106
-rw-r--r--source/si/vcl/messages.po10
-rw-r--r--source/sid/cui/messages.po34
-rw-r--r--source/sid/dbaccess/messages.po12
-rw-r--r--source/sid/filter/messages.po40
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/sid/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sid/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/sid/helpcontent2/source/text/swriter.po57
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sid/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/sid/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/sid/sd/messages.po51
-rw-r--r--source/sid/sfx2/messages.po152
-rw-r--r--source/sid/starmath/messages.po264
-rw-r--r--source/sid/svtools/messages.po14
-rw-r--r--source/sid/svx/messages.po38
-rw-r--r--source/sid/sw/messages.po118
-rw-r--r--source/sid/vcl/messages.po10
-rw-r--r--source/sk/cui/messages.po42
-rw-r--r--source/sk/dbaccess/messages.po12
-rw-r--r--source/sk/filter/messages.po40
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po254
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sk/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/sk/helpcontent2/source/text/swriter.po57
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sk/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/sk/sd/messages.po46
-rw-r--r--source/sk/sfx2/messages.po152
-rw-r--r--source/sk/starmath/messages.po264
-rw-r--r--source/sk/svtools/messages.po14
-rw-r--r--source/sk/svx/messages.po38
-rw-r--r--source/sk/sw/messages.po126
-rw-r--r--source/sk/vcl/messages.po12
-rw-r--r--source/sq/cui/messages.po32
-rw-r--r--source/sq/dbaccess/messages.po12
-rw-r--r--source/sq/filter/messages.po38
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po64
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sq/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/sq/helpcontent2/source/text/swriter.po55
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sq/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/sq/sd/messages.po49
-rw-r--r--source/sq/sfx2/messages.po152
-rw-r--r--source/sq/starmath/messages.po264
-rw-r--r--source/sq/svtools/messages.po14
-rw-r--r--source/sq/svx/messages.po38
-rw-r--r--source/sq/sw/messages.po106
-rw-r--r--source/sq/vcl/messages.po10
-rw-r--r--source/sr-Latn/cui/messages.po32
-rw-r--r--source/sr-Latn/dbaccess/messages.po12
-rw-r--r--source/sr-Latn/filter/messages.po40
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po61
-rw-r--r--source/sr-Latn/sd/messages.po52
-rw-r--r--source/sr-Latn/sfx2/messages.po153
-rw-r--r--source/sr-Latn/starmath/messages.po264
-rw-r--r--source/sr-Latn/svtools/messages.po14
-rw-r--r--source/sr-Latn/svx/messages.po38
-rw-r--r--source/sr-Latn/sw/messages.po106
-rw-r--r--source/sr-Latn/vcl/messages.po10
-rw-r--r--source/sr/cui/messages.po232
-rw-r--r--source/sr/dbaccess/messages.po12
-rw-r--r--source/sr/dictionaries/bs_BA.po16
-rw-r--r--source/sr/dictionaries/da_DK.po16
-rw-r--r--source/sr/dictionaries/es.po12
-rw-r--r--source/sr/dictionaries/gd_GB.po16
-rw-r--r--source/sr/dictionaries/gug.po16
-rw-r--r--source/sr/dictionaries/id.po12
-rw-r--r--source/sr/dictionaries/is.po16
-rw-r--r--source/sr/dictionaries/kmr_Latn.po15
-rw-r--r--source/sr/dictionaries/pt_BR/dialog.po15
-rw-r--r--source/sr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po16
-rw-r--r--source/sr/dictionaries/sv_SE.po16
-rw-r--r--source/sr/dictionaries/tr_TR.po12
-rw-r--r--source/sr/editeng/messages.po89
-rw-r--r--source/sr/extensions/source/update/check/org/openoffice/Office.po16
-rw-r--r--source/sr/extras/source/gallery/share.po27
-rw-r--r--source/sr/filter/messages.po42
-rw-r--r--source/sr/filter/source/config/fragments/internalgraphicfilters.po95
-rw-r--r--source/sr/forms/messages.po13
-rw-r--r--source/sr/nlpsolver/src/locale.po13
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice.po28
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office.po119
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po4703
-rw-r--r--source/sr/reportdesign/messages.po14
-rw-r--r--source/sr/scp2/source/activex.po15
-rw-r--r--source/sr/scp2/source/extensions.po24
-rw-r--r--source/sr/scp2/source/gnome.po11
-rw-r--r--source/sr/scp2/source/impress.po37
-rw-r--r--source/sr/sd/messages.po54
-rw-r--r--source/sr/sfx2/messages.po153
-rw-r--r--source/sr/shell/source/win32/shlxthandler/res.po49
-rw-r--r--source/sr/starmath/messages.po264
-rw-r--r--source/sr/svtools/messages.po14
-rw-r--r--source/sr/svx/messages.po38
-rw-r--r--source/sr/sw/messages.po4017
-rw-r--r--source/sr/sysui/desktop/share.po115
-rw-r--r--source/sr/uui/messages.po19
-rw-r--r--source/sr/vcl/messages.po12
-rw-r--r--source/sr/writerperfect/messages.po66
-rw-r--r--source/ss/cui/messages.po32
-rw-r--r--source/ss/dbaccess/messages.po12
-rw-r--r--source/ss/filter/messages.po38
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/ss/sd/messages.po52
-rw-r--r--source/ss/sfx2/messages.po153
-rw-r--r--source/ss/starmath/messages.po264
-rw-r--r--source/ss/svtools/messages.po14
-rw-r--r--source/ss/svx/messages.po38
-rw-r--r--source/ss/sw/messages.po106
-rw-r--r--source/ss/vcl/messages.po10
-rw-r--r--source/st/cui/messages.po32
-rw-r--r--source/st/dbaccess/messages.po12
-rw-r--r--source/st/filter/messages.po38
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/st/sd/messages.po52
-rw-r--r--source/st/sfx2/messages.po153
-rw-r--r--source/st/starmath/messages.po264
-rw-r--r--source/st/svtools/messages.po14
-rw-r--r--source/st/svx/messages.po38
-rw-r--r--source/st/sw/messages.po106
-rw-r--r--source/st/vcl/messages.po10
-rw-r--r--source/sv/cui/messages.po42
-rw-r--r--source/sv/dbaccess/messages.po12
-rw-r--r--source/sv/filter/messages.po40
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/sv/helpcontent2/source/text/swriter.po57
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/sv/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/sv/sd/messages.po46
-rw-r--r--source/sv/sfx2/messages.po152
-rw-r--r--source/sv/starmath/messages.po264
-rw-r--r--source/sv/svtools/messages.po16
-rw-r--r--source/sv/svx/messages.po38
-rw-r--r--source/sv/sw/messages.po126
-rw-r--r--source/sv/vcl/messages.po10
-rw-r--r--source/sw-TZ/cui/messages.po32
-rw-r--r--source/sw-TZ/dbaccess/messages.po12
-rw-r--r--source/sw-TZ/filter/messages.po38
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/sw-TZ/sd/messages.po52
-rw-r--r--source/sw-TZ/sfx2/messages.po153
-rw-r--r--source/sw-TZ/starmath/messages.po264
-rw-r--r--source/sw-TZ/svtools/messages.po14
-rw-r--r--source/sw-TZ/svx/messages.po38
-rw-r--r--source/sw-TZ/sw/messages.po106
-rw-r--r--source/sw-TZ/vcl/messages.po10
-rw-r--r--source/szl/cui/messages.po32
-rw-r--r--source/szl/dbaccess/messages.po12
-rw-r--r--source/szl/filter/messages.po40
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/szl/sd/messages.po46
-rw-r--r--source/szl/sfx2/messages.po152
-rw-r--r--source/szl/starmath/messages.po264
-rw-r--r--source/szl/svtools/messages.po14
-rw-r--r--source/szl/svx/messages.po38
-rw-r--r--source/szl/sw/messages.po108
-rw-r--r--source/szl/vcl/messages.po10
-rw-r--r--source/ta/cui/messages.po32
-rw-r--r--source/ta/dbaccess/messages.po12
-rw-r--r--source/ta/filter/messages.po40
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ta/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po236
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ta/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ta/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ta/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ta/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ta/sd/messages.po49
-rw-r--r--source/ta/sfx2/messages.po152
-rw-r--r--source/ta/starmath/messages.po264
-rw-r--r--source/ta/svtools/messages.po14
-rw-r--r--source/ta/svx/messages.po38
-rw-r--r--source/ta/sw/messages.po110
-rw-r--r--source/ta/vcl/messages.po10
-rw-r--r--source/te/cui/messages.po32
-rw-r--r--source/te/dbaccess/messages.po12
-rw-r--r--source/te/filter/messages.po40
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/te/sd/messages.po51
-rw-r--r--source/te/sfx2/messages.po152
-rw-r--r--source/te/starmath/messages.po264
-rw-r--r--source/te/svtools/messages.po14
-rw-r--r--source/te/svx/messages.po38
-rw-r--r--source/te/sw/messages.po106
-rw-r--r--source/te/vcl/messages.po10
-rw-r--r--source/tg/cui/messages.po32
-rw-r--r--source/tg/dbaccess/messages.po12
-rw-r--r--source/tg/filter/messages.po38
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/tg/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po68
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po242
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/tg/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/tg/helpcontent2/source/text/swriter.po57
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/tg/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/tg/sd/messages.po52
-rw-r--r--source/tg/sfx2/messages.po153
-rw-r--r--source/tg/starmath/messages.po264
-rw-r--r--source/tg/svtools/messages.po14
-rw-r--r--source/tg/svx/messages.po38
-rw-r--r--source/tg/sw/messages.po106
-rw-r--r--source/tg/vcl/messages.po10
-rw-r--r--source/th/cui/messages.po32
-rw-r--r--source/th/dbaccess/messages.po12
-rw-r--r--source/th/filter/messages.po38
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/th/sd/messages.po52
-rw-r--r--source/th/sfx2/messages.po152
-rw-r--r--source/th/starmath/messages.po264
-rw-r--r--source/th/svtools/messages.po14
-rw-r--r--source/th/svx/messages.po38
-rw-r--r--source/th/sw/messages.po106
-rw-r--r--source/th/vcl/messages.po10
-rw-r--r--source/ti/cui/messages.po32
-rw-r--r--source/ti/dbaccess/messages.po12
-rw-r--r--source/ti/filter/messages.po38
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/ti/sd/messages.po46
-rw-r--r--source/ti/sfx2/messages.po152
-rw-r--r--source/ti/starmath/messages.po264
-rw-r--r--source/ti/svtools/messages.po14
-rw-r--r--source/ti/svx/messages.po38
-rw-r--r--source/ti/sw/messages.po106
-rw-r--r--source/ti/vcl/messages.po10
-rw-r--r--source/tn/cui/messages.po32
-rw-r--r--source/tn/dbaccess/messages.po12
-rw-r--r--source/tn/filter/messages.po38
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/tn/sd/messages.po52
-rw-r--r--source/tn/sfx2/messages.po152
-rw-r--r--source/tn/starmath/messages.po264
-rw-r--r--source/tn/svtools/messages.po14
-rw-r--r--source/tn/svx/messages.po38
-rw-r--r--source/tn/sw/messages.po106
-rw-r--r--source/tn/vcl/messages.po10
-rw-r--r--source/tr/cui/messages.po42
-rw-r--r--source/tr/dbaccess/messages.po12
-rw-r--r--source/tr/filter/messages.po42
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po260
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/tr/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po57
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/tr/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/tr/sd/messages.po48
-rw-r--r--source/tr/sfx2/messages.po152
-rw-r--r--source/tr/starmath/messages.po264
-rw-r--r--source/tr/svtools/messages.po14
-rw-r--r--source/tr/svx/messages.po38
-rw-r--r--source/tr/sw/messages.po126
-rw-r--r--source/tr/vcl/messages.po12
-rw-r--r--source/ts/cui/messages.po32
-rw-r--r--source/ts/dbaccess/messages.po12
-rw-r--r--source/ts/filter/messages.po38
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/ts/sd/messages.po52
-rw-r--r--source/ts/sfx2/messages.po153
-rw-r--r--source/ts/starmath/messages.po264
-rw-r--r--source/ts/svtools/messages.po14
-rw-r--r--source/ts/svx/messages.po38
-rw-r--r--source/ts/sw/messages.po106
-rw-r--r--source/ts/vcl/messages.po10
-rw-r--r--source/tt/cui/messages.po32
-rw-r--r--source/tt/dbaccess/messages.po12
-rw-r--r--source/tt/filter/messages.po38
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/tt/sd/messages.po52
-rw-r--r--source/tt/sfx2/messages.po153
-rw-r--r--source/tt/starmath/messages.po264
-rw-r--r--source/tt/svtools/messages.po14
-rw-r--r--source/tt/svx/messages.po38
-rw-r--r--source/tt/sw/messages.po106
-rw-r--r--source/tt/vcl/messages.po10
-rw-r--r--source/ug/cui/messages.po32
-rw-r--r--source/ug/dbaccess/messages.po12
-rw-r--r--source/ug/filter/messages.po40
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/ug/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po240
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/ug/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/ug/helpcontent2/source/text/swriter.po57
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/ug/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/ug/sd/messages.po51
-rw-r--r--source/ug/sfx2/messages.po152
-rw-r--r--source/ug/starmath/messages.po264
-rw-r--r--source/ug/svtools/messages.po14
-rw-r--r--source/ug/svx/messages.po38
-rw-r--r--source/ug/sw/messages.po106
-rw-r--r--source/ug/vcl/messages.po10
-rw-r--r--source/uk/cui/messages.po242
-rw-r--r--source/uk/dbaccess/messages.po12
-rw-r--r--source/uk/filter/messages.po42
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/python.po8
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po62
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po250
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po57
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po59
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/uk/sc/messages.po47
-rw-r--r--source/uk/sd/messages.po54
-rw-r--r--source/uk/sfx2/messages.po154
-rw-r--r--source/uk/starmath/messages.po264
-rw-r--r--source/uk/svtools/messages.po14
-rw-r--r--source/uk/svx/messages.po38
-rw-r--r--source/uk/sw/messages.po126
-rw-r--r--source/uk/vcl/messages.po12
-rw-r--r--source/ur/cui/messages.po32
-rw-r--r--source/ur/dbaccess/messages.po12
-rw-r--r--source/ur/filter/messages.po38
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--source/ur/sd/messages.po46
-rw-r--r--source/ur/sfx2/messages.po152
-rw-r--r--source/ur/starmath/messages.po264
-rw-r--r--source/ur/svtools/messages.po14
-rw-r--r--source/ur/svx/messages.po38
-rw-r--r--source/ur/sw/messages.po106
-rw-r--r--source/ur/vcl/messages.po10
-rw-r--r--source/uz/cui/messages.po32
-rw-r--r--source/uz/dbaccess/messages.po12
-rw-r--r--source/uz/filter/messages.po38
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--source/uz/sd/messages.po52
-rw-r--r--source/uz/sfx2/messages.po153
-rw-r--r--source/uz/starmath/messages.po264
-rw-r--r--source/uz/svtools/messages.po14
-rw-r--r--source/uz/svx/messages.po38
-rw-r--r--source/uz/sw/messages.po106
-rw-r--r--source/uz/vcl/messages.po10
-rw-r--r--source/ve/cui/messages.po32
-rw-r--r--source/ve/dbaccess/messages.po12
-rw-r--r--source/ve/filter/messages.po38
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/ve/sd/messages.po52
-rw-r--r--source/ve/sfx2/messages.po153
-rw-r--r--source/ve/starmath/messages.po264
-rw-r--r--source/ve/svtools/messages.po14
-rw-r--r--source/ve/svx/messages.po38
-rw-r--r--source/ve/sw/messages.po106
-rw-r--r--source/ve/vcl/messages.po10
-rw-r--r--source/vec/cui/messages.po32
-rw-r--r--source/vec/dbaccess/messages.po12
-rw-r--r--source/vec/filter/messages.po40
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/vec/sd/messages.po46
-rw-r--r--source/vec/sfx2/messages.po152
-rw-r--r--source/vec/starmath/messages.po264
-rw-r--r--source/vec/svtools/messages.po14
-rw-r--r--source/vec/svx/messages.po38
-rw-r--r--source/vec/sw/messages.po108
-rw-r--r--source/vec/vcl/messages.po10
-rw-r--r--source/vi/cui/messages.po38
-rw-r--r--source/vi/dbaccess/messages.po12
-rw-r--r--source/vi/filter/messages.po40
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/vi/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/vi/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/vi/helpcontent2/source/text/swriter.po57
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/vi/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--source/vi/sd/messages.po51
-rw-r--r--source/vi/sfx2/messages.po153
-rw-r--r--source/vi/starmath/messages.po264
-rw-r--r--source/vi/svtools/messages.po14
-rw-r--r--source/vi/svx/messages.po38
-rw-r--r--source/vi/sw/messages.po120
-rw-r--r--source/vi/vcl/messages.po10
-rw-r--r--source/xh/cui/messages.po32
-rw-r--r--source/xh/dbaccess/messages.po12
-rw-r--r--source/xh/filter/messages.po38
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/xh/sd/messages.po52
-rw-r--r--source/xh/sfx2/messages.po153
-rw-r--r--source/xh/starmath/messages.po264
-rw-r--r--source/xh/svtools/messages.po14
-rw-r--r--source/xh/svx/messages.po38
-rw-r--r--source/xh/sw/messages.po106
-rw-r--r--source/xh/vcl/messages.po10
-rw-r--r--source/zh-CN/cui/messages.po42
-rw-r--r--source/zh-CN/dbaccess/messages.po12
-rw-r--r--source/zh-CN/filter/messages.po40
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared.po72
-rw-r--r--source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po262
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po80
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter.po57
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/zh-CN/sd/messages.po46
-rw-r--r--source/zh-CN/sfx2/messages.po152
-rw-r--r--source/zh-CN/starmath/messages.po264
-rw-r--r--source/zh-CN/svtools/messages.po14
-rw-r--r--source/zh-CN/svx/messages.po38
-rw-r--r--source/zh-CN/sw/messages.po126
-rw-r--r--source/zh-CN/vcl/messages.po10
-rw-r--r--source/zh-TW/accessibility/messages.po34
-rw-r--r--source/zh-TW/avmedia/messages.po32
-rw-r--r--source/zh-TW/basctl/messages.po32
-rw-r--r--source/zh-TW/basic/messages.po36
-rw-r--r--source/zh-TW/chart2/messages.po34
-rw-r--r--source/zh-TW/connectivity/messages.po32
-rw-r--r--source/zh-TW/cui/messages.po76
-rw-r--r--source/zh-TW/dbaccess/messages.po44
-rw-r--r--source/zh-TW/desktop/messages.po32
-rw-r--r--source/zh-TW/dictionaries/da_DK.po16
-rw-r--r--source/zh-TW/dictionaries/es.po12
-rw-r--r--source/zh-TW/dictionaries/pt_PT.po12
-rw-r--r--source/zh-TW/dictionaries/sq_AL.po10
-rw-r--r--source/zh-TW/editeng/messages.po32
-rw-r--r--source/zh-TW/extensions/messages.po32
-rw-r--r--source/zh-TW/filter/messages.po70
-rw-r--r--source/zh-TW/forms/messages.po34
-rw-r--r--source/zh-TW/formula/messages.po38
-rw-r--r--source/zh-TW/fpicker/messages.po40
-rw-r--r--source/zh-TW/framework/messages.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/python.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared.po68
-rw-r--r--source/zh-TW/helpcontent2/source/text/sbasic/shared/03.po3373
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po256
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po74
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter.po57
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/02.po32
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/zh-TW/oox/messages.po32
-rw-r--r--source/zh-TW/reportdesign/messages.po32
-rw-r--r--source/zh-TW/sc/messages.po42
-rw-r--r--source/zh-TW/scaddins/messages.po38
-rw-r--r--source/zh-TW/sccomp/messages.po34
-rw-r--r--source/zh-TW/sd/messages.po76
-rw-r--r--source/zh-TW/sfx2/messages.po182
-rw-r--r--source/zh-TW/shell/messages.po32
-rw-r--r--source/zh-TW/starmath/messages.po294
-rw-r--r--source/zh-TW/svl/messages.po32
-rw-r--r--source/zh-TW/svtools/messages.po48
-rw-r--r--source/zh-TW/svx/messages.po86
-rw-r--r--source/zh-TW/sw/messages.po150
-rw-r--r--source/zh-TW/uui/messages.po30
-rw-r--r--source/zh-TW/vcl/messages.po40
-rw-r--r--source/zh-TW/wizards/messages.po32
-rw-r--r--source/zh-TW/writerperfect/messages.po32
-rw-r--r--source/zh-TW/xmlsecurity/messages.po32
-rw-r--r--source/zu/cui/messages.po32
-rw-r--r--source/zu/dbaccess/messages.po12
-rw-r--r--source/zu/filter/messages.po38
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po65
-rw-r--r--source/zu/sd/messages.po52
-rw-r--r--source/zu/sfx2/messages.po153
-rw-r--r--source/zu/starmath/messages.po264
-rw-r--r--source/zu/svtools/messages.po14
-rw-r--r--source/zu/svx/messages.po38
-rw-r--r--source/zu/sw/messages.po106
-rw-r--r--source/zu/vcl/messages.po10
2513 files changed, 289299 insertions, 89359 deletions
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index c18a847a157..0765da08fe0 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
@@ -5828,14 +5828,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr ""
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Аҷыдаҟазшьақәа"
@@ -12813,10 +12819,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12831,10 +12837,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Иалагатәуп аҟынтәи:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -12957,10 +12963,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -17936,10 +17942,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -17948,10 +17954,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Алхра"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index a0b70d342ae..0193cda6782 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/dbaccess/messages.po
@@ -3,14 +3,15 @@ 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: 2021-02-05 18:58+0100\n"
-"PO-Revision-Date: 2019-06-07 09:49+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559900980.000000\n"
@@ -438,7 +439,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:78
msgctxt "RID_STR_EXPRESSION1"
msgid "Expression1"
-msgstr ""
+msgstr "Аҵакҭаҩ1"
#. 32Lgg
#: dbaccess/inc/strings.hrc:79
@@ -534,7 +535,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:96
msgctxt "STR_QUERY_UNDO_TABWINSHOW"
msgid "Add Table Window"
-msgstr ""
+msgstr "Иацҵатәуп атаблица аԥенџьыр"
#. DUDsr
#: dbaccess/inc/strings.hrc:97
@@ -546,19 +547,19 @@ msgstr ""
#: dbaccess/inc/strings.hrc:98
msgctxt "STR_QUERY_UNDO_INSERTCONNECTION"
msgid "Insert Join"
-msgstr ""
+msgstr "Иҭаргылатәуп аимадара"
#. isNxK
#: dbaccess/inc/strings.hrc:99
msgctxt "STR_QUERY_UNDO_REMOVECONNECTION"
msgid "Delete Join"
-msgstr ""
+msgstr "Ианыхтәуп аимадара"
#. 9Uu5p
#: dbaccess/inc/strings.hrc:100
msgctxt "STR_QUERY_UNDO_SIZETABWIN"
msgid "Resize table window"
-msgstr ""
+msgstr "Иԥсахтәуп атаблица аԥенџьыр ашәагаа"
#. 3qaWu
#: dbaccess/inc/strings.hrc:101
@@ -640,10 +641,9 @@ msgstr "Зегьы"
#. Zz34h
#: dbaccess/inc/strings.hrc:114
-#, fuzzy
msgctxt "STR_QRY_TOO_MANY_COLUMNS"
msgid "There are too many columns."
-msgstr "Атаблицақәа мыцхәцәоуп."
+msgstr "Аиҵаҩқәа мыцхәцәоуп."
#. hY4NU
#: dbaccess/inc/strings.hrc:115
@@ -906,24 +906,21 @@ msgstr "Иаҧҵатәуп аҳасабырба адизаин арежим ал
#. mGsho
#: dbaccess/inc/strings.hrc:163
-#, fuzzy
msgctxt "RID_STR_NEW_QUERY"
msgid "Create Query in Design View..."
-msgstr "Иаҧҵатәуп атаблица адизаин арежим ала..."
+msgstr "Иаԥҵатәуп азыҳәара адизаин арежим ала..."
#. sfADq
#: dbaccess/inc/strings.hrc:164
-#, fuzzy
msgctxt "RID_STR_NEW_QUERY_SQL"
msgid "Create Query in SQL View..."
-msgstr "Иаҧҵатәуп атаблица адизаин арежим ала..."
+msgstr "Иаԥҵатәуп азыҳәара SQL арежим ала..."
#. 57XvA
#: dbaccess/inc/strings.hrc:165
-#, fuzzy
msgctxt "RID_STR_NEW_QUERY_AUTO"
msgid "Use Wizard to Create Query..."
-msgstr "Ихархәатәуп атаблица аҧҵара азҟаза..."
+msgstr "Ихархәатәуп азҟаза азыҳәара аԥҵаразы ..."
#. wzNZ2
#: dbaccess/inc/strings.hrc:166
@@ -1057,10 +1054,9 @@ msgstr "Аҳасабырба~ахьӡ"
#. 8RUit
#: dbaccess/inc/strings.hrc:189
-#, fuzzy
msgctxt "STR_FOLDER_LABEL"
msgid "F~older name"
-msgstr "&Аҭаӡ ахьӡ:"
+msgstr "Акаталог ахьӡ"
#. Twota
#: dbaccess/inc/strings.hrc:190
@@ -1135,10 +1131,9 @@ msgstr ""
#. GQDBD
#: dbaccess/inc/strings.hrc:205
-#, fuzzy
msgctxt "STR_TITLE_PASTE_AS"
msgid "Insert as"
-msgstr "Ибжьаргылатәуп $1"
+msgstr "Иҭаргылатәуп абас"
#. yGyEU
#: dbaccess/inc/strings.hrc:207
@@ -1561,10 +1556,9 @@ msgstr "Аҭаӡ"
#. U2bRK
#: dbaccess/inc/strings.hrc:276
-#, fuzzy
msgctxt "STR_DATABASE_TYPE_CHANGE"
msgid "Database properties"
-msgstr "Адырқәа рбаза аҷыдаҟазшьақәа"
+msgstr "Адырқәа рбаза архиарақәа"
#. etNzz
#: dbaccess/inc/strings.hrc:277
@@ -1739,12 +1733,13 @@ msgstr ""
#. cGJja
#: dbaccess/inc/strings.hrc:308
-#, fuzzy
msgctxt "STR_NAMED_OBJECT_ALREADY_EXISTS"
msgid ""
"The name '$#$' already exists.\n"
"Please enter another name."
-msgstr "Ахьӡ «%1» ыҟоуп. Иалышәх даҽа хьӡык."
+msgstr ""
+"Ахьӡ «$#$» ыҟоуп. \n"
+"Иалышәх даҽа хьӡык."
#. xTNjt
#. #i96130# use hard coded name
@@ -2293,10 +2288,9 @@ msgstr "Еиҳау-еиҵоула"
#. DpB67
#: dbaccess/inc/strings.hrc:405
-#, fuzzy
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
-msgstr "Ианыхтәума ажәар?"
+msgstr "Ианыхтәума аиндекс «$name$»?"
#. 3sTLe
#: dbaccess/inc/strings.hrc:406
@@ -2492,10 +2486,9 @@ msgstr ""
#. nFRsS
#: dbaccess/inc/strings.hrc:444
-#, fuzzy
msgctxt "STR_QUERY_REL_EDIT"
msgid "Edit..."
-msgstr "Иҧсахтәуп..."
+msgstr "Ариашара..."
#. yRkFG
#: dbaccess/inc/strings.hrc:445
@@ -2921,10 +2914,9 @@ msgstr ""
#. DqAFB
#: dbaccess/uiconfig/ui/dbaseindexdialog.ui:362
-#, fuzzy
msgctxt "dbaseindexdialog|label2"
msgid "Assignment"
-msgstr "Аиҟаратәра"
+msgstr "Азалхра"
#. nLTCr
#: dbaccess/uiconfig/ui/dbasepage.ui:32
@@ -2964,10 +2956,9 @@ msgstr "Аиндексқәа..."
#. JTECg
#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:34
-#, fuzzy
msgctxt "dbwizconnectionpage|helptext"
msgid "label"
-msgstr "Анапаҵаҩра"
+msgstr "адҩыла"
#. hDn8s
#: dbaccess/uiconfig/ui/dbwizconnectionpage.ui:59
@@ -3232,10 +3223,9 @@ msgstr "Аиҟаратәра"
#. M2WyU
#: dbaccess/uiconfig/ui/fielddialog.ui:211
-#, fuzzy
msgctxt "fielddialog|alttitle"
msgid "Table Format"
-msgstr "Атаблица аформат..."
+msgstr "Атаблица аформат"
#. nTFUa
#: dbaccess/uiconfig/ui/finalpagewizard.ui:18
@@ -3387,32 +3377,31 @@ msgid "Socket:"
msgstr "Асокет:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
-#, fuzzy
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
-msgstr "JDBC адраивер акласс:"
+msgstr "JDBC MySQL азы адраивер акласс:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Акласс атест"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Аҿакра архиарақәа"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Акодркра:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
@@ -3467,17 +3456,15 @@ msgstr "Уажәтәи аиндекс ахьӡ ҧсахтәуп"
#. Bqozz
#: dbaccess/uiconfig/ui/indexdesigndialog.ui:132
-#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_SAVE"
msgid "Save Current Index"
-msgstr "Уажәтәи аиндекс ахьӡ ҧсахтәуп"
+msgstr "Еиқәырхатәуп уажәтәи аиндекс"
#. Dxbbx
#: dbaccess/uiconfig/ui/indexdesigndialog.ui:146
-#, fuzzy
msgctxt "indexdesigndialog|ID_INDEX_RESET"
msgid "Reset Current Index"
-msgstr "Ианыхтәуп уажәтәи аиндекс"
+msgstr "Еиҭашьақәыргылатәуп уажәтәи аиндекс"
#. RqkCS
#: dbaccess/uiconfig/ui/indexdesigndialog.ui:244
@@ -3547,10 +3534,9 @@ msgstr "Акласс атест"
#. hNXMZ
#: dbaccess/uiconfig/ui/joindialog.ui:8
-#, fuzzy
msgctxt "joindialog|JoinDialog"
msgid "Join Properties"
-msgstr "JDBC аҷыдаҟазшьақәа"
+msgstr "Аимадара аҷыдаҟазшьақәа"
#. YUCgu
#: dbaccess/uiconfig/ui/joindialog.ui:131
@@ -3626,10 +3612,9 @@ msgstr "Ианыхтәуп"
#. phaLD
#: dbaccess/uiconfig/ui/joinviewmenu.ui:20
-#, fuzzy
msgctxt "joinviewmenu|edit"
msgid "Edit..."
-msgstr "Иҧсахтәуп..."
+msgstr "Ариашара..."
#. KF2HS
#: dbaccess/uiconfig/ui/keymenu.ui:12
@@ -3657,10 +3642,9 @@ msgstr "Асервер:"
#. Xp6uQ
#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:77
-#, fuzzy
msgctxt "ldapconnectionpage|portNumLabel"
msgid "_Port number:"
-msgstr "_Апорт:"
+msgstr "Апорт:"
#. Gcxv9
#: dbaccess/uiconfig/ui/ldapconnectionpage.ui:125
@@ -3694,10 +3678,9 @@ msgstr "Ихархәатәуп ихьчоу аҿакра (SSL)"
#. uYkAF
#: dbaccess/uiconfig/ui/ldappage.ui:86
-#, fuzzy
msgctxt "ldappage|label2"
msgid "_Port number:"
-msgstr "_Апорт:"
+msgstr "Апорт:"
#. UMj7r
#: dbaccess/uiconfig/ui/ldappage.ui:114
@@ -3929,10 +3912,9 @@ msgstr "Ахархәаҩ «$name$: $»"
#. 9sAsA
#: dbaccess/uiconfig/ui/querycolmenu.ui:12
-#, fuzzy
msgctxt "querycolmenu|width"
msgid "Column _Width..."
-msgstr "Аиҵагыла аҭбаара"
+msgstr "Аиҵагыла аҭбаара..."
#. JBFyN
#: dbaccess/uiconfig/ui/querycolmenu.ui:26
@@ -3948,7 +3930,6 @@ msgstr "Истандарттәу афильтр"
#. Vj95w
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:95
-#, fuzzy
msgctxt "queryfilterdialog|label2"
msgid "Operator"
msgstr "Аоператор"
@@ -4105,14 +4086,12 @@ msgstr ""
#. PFZ8z
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:316
-#, fuzzy
msgctxt "queryfilterdialog|op2"
msgid "AND"
msgstr "AND"
#. pQza3
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:317
-#, fuzzy
msgctxt "queryfilterdialog|op2"
msgid "OR"
msgstr "OR"
@@ -4125,14 +4104,12 @@ msgstr ""
#. EaXyP
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:336
-#, fuzzy
msgctxt "queryfilterdialog|op3"
msgid "AND"
msgstr "AND"
#. DV78L
#: dbaccess/uiconfig/ui/queryfilterdialog.ui:337
-#, fuzzy
msgctxt "queryfilterdialog|op3"
msgid "OR"
msgstr "OR"
@@ -4181,10 +4158,9 @@ msgstr "Иуникалтәу аҵакқәа"
#. peEt4
#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:8
-#, fuzzy
msgctxt "querypropertiesdialog|QueryPropertiesDialog"
msgid "Query Properties"
-msgstr "Аформа аҷыдаҟазшьақәа"
+msgstr "Азыҳәара апараметрқәа"
#. fyogK
#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:87
@@ -4218,10 +4194,9 @@ msgstr ""
#. P9quF
#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:152
-#, fuzzy
msgctxt "querypropertiesdialog|distinctvalues"
msgid "Distinct values:"
-msgstr "Иуникалтәу аҵакқәа"
+msgstr "Иуникалтәу аҵакқәа:"
#. asbjN
#: dbaccess/uiconfig/ui/querypropertiesdialog.ui:175
@@ -4417,10 +4392,9 @@ msgstr "Еиқәырхатәума аҧсахрақәа уажәтәи аинд
#. h9UfS
#: dbaccess/uiconfig/ui/savemodifieddialog.ui:12
-#, fuzzy
msgctxt "savemodifieddialog|SaveModifiedDialog"
msgid "Do you want to save the changes?"
-msgstr "Иеиқәырхатәума аҧсахрақәа?"
+msgstr "Еиқәырхатәума аԥсахрақәа?"
#. P326A
#: dbaccess/uiconfig/ui/savemodifieddialog.ui:13
@@ -4436,10 +4410,9 @@ msgstr ""
#. szD83
#: dbaccess/uiconfig/ui/sortdialog.ui:96
-#, fuzzy
msgctxt "sortdialog|label2"
msgid "Operator"
-msgstr "Аоператор"
+msgstr "Аоператорқәа"
#. UcmpV
#: dbaccess/uiconfig/ui/sortdialog.ui:108
@@ -4467,10 +4440,9 @@ msgstr ""
#. EGDpm
#: dbaccess/uiconfig/ui/sortdialog.ui:171
-#, fuzzy
msgctxt "sortdialog|value1"
msgid "ascending"
-msgstr "Еиҵоу-еиҳаула"
+msgstr "еиҵоу-еиҳаула"
#. PGxfE
#: dbaccess/uiconfig/ui/sortdialog.ui:172
@@ -4480,10 +4452,9 @@ msgstr "еиҳау-еиҵоула"
#. FqcgB
#: dbaccess/uiconfig/ui/sortdialog.ui:208
-#, fuzzy
msgctxt "sortdialog|value2"
msgid "ascending"
-msgstr "Еиҵоу-еиҳаула"
+msgstr "еиҵоу-еиҳаула"
#. E5DBL
#: dbaccess/uiconfig/ui/sortdialog.ui:209
@@ -4493,10 +4464,9 @@ msgstr "еиҳау-еиҵоула"
#. Fa8EC
#: dbaccess/uiconfig/ui/sortdialog.ui:223
-#, fuzzy
msgctxt "sortdialog|value3"
msgid "ascending"
-msgstr "Еиҵоу-еиҳаула"
+msgstr "еиҵоу-еиҳаула"
#. UFZVT
#: dbaccess/uiconfig/ui/sortdialog.ui:224
@@ -4542,10 +4512,9 @@ msgstr "Асервер:"
#. iZmbB
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:92
-#, fuzzy
msgctxt "specialjdbcconnectionpage|portNumLabel"
msgid "_Port number:"
-msgstr "_Апорт:"
+msgstr "Апорт:"
#. ECnjE
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:153
@@ -4555,10 +4524,9 @@ msgstr ""
#. dhiYx
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:188
-#, fuzzy
msgctxt "specialjdbcconnectionpage|jdbcDriverLabel"
msgid "MySQL JDBC d_river class:"
-msgstr "JDBC адраивер акласс:"
+msgstr "JDBC MySQL азы адраивер акласс:"
#. 8oG6P
#: dbaccess/uiconfig/ui/specialjdbcconnectionpage.ui:212
@@ -4754,10 +4722,9 @@ msgstr ""
#. PnMFo
#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:12
-#, fuzzy
msgctxt "tabledesignsavemodifieddialog|TableDesignSaveModifiedDialog"
msgid "Do you want to save the changes?"
-msgstr "Иеиқәырхатәума аҧсахрақәа?"
+msgstr "Еиқәырхатәума аԥсахрақәа?"
#. C3FHu
#: dbaccess/uiconfig/ui/tabledesignsavemodifieddialog.ui:13
@@ -4935,10 +4902,9 @@ msgstr ""
#. cQGgr
#: dbaccess/uiconfig/ui/typeselectpage.ui:109
-#, fuzzy
msgctxt "typeselectpage|columns"
msgid "Column Information"
-msgstr "Адокумент иазку аинформациа"
+msgstr "Аҭакыра иазку аинформациа"
#. GneVZ
#: dbaccess/uiconfig/ui/typeselectpage.ui:144
@@ -4984,10 +4950,9 @@ msgstr ""
#. L7EVW
#: dbaccess/uiconfig/ui/useradminpage.ui:92
-#, fuzzy
msgctxt "useradminpage|changepass"
msgid "Change _Password..."
-msgstr "Иҧсахтәуп ажәамаӡа"
+msgstr "Иԥсахтәуп _ажәамаӡа..."
#. vDFqX
#: dbaccess/uiconfig/ui/useradminpage.ui:106
@@ -5015,10 +4980,9 @@ msgstr "Акомпиутер ахьӡ:"
#. eDvjr
#: dbaccess/uiconfig/ui/userdetailspage.ui:56
-#, fuzzy
msgctxt "userdetailspage|portnumberft"
msgid "_Port number:"
-msgstr "_Апорт:"
+msgstr "Апорт:"
#. rEGAs
#: dbaccess/uiconfig/ui/userdetailspage.ui:95
diff --git a/source/ab/extras/source/autocorr/emoji.po b/source/ab/extras/source/autocorr/emoji.po
index 3ec4ac45b29..04c3548f9bd 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: 2021-02-08 11:26+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -114,7 +114,7 @@ msgctxt ""
"MIDDLE_DOT\n"
"LngText.text"
msgid "middle dot"
-msgstr ""
+msgstr "акәаԥ ацентр ала"
#. × (U+000D7), see http://wiki.documentfoundation.org/Emoji
#. L8X6v
@@ -664,7 +664,7 @@ msgctxt ""
"DAGGER\n"
"LngText.text"
msgid "dagger"
-msgstr ""
+msgstr "аџьар"
#. ‡ (U+02021), see http://wiki.documentfoundation.org/Emoji
#. c56EK
@@ -674,7 +674,7 @@ msgctxt ""
"DOUBLE_DAGGER\n"
"LngText.text"
msgid "dagger2"
-msgstr ""
+msgstr "аџьар 2"
#. • (U+02022), see http://wiki.documentfoundation.org/Emoji
#. mRFAh
@@ -724,7 +724,7 @@ msgctxt ""
"PER_TEN_THOUSAND_SIGN\n"
"LngText.text"
msgid "basis point"
-msgstr ""
+msgstr "абазистә пункт"
#. ′ (U+02032), see http://wiki.documentfoundation.org/Emoji
#. Yfy5x
@@ -884,7 +884,7 @@ msgctxt ""
"UPWARDS_ARROW\n"
"LngText.text"
msgid "N"
-msgstr ""
+msgstr "Аҩада"
#. → (U+02192), see http://wiki.documentfoundation.org/Emoji
#. qXYvd
@@ -894,7 +894,7 @@ msgctxt ""
"RIGHTWARDS_ARROW\n"
"LngText.text"
msgid "E"
-msgstr ""
+msgstr "Мрагылара"
#. ↓ (U+02193), see http://wiki.documentfoundation.org/Emoji
#. 8Riz5
@@ -904,7 +904,7 @@ msgctxt ""
"DOWNWARDS_ARROW\n"
"LngText.text"
msgid "S"
-msgstr ""
+msgstr "Алада"
#. ↔ (U+02194), see http://wiki.documentfoundation.org/Emoji
#. dtgFb
@@ -1094,7 +1094,7 @@ msgctxt ""
"THERE_EXISTS\n"
"LngText.text"
msgid "exists"
-msgstr ""
+msgstr "иҟоуп"
#. ∄ (U+02204), see http://wiki.documentfoundation.org/Emoji
#. AgmBJ
@@ -1104,7 +1104,7 @@ msgctxt ""
"THERE_DOES_NOT_EXIST\n"
"LngText.text"
msgid "not exists"
-msgstr ""
+msgstr "иҟаӡам"
#. ∅ (U+02205), see http://wiki.documentfoundation.org/Emoji
#. B2jLu
@@ -1154,7 +1154,7 @@ msgctxt ""
"CONTAINS_AS_MEMBER\n"
"LngText.text"
msgid "ni"
-msgstr ""
+msgstr "иаҵанакуеит"
#. ∌ (U+0220C), see http://wiki.documentfoundation.org/Emoji
#. i8AAQ
@@ -1164,7 +1164,7 @@ msgctxt ""
"DOES_NOT_CONTAIN_AS_MEMBER\n"
"LngText.text"
msgid "not ni"
-msgstr ""
+msgstr "иаҵанакӡом"
#. ∍ (U+0220D), see http://wiki.documentfoundation.org/Emoji
#. ACf4U
@@ -1334,7 +1334,7 @@ msgctxt ""
"PARALLEL_TO\n"
"LngText.text"
msgid "parallel"
-msgstr ""
+msgstr "ипараллелны"
#. ∦ (U+02226), see http://wiki.documentfoundation.org/Emoji
#. sDuNZ
@@ -1344,7 +1344,7 @@ msgctxt ""
"NOT_PARALLEL_TO\n"
"LngText.text"
msgid "nparallel"
-msgstr ""
+msgstr "ипараллеӡам"
#. ∧ (U+02227), see http://wiki.documentfoundation.org/Emoji
#. DTtod
@@ -1429,13 +1429,12 @@ msgstr "аинтеграл аконтур ала"
#. ∰ (U+02230), see http://wiki.documentfoundation.org/Emoji
#. 6cv3C
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"VOLUME_INTEGRAL\n"
"LngText.text"
msgid "integral5"
-msgstr "аинтеграл"
+msgstr "аинтеграл5"
#. ≈ (U+02248), see http://wiki.documentfoundation.org/Emoji
#. mijSG
@@ -1615,7 +1614,7 @@ msgctxt ""
"TIMER_CLOCK\n"
"LngText.text"
msgid "timer clock"
-msgstr ""
+msgstr "атаимер"
#. ⏳ (U+023F3), see http://wiki.documentfoundation.org/Emoji
#. edBNy
@@ -1830,13 +1829,12 @@ msgstr ""
#. ☁ (U+02601), see http://wiki.documentfoundation.org/Emoji
#. 5vNMi
#: emoji.ulf
-#, fuzzy
msgctxt ""
"emoji.ulf\n"
"CLOUD\n"
"LngText.text"
msgid "cloud"
-msgstr "аҧсҭҳәа 2"
+msgstr "аԥсҭҳәа"
#. ☂ (U+02602), see http://wiki.documentfoundation.org/Emoji
#. NH9jD
@@ -2076,7 +2074,7 @@ msgctxt ""
"CAUTION_SIGN\n"
"LngText.text"
msgid "caution"
-msgstr ""
+msgstr "агәаҽанҵара"
#. ☢ (U+02622), see http://wiki.documentfoundation.org/Emoji
#. SjHNN
@@ -2116,7 +2114,7 @@ msgctxt ""
"ANKH\n"
"LngText.text"
msgid "ankh"
-msgstr ""
+msgstr "анк"
#. ☦ (U+02626), see http://wiki.documentfoundation.org/Emoji
#. Hp2AS
@@ -2186,7 +2184,7 @@ msgctxt ""
"ADI_SHAKTI\n"
"LngText.text"
msgid "Adi Shakti"
-msgstr ""
+msgstr "Ади Шакти"
#. ☭ (U+0262D), see http://wiki.documentfoundation.org/Emoji
#. Ekcos
@@ -2196,7 +2194,7 @@ msgctxt ""
"HAMMER_AND_SICKLE\n"
"LngText.text"
msgid "hammer and sickle"
-msgstr ""
+msgstr "ажьаҳәеи амаганеи"
#. ☮ (U+0262E), see http://wiki.documentfoundation.org/Emoji
#. FGBij
@@ -2326,7 +2324,7 @@ msgctxt ""
"JUPITER\n"
"LngText.text"
msgid "jupiter"
-msgstr ""
+msgstr "иупитер"
#. ♄ (U+02644), see http://wiki.documentfoundation.org/Emoji
#. 2paAD
@@ -2336,7 +2334,7 @@ msgctxt ""
"SATURN\n"
"LngText.text"
msgid "saturn"
-msgstr ""
+msgstr "сатурн"
#. ♅ (U+02645), see http://wiki.documentfoundation.org/Emoji
#. LEDYc
@@ -2346,7 +2344,7 @@ msgctxt ""
"URANUS\n"
"LngText.text"
msgid "uranus"
-msgstr ""
+msgstr "уран"
#. ♆ (U+02646), see http://wiki.documentfoundation.org/Emoji
#. 7YHnR
@@ -2356,7 +2354,7 @@ msgctxt ""
"NEPTUNE\n"
"LngText.text"
msgid "neptune"
-msgstr ""
+msgstr "нептун"
#. ♇ (U+02647), see http://wiki.documentfoundation.org/Emoji
#. DbKfF
@@ -2366,7 +2364,7 @@ msgctxt ""
"PLUTO\n"
"LngText.text"
msgid "pluto"
-msgstr ""
+msgstr "плутон"
#. ♈ (U+02648), see http://wiki.documentfoundation.org/Emoji
#. 3N5E9
diff --git a/source/ab/filter/messages.po b/source/ab/filter/messages.po
index b1c48d52f24..81ad62f8365 100644
--- a/source/ab/filter/messages.po
+++ b/source/ab/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516028971.000000\n"
#. 5AQgJ
@@ -202,16 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF ахь аекспорт"
@@ -219,80 +211,80 @@ msgstr "PDF ахь аекспорт"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Иқәыргылатәуп аартразы ажәамаӡа"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "PDF/A аҵәцара"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "PDF аверсиақәа рконфликт"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Аҵәцара аныхуп"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "PDF аекспорт аҟәыхуп"
diff --git a/source/ab/filter/source/config/fragments/filters.po b/source/ab/filter/source/config/fragments/filters.po
index 280cfe1273a..f07a33c5d40 100644
--- a/source/ab/filter/source/config/fragments/filters.po
+++ b/source/ab/filter/source/config/fragments/filters.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-04-27 15:54+0200\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"PO-Revision-Date: 2021-02-09 16:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/ab/>\n"
"Language: ab\n"
@@ -174,7 +174,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Data Interchange Format"
-msgstr "Адырқәа реиҭныҧсахлара аформат"
+msgstr "Адырқәа реиҭныԥсахлара аформат"
#. NEKcH
#: DXF___AutoCAD_Interchange.xcu
@@ -184,7 +184,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "DXF - AutoCAD Interchange Format"
-msgstr "DXF - AutoCAD Адырқәа реиҭныҧсахлара аформат"
+msgstr "DXF - AutoCAD Адырқәа реиҭныԥсахлара аформат"
#. ZyiCq
#: DocBook_File.xcu
@@ -974,7 +974,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Rich Text"
-msgstr "Иформатрку атеқст"
+msgstr "Иформатрку атекст"
#. JDULv
#: Rich_Text_Format__StarCalc_.xcu
@@ -984,7 +984,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Rich Text Format (Calc)"
-msgstr "Иформатрку атеқст (Calc)"
+msgstr "Иформатрку атекст (Calc)"
#. KbNXG
#: SVG___Scalable_Vector_Graphics.xcu
@@ -1274,7 +1274,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Unified Office Format text"
-msgstr "Атеқст Unified Office Format"
+msgstr "Unified Office Format атекст"
#. ELGBU
#: VisioDocument.xcu
@@ -1974,7 +1974,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "MOV - QuickTime File Format"
-msgstr "MOV - афаил QuickTime аформат"
+msgstr "MOV - QuickTime афаил аформат"
#. Ktckf
#: writer8.xcu
diff --git a/source/ab/formula/messages.po b/source/ab/formula/messages.po
index a3f67c89436..2b7a04dd4ba 100644
--- a/source/ab/formula/messages.po
+++ b/source/ab/formula/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2020-05-20 11:22+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: Abkhazian <https://weblate.documentfoundation.org/projects/libo_ui-master/formulamessages/ab/>\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
+"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1542022329.000000\n"
#. YfKFn
@@ -77,7 +77,6 @@ msgstr ""
#. kHXXq
#: formula/inc/core_resource.hrc:2292
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "AND"
msgstr "AND"
@@ -115,10 +114,9 @@ msgstr "PI"
#. HyFVg
#. ???
#: formula/inc/core_resource.hrc:2298
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RAND"
-msgstr "AND"
+msgstr "RAND"
#. FJXfC
#: formula/inc/core_resource.hrc:2299
@@ -350,10 +348,9 @@ msgstr "АСЕКУНДҚӘА"
#. PE9Eb
#: formula/inc/core_resource.hrc:2337
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SIGN"
-msgstr "SIN"
+msgstr "АДЫРГА"
#. svANJ
#: formula/inc/core_resource.hrc:2338
@@ -837,10 +834,9 @@ msgstr "MIN"
#. AnAVr
#: formula/inc/core_resource.hrc:2418
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MINA"
-msgstr "MIN"
+msgstr "MINA"
#. Gix6E
#: formula/inc/core_resource.hrc:2419
@@ -850,10 +846,9 @@ msgstr "MAX"
#. Y6F2B
#: formula/inc/core_resource.hrc:2420
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
-msgstr "MAX"
+msgstr "MAXA"
#. CZXHr
#: formula/inc/core_resource.hrc:2421
@@ -1121,10 +1116,9 @@ msgstr ""
#. UrxAN
#: formula/inc/core_resource.hrc:2465
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "ROWS"
-msgstr "АЦӘАҲӘА"
+msgstr "ROWS"
#. 6JRiQ
#: formula/inc/core_resource.hrc:2466
@@ -1170,10 +1164,9 @@ msgstr ""
#. LGUbb
#: formula/inc/core_resource.hrc:2473
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "RATE"
-msgstr "АРЫЦХӘ"
+msgstr "RATE"
#. AGdL3
#: formula/inc/core_resource.hrc:2474
@@ -1249,17 +1242,15 @@ msgstr ""
#. isoy2
#: formula/inc/core_resource.hrc:2486
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
-msgstr "MAX"
+msgstr "DMAX"
#. AW7vP
#: formula/inc/core_resource.hrc:2487
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMIN"
-msgstr "MIN"
+msgstr "DMIN"
#. pGgvo
#: formula/inc/core_resource.hrc:2488
@@ -1469,10 +1460,9 @@ msgstr ""
#. hMJEw
#: formula/inc/core_resource.hrc:2522
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "REPLACEB"
-msgstr "ИҦСАХТӘУП"
+msgstr "REPLACEB"
#. KAutM
#: formula/inc/core_resource.hrc:2523
@@ -1542,10 +1532,9 @@ msgstr ""
#. 6DKDF
#: formula/inc/core_resource.hrc:2534
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MVALUE"
-msgstr "АҴАКЫ"
+msgstr "MVALUE"
#. oo8ci
#: formula/inc/core_resource.hrc:2535
@@ -2113,10 +2102,9 @@ msgstr ""
#. uVsmG
#: formula/inc/core_resource.hrc:2629
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "TINV"
-msgstr "ИҦШААТӘУП"
+msgstr "TINV"
#. BARyo
#: formula/inc/core_resource.hrc:2630
@@ -2132,17 +2120,15 @@ msgstr ""
#. GyiqD
#: formula/inc/core_resource.hrc:2632
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINV"
-msgstr "ИҦШААТӘУП"
+msgstr "FINV"
#. vxU5e
#: formula/inc/core_resource.hrc:2633
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "F.INV"
-msgstr "ИҦШААТӘУП"
+msgstr "F.INV"
#. zQB8F
#: formula/inc/core_resource.hrc:2634
@@ -2273,10 +2259,9 @@ msgstr ""
#. UDgRG
#: formula/inc/core_resource.hrc:2656
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "BASE"
-msgstr "dBASE"
+msgstr "BASE"
#. PXCbM
#: formula/inc/core_resource.hrc:2657
@@ -2500,17 +2485,15 @@ msgstr ""
#. nAvYh
#: formula/inc/core_resource.hrc:2708
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "FINDB"
-msgstr "ИҦШААТӘУП"
+msgstr "FINDB"
#. 8FkJr
#: formula/inc/core_resource.hrc:2709
-#, fuzzy
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "SEARCHB"
-msgstr "АҦШААРА"
+msgstr "SEARCHB"
#. tNMTu
#: formula/inc/core_resource.hrc:2710
diff --git a/source/ab/librelogo/source/pythonpath.po b/source/ab/librelogo/source/pythonpath.po
index 2079a44a8c7..25e94f7deba 100644
--- a/source/ab/librelogo/source/pythonpath.po
+++ b/source/ab/librelogo/source/pythonpath.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-06-29 13:09+0200\n"
-"PO-Revision-Date: 2021-01-31 16:37+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/librelogosourcepythonpath/ab/>\n"
"Language: ab\n"
@@ -1256,7 +1256,7 @@ msgctxt ""
"ERR_MEMORY\n"
"property.text"
msgid "not enough memory."
-msgstr "агәынкылара азхом. "
+msgstr "агәынкыларҭа азхом."
#. GqoAR
#: LibreLogo_en_US.properties
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 f5cdd952a07..4b40a3ef7a2 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1298,6 +1298,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Иалхлатәуп ихьчам абларҭақәа"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18128,15 +18138,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Аобиеқтқәа ркаталог"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Аконтур"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19664,14 +19684,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Ибжьаргылатәуп адиаграмма"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19694,14 +19714,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19724,34 +19744,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Аструктура"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
+msgid "~Outline Format"
msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26748,6 +26768,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index 61db83684fa..5a378e0aecd 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -4,15 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2018-11-12 11:32+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-02-09 16:36+0000\n"
+"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1542022333.000000\n"
#. kBovX
@@ -79,7 +80,7 @@ msgstr "Атеқст"
#: sc/inc/compiler.hrc:37
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Add-in"
-msgstr ""
+msgstr "иаҿакхо амодуль"
#. wH3TZ
msgctxt "stock"
@@ -222,7 +223,7 @@ msgstr "Аиҵагыла аҭбаара"
#: sc/inc/globstr.hrc:46
msgctxt "STR_UNDO_OPTCOLWIDTH"
msgid "Optimal Column Width"
-msgstr ""
+msgstr "Аиҵагыла иоптималу аҭбаара"
#. K7aeb
#: sc/inc/globstr.hrc:47
@@ -234,14 +235,13 @@ msgstr "Ацәаҳәа аҳаракыра"
#: sc/inc/globstr.hrc:48
msgctxt "STR_UNDO_OPTROWHEIGHT"
msgid "Optimal Row Height"
-msgstr ""
+msgstr "Ацәаҳәа иоптималу аҳаракыра"
#. r6cVy
#: sc/inc/globstr.hrc:49
-#, fuzzy
msgctxt "STR_UNDO_AUTOFILL"
msgid "Fill"
-msgstr "Афаил"
+msgstr "Аҭарҭәара"
#. NKxcc
#: sc/inc/globstr.hrc:50
@@ -253,7 +253,7 @@ msgstr "Еидҵатәуп"
#: sc/inc/globstr.hrc:51
msgctxt "STR_UNDO_REMERGE"
msgid "Split"
-msgstr ""
+msgstr "Еихшатәуп"
#. UFMZ8
#: sc/inc/globstr.hrc:52
@@ -307,13 +307,13 @@ msgstr ""
#: sc/inc/globstr.hrc:60
msgctxt "STR_UNDO_DOOUTLINE"
msgid "View Details"
-msgstr ""
+msgstr "Иаарԥштәуп адетальқәа"
#. GrdJA
#: sc/inc/globstr.hrc:61
msgctxt "STR_UNDO_REDOOUTLINE"
msgid "Hide details"
-msgstr ""
+msgstr "Иҵәахтәуп адетальқәа"
#. VpFsm
#: sc/inc/globstr.hrc:62
@@ -325,7 +325,7 @@ msgstr "Агәыҧ"
#: sc/inc/globstr.hrc:63
msgctxt "STR_UNDO_REMAKEOUTLINE"
msgid "Ungroup"
-msgstr ""
+msgstr "Аргәыԥра ықәгатәуп"
#. acouc
#: sc/inc/globstr.hrc:64
@@ -337,13 +337,13 @@ msgstr ""
#: sc/inc/globstr.hrc:65
msgctxt "STR_UNDO_DOOUTLINEBLK"
msgid "View Details"
-msgstr ""
+msgstr "Иаарԥштәуп адетальқәа"
#. XVMtC
#: sc/inc/globstr.hrc:66
msgctxt "STR_UNDO_REDOOUTLINEBLK"
msgid "Hide details"
-msgstr ""
+msgstr "Иҵәахтәуп адетальқәа"
#. chMgW
#: sc/inc/globstr.hrc:67
@@ -355,7 +355,7 @@ msgstr ""
#: sc/inc/globstr.hrc:68
msgctxt "STR_UNDO_AUTOOUTLINE"
msgid "AutoOutline"
-msgstr ""
+msgstr "Автоструктура"
#. Qpi99
#: sc/inc/globstr.hrc:69
@@ -379,7 +379,7 @@ msgstr "Афильтр"
#: sc/inc/globstr.hrc:72
msgctxt "STR_UNDO_DBDATA"
msgid "Change Database Range"
-msgstr ""
+msgstr "Иԥсахтәуп адырқәа рбаза адиапазон"
#. x3Rcg
#: sc/inc/globstr.hrc:73
@@ -391,7 +391,7 @@ msgstr "Аимпорт"
#: sc/inc/globstr.hrc:74
msgctxt "STR_UNDO_REPEATDB"
msgid "Refresh range"
-msgstr ""
+msgstr "Ирҿыцтәуп адиапазон"
#. tDARx
#: sc/inc/globstr.hrc:75
@@ -427,7 +427,7 @@ msgstr "Еидҵатәуп"
#: sc/inc/globstr.hrc:80
msgctxt "STR_UNDO_USESCENARIO"
msgid "Use scenario"
-msgstr ""
+msgstr "Ихархәатәуп асценари"
#. Z4CtD
#: sc/inc/globstr.hrc:81
@@ -481,7 +481,7 @@ msgstr ""
#: sc/inc/globstr.hrc:89
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
-msgstr ""
+msgstr "Ихыԥшу абларҭақәа"
#. RAhZn
#: sc/inc/globstr.hrc:90
@@ -499,20 +499,19 @@ msgstr "Иаарҧштәуп агхақәа"
#: sc/inc/globstr.hrc:92
msgctxt "STR_UNDO_DETDELALL"
msgid "Remove all Traces"
-msgstr ""
+msgstr "Иқәгатәуп ахыцқәа зегьы"
#. Zhot8
#: sc/inc/globstr.hrc:93
msgctxt "STR_UNDO_DETINVALID"
msgid "Mark invalid data"
-msgstr ""
+msgstr "Иазгәаҭатәуп ииашам адырқәа"
#. NBgVC
#: sc/inc/globstr.hrc:94
-#, fuzzy
msgctxt "STR_UNDO_DETREFRESH"
msgid "Refresh Traces"
-msgstr "Ирҿыцтәуп атаблицақәа"
+msgstr "Ирҿыцтәуп ахыцқәа"
#. 2AuiD
#: sc/inc/globstr.hrc:95
@@ -530,7 +529,7 @@ msgstr "Ахалагаратә шәагаа"
#: sc/inc/globstr.hrc:97
msgctxt "STR_UNDO_FITCELLSIZE"
msgid "Fit to Cell Size"
-msgstr ""
+msgstr "Абларҭа ашәагаа ала"
#. SzED2
#: sc/inc/globstr.hrc:98
@@ -602,13 +601,13 @@ msgstr "Иҧсахтәуп акомментари"
#: sc/inc/globstr.hrc:109
msgctxt "STR_UNDO_DEC_INDENT"
msgid "Decrease Indent"
-msgstr ""
+msgstr "Ирмаҷтәуп ахьаҵ"
#. 4kqvD
#: sc/inc/globstr.hrc:110
msgctxt "STR_UNDO_INC_INDENT"
msgid "Increase Indent"
-msgstr ""
+msgstr "Ирдуутәуп ахьаҵ"
#. pizsf
#: sc/inc/globstr.hrc:111
@@ -662,7 +661,7 @@ msgstr "Ииагатәуп адаҟьа аимҟьара"
#: sc/inc/globstr.hrc:119
msgctxt "STR_UNDO_RANGENAMES"
msgid "Edit range names"
-msgstr ""
+msgstr "Иԥсахтәуп адиапазонқәа рыхьӡқәа"
#. 9CG3c
#: sc/inc/globstr.hrc:120
@@ -692,13 +691,13 @@ msgstr "Ианыхтәума адырқәа?"
#: sc/inc/globstr.hrc:124
msgctxt "STR_MSSG_DOSUBTOTALS_2"
msgid "Unable to insert rows"
-msgstr ""
+msgstr "Иауам ацәаҳәақәа рҭаргылара"
#. CGqBM
#: sc/inc/globstr.hrc:125
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
-msgstr ""
+msgstr "Иҟаӡам инагӡатәу аоперациа"
#. BC4uB
#: sc/inc/globstr.hrc:126
@@ -718,13 +717,13 @@ msgstr "Адырқәа римпорт агха!"
#: sc/inc/globstr.hrc:128
msgctxt "STR_MSSG_MAKEOUTLINE_0"
msgid "Grouping not possible"
-msgstr ""
+msgstr "Аргәыԥра ауам"
#. vxHwk
#: sc/inc/globstr.hrc:129
msgctxt "STR_MSSG_REMOVEOUTLINE_0"
msgid "Ungrouping not possible"
-msgstr ""
+msgstr "Аргәыԥра ақәгара ауам"
#. WF28B
#: sc/inc/globstr.hrc:130
@@ -736,7 +735,7 @@ msgstr ""
#: sc/inc/globstr.hrc:131
msgctxt "STR_MSSG_MOVEBLOCKTO_0"
msgid "Cell merge not possible if cells already merged!"
-msgstr ""
+msgstr "Иауам уаанӡа еидҵаз абларҭақәа ҽазнык реидҵара!"
#. won4Y
#: sc/inc/globstr.hrc:132
@@ -766,7 +765,7 @@ msgstr ""
#: sc/inc/globstr.hrc:136
msgctxt "STR_MSSG_SOLVE_0"
msgid "Goal Seek succeeded. Result: "
-msgstr ""
+msgstr "Апараметр азалхра хыркәшоуп. Алҵшәа: "
#. nLBkx
#: sc/inc/globstr.hrc:137
@@ -801,7 +800,7 @@ msgstr ""
#: sc/inc/globstr.hrc:141
msgctxt "STR_TABLE_GRAND"
msgid "Grand"
-msgstr ""
+msgstr "Азеиԥш еихшьала"
#. nRMet
#: sc/inc/globstr.hrc:142
@@ -819,13 +818,13 @@ msgstr "Аорфографиа агәаҭара"
#: sc/inc/globstr.hrc:144
msgctxt "STR_TABLE_AND"
msgid "AND"
-msgstr ""
+msgstr "AND"
#. frBzb
#: sc/inc/globstr.hrc:145
msgctxt "STR_TABLE_OR"
msgid "OR"
-msgstr ""
+msgstr "OR"
#. ovwBG
#: sc/inc/globstr.hrc:146
@@ -837,7 +836,7 @@ msgstr "Абӷьыц"
#: sc/inc/globstr.hrc:147
msgctxt "STR_MOVE_TO_END"
msgid "- move to end position -"
-msgstr ""
+msgstr "- ииагатәуп анҵәамҭахь -"
#. FJEi6
#: sc/inc/globstr.hrc:148
@@ -907,7 +906,7 @@ msgstr "Агәыҧ"
#: sc/inc/globstr.hrc:160
msgctxt "STR_SELCOUNT"
msgid "Selected: $1, $2"
-msgstr ""
+msgstr "Иалкаауп: $1, $2"
#. FgTCG
#. To translators: STR_SELCOUNT_ROWARG is $1 of STR_SELCOUNT. $1 of STR_SELCOUNT_ROWARG is number of rows
@@ -1003,7 +1002,7 @@ msgstr ""
#: sc/inc/globstr.hrc:177
msgctxt "STR_FILL_SERIES_PROGRESS"
msgid "Fill Row..."
-msgstr ""
+msgstr "Ацәҳәақәа рҭарҭәара..."
#. CwoMD
#: sc/inc/globstr.hrc:178
@@ -1131,7 +1130,7 @@ msgstr ""
#: sc/inc/globstr.hrc:198
msgctxt "STR_FUN_TEXT_VAR"
msgid "Var"
-msgstr ""
+msgstr "Адисперсиа"
#. XyzD7
#: sc/inc/globstr.hrc:199
@@ -1167,13 +1166,13 @@ msgstr "Адаҟьа астиль"
#: sc/inc/globstr.hrc:204
msgctxt "STR_HEADER"
msgid "Header"
-msgstr ""
+msgstr "Хыхьтәи аколонтитул"
#. fzG3P
#: sc/inc/globstr.hrc:205
msgctxt "STR_FOOTER"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. Yp9Fp
#: sc/inc/globstr.hrc:206
@@ -1185,7 +1184,7 @@ msgstr "Атеқст атрибутқәа"
#: sc/inc/globstr.hrc:207
msgctxt "STR_PROTECTIONERR"
msgid "Protected cells can not be modified."
-msgstr ""
+msgstr "Иауам рыԥсахра ихьчоу абларҭақәа."
#. YS36j
#: sc/inc/globstr.hrc:208
@@ -1197,19 +1196,19 @@ msgstr "Адокумент аартуп аҧхьара мацаразы."
#: sc/inc/globstr.hrc:209
msgctxt "STR_MATRIXFRAGMENTERR"
msgid "You cannot change only part of an array."
-msgstr ""
+msgstr "Иауам аԥсахра амассив ахәҭак."
#. xDVk8
#: sc/inc/globstr.hrc:210
msgctxt "STR_PAGEHEADER"
msgid "Header"
-msgstr ""
+msgstr "Хыхьтәи аколонтитул"
#. DPEzg
#: sc/inc/globstr.hrc:211
msgctxt "STR_PAGEFOOTER"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. 499qP
#. BEGIN error constants and error strings.
@@ -1259,7 +1258,7 @@ msgstr "Агха: изымуа ахьыҧхьаӡаратә ҵакы"
#: sc/inc/globstr.hrc:227
msgctxt "STR_LONG_ERR_NV"
msgid "Error: Value not available"
-msgstr ""
+msgstr "Агха: аҵакы мҩаркуп"
#. 8VBei
#. END defined ERROR.TYPE() values.
@@ -1302,7 +1301,7 @@ msgstr "Агха: изымуа аргумент"
#: sc/inc/globstr.hrc:235
msgctxt "STR_LONG_ERR_ILL_PAR"
msgid "Error in parameter list"
-msgstr ""
+msgstr "Апараметрқәа рсиа аҟны агха"
#. iJfWD
#: sc/inc/globstr.hrc:236
@@ -1342,10 +1341,9 @@ msgstr "Агха: асимволқәа рцәаҳәа аура дуцәоуп"
#. 5cMZo
#: sc/inc/globstr.hrc:242
-#, fuzzy
msgctxt "STR_LONG_ERR_STACK_OVF"
msgid "Error: Internal overflow"
-msgstr "Агха: асимволқәа рцәаҳәа аура дуцәоуп"
+msgstr "Агха: аҩныҵҟатәи аҭәцәара"
#. o6L8k
#: sc/inc/globstr.hrc:243
@@ -1357,7 +1355,7 @@ msgstr "Агха: амассив ма аматрица рышәагаа"
#: sc/inc/globstr.hrc:244
msgctxt "STR_LONG_ERR_CIRC_REF"
msgid "Error: Circular reference"
-msgstr ""
+msgstr "Агха: аитерациатә зхьарԥш"
#. ncFnr
#: sc/inc/globstr.hrc:245
@@ -1398,6 +1396,9 @@ msgid ""
"AutoFormat could not be created. \n"
"Try again using a different name."
msgstr ""
+"Иҭажәгалеит изымуа ахьӡ.\n"
+"Иауам Автоформат аԥҵара.\n"
+"Иалышәх даҽа хьӡык."
#. ZGfyF
#: sc/inc/globstr.hrc:253
@@ -1544,13 +1545,13 @@ msgstr ""
#: sc/inc/globstr.hrc:276
msgctxt "STR_STYLENAME_TEXT"
msgid "Text"
-msgstr ""
+msgstr "Атекст"
#. tMJaD
#: sc/inc/globstr.hrc:277
msgctxt "STR_STYLENAME_NOTE"
msgid "Note"
-msgstr ""
+msgstr "Азгәаҭа"
#. Df8xB
#: sc/inc/globstr.hrc:278
@@ -1568,13 +1569,13 @@ msgstr ""
#: sc/inc/globstr.hrc:280
msgctxt "STR_STYLENAME_STATUS"
msgid "Status"
-msgstr ""
+msgstr "Астатус"
#. pxAhk
#: sc/inc/globstr.hrc:281
msgctxt "STR_STYLENAME_GOOD"
msgid "Good"
-msgstr ""
+msgstr "Ибзиоуп"
#. Ebk8F
#: sc/inc/globstr.hrc:282
@@ -1592,13 +1593,13 @@ msgstr ""
#: sc/inc/globstr.hrc:284
msgctxt "STR_STYLENAME_WARNING"
msgid "Warning"
-msgstr ""
+msgstr "Агәаҽанҵара"
#. 99BgJ
#: sc/inc/globstr.hrc:285
msgctxt "STR_STYLENAME_ERROR"
msgid "Error"
-msgstr ""
+msgstr "Агха"
#. yGAVF
#: sc/inc/globstr.hrc:286
@@ -1667,14 +1668,13 @@ msgstr ""
#: sc/inc/globstr.hrc:296
msgctxt "STR_SPELLING_STOP_OK"
msgid "The spellcheck of this sheet has been completed."
-msgstr ""
+msgstr "Ари абӷьыц аҟны ихыркәшоуп аорфографиа агәаҭара."
#. FjWF9
#: sc/inc/globstr.hrc:297
-#, fuzzy
msgctxt "STR_UNDO_INSERT_TAB"
msgid "Insert Sheet"
-msgstr "Ибжьаргылатәуп адиаграмма"
+msgstr "Иҭаргылатәуп абӷьыц"
#. Fs2sv
#: sc/inc/globstr.hrc:298
@@ -1686,7 +1686,7 @@ msgstr "Ианыхтәуп абӷьыцқәа"
#: sc/inc/globstr.hrc:299
msgctxt "STR_UNDO_RENAME_TAB"
msgid "Rename Sheet"
-msgstr ""
+msgstr "Абӷьыц ахь ԥсахтәуп"
#. 8soVt
#: sc/inc/globstr.hrc:300
@@ -1706,13 +1706,13 @@ msgstr "Аҧштәқәа ртаблица"
#: sc/inc/globstr.hrc:302
msgctxt "STR_UNDO_MOVE_TAB"
msgid "Move Sheets"
-msgstr ""
+msgstr "Ииагатәуп абӷьыцқәа"
#. nuJG9
#: sc/inc/globstr.hrc:303
msgctxt "STR_UNDO_COPY_TAB"
msgid "Copy Sheet"
-msgstr ""
+msgstr "Икопиатәуп абӷьыц"
#. t78di
#: sc/inc/globstr.hrc:304
@@ -1748,7 +1748,7 @@ msgstr "Иҵәахтәуп абӷьыцқәа"
#: sc/inc/globstr.hrc:309
msgctxt "STR_UNDO_TAB_RTL"
msgid "Flip sheet"
-msgstr ""
+msgstr "Ианырԥштәуп абӷьыц"
#. MM449
#: sc/inc/globstr.hrc:310
@@ -1766,7 +1766,7 @@ msgstr ""
#: sc/inc/globstr.hrc:312
msgctxt "STR_ERR_AUTOFILTER"
msgid "AutoFilter not possible"
-msgstr ""
+msgstr "Автофильтр ауам"
#. G4ADH
#: sc/inc/globstr.hrc:313
@@ -1832,7 +1832,7 @@ msgstr "Иҵәахтәуп"
#: sc/inc/globstr.hrc:323
msgctxt "STR_SCATTR_PAGE_TOPDOWN"
msgid "Top to bottom"
-msgstr ""
+msgstr "Хыхьынтә ҵаҟа"
#. 2hJDB
#: sc/inc/globstr.hrc:324
@@ -1850,13 +1850,13 @@ msgstr "Акомментариқәа"
#: sc/inc/globstr.hrc:326
msgctxt "STR_SCATTR_PAGE_GRID"
msgid "Grid"
-msgstr ""
+msgstr "Аихыршь"
#. Grh6n
#: sc/inc/globstr.hrc:327
msgctxt "STR_SCATTR_PAGE_HEADERS"
msgid "Row & Column Headers"
-msgstr ""
+msgstr "Ацаҳәақәеи аиҵагылақәеи рыхқәа"
#. opCNb
#: sc/inc/globstr.hrc:328
@@ -1917,7 +1917,7 @@ msgstr "Аҳаракыра"
msgctxt "STR_SCATTR_PAGE_SCALE_PAGES"
msgid "One page"
msgid_plural "%1 pages"
-msgstr[0] ""
+msgstr[0] "Даҟьак"
msgstr[1] ""
#. CHEgx
@@ -1954,7 +1954,7 @@ msgstr "Абӷьыц:"
#: sc/inc/globstr.hrc:343
msgctxt "STR_OVERVIEW"
msgid "Overview"
-msgstr ""
+msgstr "Аҭыԥхәаԥшра"
#. HFCYz
#: sc/inc/globstr.hrc:344
@@ -1972,13 +1972,13 @@ msgstr "Икьыҧхьуп"
#: sc/inc/globstr.hrc:346
msgctxt "STR_BY"
msgid "by"
-msgstr ""
+msgstr "аҟынтәи"
#. JzK2B
#: sc/inc/globstr.hrc:347
msgctxt "STR_ON"
msgid "on"
-msgstr ""
+msgstr "аҟны"
#. RryEg
#: sc/inc/globstr.hrc:348
@@ -2068,25 +2068,25 @@ msgstr "Изымуа аҵакы."
#: sc/inc/globstr.hrc:361
msgctxt "STR_PROGRESS_CALCULATING"
msgid "calculating"
-msgstr ""
+msgstr "аихшьалара"
#. EDA4C
#: sc/inc/globstr.hrc:362
msgctxt "STR_PROGRESS_SORTING"
msgid "sorting"
-msgstr ""
+msgstr "асортра"
#. yedmq
#: sc/inc/globstr.hrc:363
msgctxt "STR_PROGRESS_HEIGHTING"
msgid "Adapt row height"
-msgstr ""
+msgstr "Ацәаҳәа аҳаракыра азалхра"
#. G33by
#: sc/inc/globstr.hrc:364
msgctxt "STR_PROGRESS_COMPARING"
msgid "Compare #"
-msgstr ""
+msgstr "Еиҿырԥштәуп #"
#. dU3Gk
#: sc/inc/globstr.hrc:365
@@ -2106,7 +2106,7 @@ msgstr "Ианыхтәуп аҵакы"
#: sc/inc/globstr.hrc:367
msgctxt "STR_QUICKHELP_REF"
msgid "%1 R x %2 C"
-msgstr ""
+msgstr "%1 R x %2 C"
#. NJpDi
#: sc/inc/globstr.hrc:368
@@ -2124,13 +2124,13 @@ msgstr "Изымуа адиапазон"
#: sc/inc/globstr.hrc:370
msgctxt "STR_CHARTTITLE"
msgid "Chart Title"
-msgstr ""
+msgstr "Адиаграмма ахы"
#. yyY6k
#: sc/inc/globstr.hrc:371
msgctxt "STR_AXISTITLE"
msgid "Axis Title"
-msgstr ""
+msgstr "Агәҵәы ахы"
#. ANABc
#. Templates for data pilot tables.
@@ -2197,7 +2197,7 @@ msgstr "Мап"
#: sc/inc/globstr.hrc:383
msgctxt "STR_IMPORT_REPLACE"
msgid "Do you want to replace the contents of #?"
-msgstr ""
+msgstr "Иалаԥсахтәума аҵанакы #?"
#. DyCp4
#: sc/inc/globstr.hrc:384
@@ -2233,7 +2233,7 @@ msgstr ""
#: sc/inc/globstr.hrc:389
msgctxt "STR_CHANGED_INSERT"
msgid "#1 inserted"
-msgstr ""
+msgstr "#1 иҭаргылоуп"
#. GcX7C
#: sc/inc/globstr.hrc:390
@@ -2280,7 +2280,7 @@ msgstr "Аматрица %1 R x %2 C аформула"
#: sc/inc/globstr.hrc:396
msgctxt "STR_UNDO_HANGULHANJA"
msgid "Hangul/Hanja Conversion"
-msgstr ""
+msgstr "Аиҭакра хангыль/ханча"
#. 9XdEk
#: sc/inc/globstr.hrc:397
@@ -2304,19 +2304,19 @@ msgstr "Иалхтәуп адырқәа рдиапазон"
#: sc/inc/globstr.hrc:400
msgctxt "STR_NAME_INPUT_ROW"
msgid "Go To Row"
-msgstr ""
+msgstr "Ииастәуп ацәаҳәа ахь"
#. fF3Qb
#: sc/inc/globstr.hrc:401
msgctxt "STR_NAME_INPUT_SHEET"
msgid "Go To Sheet"
-msgstr ""
+msgstr "Ииастәуп абӷьыц ахь"
#. xEAo2
#: sc/inc/globstr.hrc:402
msgctxt "STR_NAME_INPUT_DEFINE"
msgid "Define Name for Range"
-msgstr ""
+msgstr "Иазалхтәуп адиапазон ахьӡ"
#. Jee9b
#: sc/inc/globstr.hrc:403
@@ -2346,7 +2346,7 @@ msgstr ""
#: sc/inc/globstr.hrc:407
msgctxt "STR_UNDO_CHINESE_TRANSLATION"
msgid "Chinese conversion"
-msgstr ""
+msgstr "Акитаи бызшәа аиҭакра..."
#. Ah2Ez
#: sc/inc/globstr.hrc:408
@@ -2370,7 +2370,7 @@ msgstr "Автоматикала"
#: sc/inc/globstr.hrc:411
msgctxt "STR_ERR_LONG_NESTED_ARRAY"
msgid "Nested arrays are not supported."
-msgstr ""
+msgstr "Еигәылаҵоу амассивқәа аднакылом."
#. uPhvo
#: sc/inc/globstr.hrc:412
@@ -2472,7 +2472,7 @@ msgstr "Ацәаҳәа"
#: sc/inc/globstr.hrc:425
msgctxt "STR_SHAPE_OVAL"
msgid "Oval"
-msgstr ""
+msgstr "Овал"
#. e3mpj
#: sc/inc/globstr.hrc:426
@@ -2490,7 +2490,7 @@ msgstr ""
#: sc/inc/globstr.hrc:428
msgctxt "STR_FORM_OPTIONBUTTON"
msgid "Option Button"
-msgstr ""
+msgstr "Аиҭарсга"
#. PpNjE
#: sc/inc/globstr.hrc:429
@@ -2520,7 +2520,7 @@ msgstr ""
#: sc/inc/globstr.hrc:433
msgctxt "STR_FORM_SPINNER"
msgid "Spinner"
-msgstr ""
+msgstr "Аԥхьаӡага"
#. j8Dp2
#: sc/inc/globstr.hrc:434
@@ -2556,13 +2556,13 @@ msgstr ""
#: sc/inc/globstr.hrc:439
msgctxt "STR_UNDO_INSERT_CURRENT_DATE"
msgid "Insert Current Date"
-msgstr ""
+msgstr "Иҭаргылатәуп уажәтәи арыцхә"
#. uoa4E
#: sc/inc/globstr.hrc:440
msgctxt "STR_UNDO_INSERT_CURRENT_TIME"
msgid "Insert Current Time"
-msgstr ""
+msgstr "Иҭаргылатәуп уажәтәи аамҭа"
#. BZMPF
#: sc/inc/globstr.hrc:441
@@ -2592,7 +2592,7 @@ msgstr "(ҧыҭк)"
#: sc/inc/globstr.hrc:445
msgctxt "STR_GLOBAL_SCOPE"
msgid "Document (Global)"
-msgstr ""
+msgstr "Адокумент (глобалла)"
#. Jhqkj
#: sc/inc/globstr.hrc:446
@@ -2625,7 +2625,7 @@ msgstr ""
#: sc/inc/globstr.hrc:450
msgctxt "STR_COND_CONDITION"
msgid "Cell value"
-msgstr ""
+msgstr "Абларҭа аҵакы"
#. E8yxG
#: sc/inc/globstr.hrc:451
@@ -2643,19 +2643,19 @@ msgstr "Агистограмма"
#: sc/inc/globstr.hrc:453
msgctxt "STR_COND_ICONSET"
msgid "IconSet"
-msgstr ""
+msgstr "АдыргаҷқәаРеизак"
#. EbSz5
#: sc/inc/globstr.hrc:454
msgctxt "STR_COND_BETWEEN"
msgid "is between"
-msgstr ""
+msgstr "рыбжьара"
#. VwraP
#: sc/inc/globstr.hrc:455
msgctxt "STR_COND_NOTBETWEEN"
msgid "is not between"
-msgstr ""
+msgstr "рыбжьара акәымкәа"
#. 35tDp
#: sc/inc/globstr.hrc:456
@@ -2733,13 +2733,13 @@ msgstr ""
#: sc/inc/globstr.hrc:468
msgctxt "STR_COND_ERROR"
msgid "is an error code"
-msgstr ""
+msgstr "агха акод"
#. ifj7i
#: sc/inc/globstr.hrc:469
msgctxt "STR_COND_NOERROR"
msgid "is not an error code"
-msgstr ""
+msgstr "акод агха акәӡам"
#. pqqqU
#: sc/inc/globstr.hrc:470
@@ -2757,13 +2757,13 @@ msgstr ""
#: sc/inc/globstr.hrc:472
msgctxt "STR_COND_CONTAINS"
msgid "contains"
-msgstr ""
+msgstr "иаҵанакуеит"
#. X5K9F
#: sc/inc/globstr.hrc:473
msgctxt "STR_COND_NOT_CONTAINS"
msgid "does not contain"
-msgstr ""
+msgstr "иаҵанакӡом"
#. GvCEB
#: sc/inc/globstr.hrc:474
@@ -2787,7 +2787,7 @@ msgstr "уаҵәы"
#: sc/inc/globstr.hrc:477
msgctxt "STR_COND_LAST7DAYS"
msgid "in the last 7 days"
-msgstr ""
+msgstr "аҵыхәтәантәи 7 мшы"
#. DmaSj
#: sc/inc/globstr.hrc:478
@@ -3069,7 +3069,7 @@ msgstr "Апроценттә"
#: sc/inc/globstr.hrc:522
msgctxt "STR_CURRENCY"
msgid "Currency"
-msgstr ""
+msgstr "Аԥаратә"
#. CqECX
#: sc/inc/globstr.hrc:523
@@ -3130,7 +3130,7 @@ msgstr ""
#: sc/inc/globstr.hrc:532
msgctxt "STR_TEXTORIENTANGLE"
msgid "Text orientation angle"
-msgstr ""
+msgstr "Атекст аориентациа акәакь"
#. EwD3A
#: sc/inc/globstr.hrc:533
@@ -3160,13 +3160,13 @@ msgstr ""
#: sc/inc/globstr.hrc:537
msgctxt "STR_LINEBREAKCELL_ON"
msgid "Wrap text automatically: On"
-msgstr ""
+msgstr "Жәа-жәала аиагара: Иаҿак."
#. tPYPJ
#: sc/inc/globstr.hrc:538
msgctxt "STR_LINEBREAKCELL_OFF"
msgid "Wrap text automatically: Off"
-msgstr ""
+msgstr "Жәа-жәала аиагара: Иаҿых."
#. LVJeJ
#: sc/inc/globstr.hrc:539
@@ -3184,7 +3184,7 @@ msgstr ""
#: sc/inc/globstr.hrc:541
msgctxt "STR_INDENTCELL"
msgid "Indent: "
-msgstr ""
+msgstr "Ахьаҵ: "
#. dB8cp
#: sc/inc/pvfundlg.hrc:27
@@ -3232,7 +3232,7 @@ msgstr "Ашьҭыхлыҵ"
#: sc/inc/pvfundlg.hrc:34
msgctxt "SCSTR_DPFUNCLISTBOX"
msgid "Count (Numbers only)"
-msgstr ""
+msgstr "Аԥхьаӡа (ахыԥхьаӡара мацарақәа)"
#. q5wsn
#: sc/inc/pvfundlg.hrc:35
@@ -3269,7 +3269,7 @@ msgstr "Иауам афаил аҽаҿакра."
#: sc/inc/scerrors.hrc:33
msgctxt "RID_ERRHDLSC"
msgid "File could not be opened."
-msgstr ""
+msgstr "Иауам афаил аартра."
#. NPhvg
#: sc/inc/scerrors.hrc:35
@@ -3287,7 +3287,7 @@ msgstr ""
#: sc/inc/scerrors.hrc:39
msgctxt "RID_ERRHDLSC"
msgid "Unknown Lotus1-2-3 file format."
-msgstr ""
+msgstr "Lotus1-2-3 афаил идырым аформат."
#. psxcQ
#: sc/inc/scerrors.hrc:41
diff --git a/source/ab/scaddins/messages.po b/source/ab/scaddins/messages.po
index 99d0144beb7..75bb0d16e7a 100644
--- a/source/ab/scaddins/messages.po
+++ b/source/ab/scaddins/messages.po
@@ -4,15 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2018-07-22 09:34+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1532252043.000000\n"
#. i8Y7Z
@@ -159,7 +160,7 @@ msgstr "Иҳанаҭо атип"
#: scaddins/inc/analysis.hrc:62
msgctxt "ANALYSIS_Weeknum"
msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)"
-msgstr ""
+msgstr "Иқәнаргылоит амчыбжь актәи амш (1 = амҽыша, 2 = ашәахьа)"
#. TALPy
#: scaddins/inc/analysis.hrc:67
@@ -239,7 +240,7 @@ msgstr ""
#: scaddins/inc/analysis.hrc:87
msgctxt "ANALYSIS_Iseven"
msgid "Returns the value 'true' if the number is even"
-msgstr ""
+msgstr "Иҳанаҭоит TRUE, ахыԥхьаӡара еиҩшо акәзар"
#. CrmYv
#: scaddins/inc/analysis.hrc:88
@@ -257,7 +258,7 @@ msgstr "Арыцхә."
#: scaddins/inc/analysis.hrc:94
msgctxt "ANALYSIS_Isodd"
msgid "Returns the value 'true' if the number is odd"
-msgstr ""
+msgstr "Иҳанаҭоит TRUE, ахыԥхьаӡара еиҩымшо акәзар"
#. EjqfP
#: scaddins/inc/analysis.hrc:95
@@ -1021,10 +1022,9 @@ msgstr ""
#. CNrHg
#: scaddins/inc/analysis.hrc:333
-#, fuzzy
msgctxt "ANALYSIS_Gestep"
msgid "Number"
-msgstr "Арыцхә"
+msgstr "Ахыԥхьаӡара"
#. TDJRQ
#: scaddins/inc/analysis.hrc:334
@@ -1034,10 +1034,9 @@ msgstr ""
#. 5GLDB
#: scaddins/inc/analysis.hrc:335
-#, fuzzy
msgctxt "ANALYSIS_Gestep"
msgid "Step"
-msgstr "Ашьаҿақәа"
+msgstr "Ашьаҿа"
#. ckg2G
#: scaddins/inc/analysis.hrc:336
@@ -1270,10 +1269,9 @@ msgstr "Акомплекстә хыҧхьаӡара."
#. y7ZvT
#: scaddins/inc/analysis.hrc:422
-#, fuzzy
msgctxt "ANALYSIS_Imlog2"
msgid "Returns the base-2 logarithm of a complex number"
-msgstr "Иҳанаҭоит агиперболатә секанс акомплекстә хыҧхьаӡаразы"
+msgstr "Иҳанаҭоит иҩба-шьаҭоу алогарифм акомплекстә хыԥхьаӡаразы"
#. JZEGR
#: scaddins/inc/analysis.hrc:423
@@ -1350,10 +1348,9 @@ msgstr "Акомплекстә хыҧхьаӡара."
#. KZGXx
#: scaddins/inc/analysis.hrc:452
-#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Returns the difference of two complex numbers"
-msgstr "Иҳанаҭоит агиперболатә синус акомплекстә хыҧхьаӡаразы"
+msgstr "Иҳанаҭоит акомплекстә хыԥхьаӡарақәа ҩба реигырхалыҵ"
#. EgNWw
#: scaddins/inc/analysis.hrc:453 scaddins/inc/analysis.hrc:454
@@ -1859,10 +1856,9 @@ msgstr ""
#. 2G47b
#: scaddins/inc/analysis.hrc:598
-#, fuzzy
msgctxt "ANALYSIS_Accrint"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. BQFF6
#: scaddins/inc/analysis.hrc:599
@@ -1938,10 +1934,9 @@ msgstr ""
#. zbDB9
#: scaddins/inc/analysis.hrc:615
-#, fuzzy
msgctxt "ANALYSIS_Accrintm"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. x7rGj
#: scaddins/inc/analysis.hrc:616
@@ -2221,10 +2216,9 @@ msgstr ""
#. bfnAz
#: scaddins/inc/analysis.hrc:682
-#, fuzzy
msgctxt "ANALYSIS_Cumprinc"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. BuDuA
#: scaddins/inc/analysis.hrc:683
@@ -2300,10 +2294,9 @@ msgstr ""
#. nP89T
#: scaddins/inc/analysis.hrc:699
-#, fuzzy
msgctxt "ANALYSIS_Cumipmt"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. LDvLE
#: scaddins/inc/analysis.hrc:700
@@ -2403,10 +2396,9 @@ msgstr ""
#. BhmGj
#: scaddins/inc/analysis.hrc:720
-#, fuzzy
msgctxt "ANALYSIS_Price"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. 2G3n8
#: scaddins/inc/analysis.hrc:721
@@ -2560,7 +2552,6 @@ msgstr ""
#. 6Wdjy
#: scaddins/inc/analysis.hrc:754
-#, fuzzy
msgctxt "ANALYSIS_Pricemat"
msgid "Issue"
msgstr "Аҭыжьра"
@@ -2573,10 +2564,9 @@ msgstr ""
#. m95iX
#: scaddins/inc/analysis.hrc:756
-#, fuzzy
msgctxt "ANALYSIS_Pricemat"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. 4nq3N
#: scaddins/inc/analysis.hrc:757
@@ -2810,10 +2800,9 @@ msgstr ""
#. hcZ2b
#: scaddins/inc/analysis.hrc:815
-#, fuzzy
msgctxt "ANALYSIS_Yield"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. 2x2Q4
#: scaddins/inc/analysis.hrc:816
@@ -2979,10 +2968,9 @@ msgstr ""
#. zAwED
#: scaddins/inc/analysis.hrc:851
-#, fuzzy
msgctxt "ANALYSIS_Yieldmat"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. c23fh
#: scaddins/inc/analysis.hrc:852
@@ -3172,7 +3160,6 @@ msgstr ""
#. uBtHy
#: scaddins/inc/analysis.hrc:899
-#, fuzzy
msgctxt "ANALYSIS_Oddfprice"
msgid "Issue"
msgstr "Аҭыжьра"
@@ -3197,10 +3184,9 @@ msgstr ""
#. e6HE5
#: scaddins/inc/analysis.hrc:903
-#, fuzzy
msgctxt "ANALYSIS_Oddfprice"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. h6Gu6
#: scaddins/inc/analysis.hrc:904
@@ -3312,10 +3298,9 @@ msgstr ""
#. Az44N
#: scaddins/inc/analysis.hrc:926
-#, fuzzy
msgctxt "ANALYSIS_Oddfyield"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. hnFB2
#: scaddins/inc/analysis.hrc:927
@@ -3415,10 +3400,9 @@ msgstr ""
#. aZ3YY
#: scaddins/inc/analysis.hrc:947
-#, fuzzy
msgctxt "ANALYSIS_Oddlprice"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. KB2rU
#: scaddins/inc/analysis.hrc:948
@@ -3518,10 +3502,9 @@ msgstr ""
#. EUGax
#: scaddins/inc/analysis.hrc:968
-#, fuzzy
msgctxt "ANALYSIS_Oddlyield"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. KS3CY
#: scaddins/inc/analysis.hrc:969
@@ -3627,10 +3610,9 @@ msgstr ""
#. BjrcH
#: scaddins/inc/analysis.hrc:994
-#, fuzzy
msgctxt "ANALYSIS_Xnpv"
msgid "Rate"
-msgstr "Арыцхә"
+msgstr "Ставка"
#. 5kCmJ
#: scaddins/inc/analysis.hrc:995
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index 3b0ac95fb4d..9d559bbca79 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-08 11:26+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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561456140.000000\n"
#. WDjkB
@@ -4516,61 +4516,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "Ажәпа"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "Акурсив"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Аҵшьра"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr ""
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "Акопиа ахыхтәуп"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Ибжьаргылатәуп"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Ианыхтәуп акомментари"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Ианыхтәуп акомментариқәа зегьы"
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index f55ca1a6759..63ed4bae56b 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1581,286 +1581,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Еиҭа апараметрқәа"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Иарктәуп аварахьтәи апанель"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Иқәгатәуп"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2570,6 +2558,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2625,6 +2619,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3781,6 +3811,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ab/starmath/messages.po b/source/ab/starmath/messages.po
index d791ac605d3..4ebcfe7142e 100644
--- a/source/ab/starmath/messages.po
+++ b/source/ab/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-06-25 09:42+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1928,771 +1928,777 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Вейерштрасс аеллиптикатә символ"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Акәаԥқәа агәҭаны"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Акәаԥқәа хыхь"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Акәаԥқәа ҵаҟа"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Акәаԥқәа ҵаҟала"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Акәаԥқәа вертикалны"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Аидҳәалара"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Ашара (/)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Ишоит"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Ишаӡом"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr ""
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr ""
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr ""
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Анатуралтә хыԥхьаӡарақәа рырацәа"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Ахыҧхьаӡара еибгақәа рырацәа"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Арационалтә хыԥхьаӡарақәа рырацәа"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Иҵабыргу ахыԥхьаӡарақәа рырацәа"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Акомплекстә хыԥхьаӡарақәа рырацәа"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Иҭбаау циркумфлекс"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Иауу тильда"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Иауу авектортә хыц"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr ""
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr ""
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Ахыц армарахь"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Ахыц арӷьарахь"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Ахыц аҩада"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Ахыц алада"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Абжьажь ада"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Иаԥхьанеиуеит"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Иаԥхьанеиуеит ма иаҟароуп"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Иаԥхьанеиуеит ма еквивалентуп"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Иашьҭанеиуеит"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Иашьҭанеиуеит ма иаҟароуп"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Иашьҭанеиуеит ма еквивалентуп"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Иаԥхьанеиӡом"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Иашьҭанеиӡом"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Аунартәи/Абинартәи операторқәа"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Аизыҟазаашьақәа"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Арацәа азы аоперациақәа"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Афункциақәа"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Аоператорқәа"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Атрибутқәа"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Ахыцқәа"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Аформатқәа"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Егьырҭқәа"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Аҿырҧштәқәа"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Истандарту"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Акурсив"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Ажәпа"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "аиқәаҵәа"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr ""
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "аиаҵәа"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "аҟаҧшь"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr ""
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "алаиматә"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "араӡынтә"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
#, fuzzy
msgctxt "STR_TEAL"
msgid "teal"
msgstr "ачаи"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "аҩежь"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "иубарҭам"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "акегль"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "агарнитура"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "арымарахь"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "ацентр ала"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "арыгьарахь"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Акомандақәа"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Аформула"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Адокумент аиқәырхара..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION аформула"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "АГХА : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Ҳаззыҧшымыз асимвол"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Иззыԥшымыз атокен"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "Иазыԥшуп «{»"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "Иазыԥшуп «}»"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "Иазыԥшуп «(»"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "Иазыҧшуп «)»"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Арӷьарахьи армарахьи асимволқәа еиқәшәаӡом"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "Иазыԥшуп «fixed», «sans» ма «serif»"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "Иззыԥшымыз атокен «size» ашьҭахь"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "Ҩынтәны аиҟаратәра азин ыҟам"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "Иазыԥшуп «#»"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Иаҭахуп аԥштәы"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Иазыԥшуп «Арӷьарахь»"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Иаҵанакуа"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Ахы"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Аформула атеқст"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Аҿыкәырша "
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Ашәагаа"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Ахалагаратә шәагаа"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Адаҟьа ашәагаа иақәыршәаны"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "Амасштаб"
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index a299c67b6f2..ed9e5d1da18 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-07 23:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195163.000000\n"
#. fLdeV
@@ -4950,6 +4950,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index c983ab494a9..02b08e049c5 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
@@ -14347,30 +14347,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19684,18 +19660,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Иҧсахтәуп астиль..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 8494b7e765a..2c766bf035b 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-31 11:36+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Abkhazian <https://weblate.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
@@ -11633,45 +11633,57 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Асимволқәа"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
#, fuzzy
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Ашрифт"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Аҭыҧ"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Мрагылараазиатәи атеқст аҭыԥнҵара"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Агиперзхьарҧш"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Ԥштәыла алкаара"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Аҿыкәырша"
@@ -15075,10 +15087,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15219,10 +15231,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15315,10 +15327,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18198,16 +18210,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Аинтервал"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23626,10 +23638,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Хьӡыда"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23700,10 +23712,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23730,10 +23742,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Аҭыҧ"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23780,16 +23792,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27476,45 +27488,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Асимволқәа рстиль"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
#, fuzzy
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Ашрифт"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Ашрифт аеффектқәа"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Аҭыҧ"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr ""
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr ""
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr ""
diff --git a/source/ab/uui/messages.po b/source/ab/uui/messages.po
index fff73a9d490..9f69426729f 100644
--- a/source/ab/uui/messages.po
+++ b/source/ab/uui/messages.po
@@ -4,15 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2018-06-24 13:33+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1529847183.000000\n"
#. DLY8p
@@ -31,14 +32,13 @@ msgstr ""
#: uui/inc/ids.hrc:37
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) already exists."
-msgstr ""
+msgstr "$(ARG1) ыҟоуп."
#. a6BBm
#: uui/inc/ids.hrc:39
-#, fuzzy
msgctxt "RID_UUI_ERRHDL"
msgid "Target already exists."
-msgstr "Ахьӡ ахархәара амоуп"
+msgstr "Ахықәкы ыҟоуп."
#. KgnBz
#: uui/inc/ids.hrc:41
diff --git a/source/ab/vcl/messages.po b/source/ab/vcl/messages.po
index 7fcc688f206..73f73ebf375 100644
--- a/source/ab/vcl/messages.po
+++ b/source/ab/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-02-07 23:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022338.000000\n"
#. k5jTM
@@ -1173,6 +1173,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ab/wizards/messages.po b/source/ab/wizards/messages.po
index b328f19668d..b51edce6bb0 100644
--- a/source/ab/wizards/messages.po
+++ b/source/ab/wizards/messages.po
@@ -4,15 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2018-07-22 09:43+0000\n"
+"PO-Revision-Date: 2021-02-08 11:51+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/ab/>\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1532252623.000000\n"
#. gbiMx
@@ -196,13 +197,13 @@ msgstr "~Алоготип"
#: wizards/com/sun/star/wizards/common/strings.hrc:63
msgctxt "RID_LETTERWIZARDDIALOG_START_8"
msgid "Return address"
-msgstr ""
+msgstr "Шьҭахьтәи адрес"
#. vAgUQ
#: wizards/com/sun/star/wizards/common/strings.hrc:64
msgctxt "RID_LETTERWIZARDDIALOG_START_9"
msgid "~Include footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. Gsz9u
#: wizards/com/sun/star/wizards/common/strings.hrc:65
@@ -256,7 +257,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:73
msgctxt "RID_LETTERWIZARDDIALOG_START_18"
msgid "~Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. SGv2k
#: wizards/com/sun/star/wizards/common/strings.hrc:74
@@ -268,7 +269,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:75
msgctxt "RID_LETTERWIZARDDIALOG_START_20"
msgid "~New sender address:"
-msgstr ""
+msgstr "Адәықәҵаҩ иадрес ҿыц:"
#. uDppM
#: wizards/com/sun/star/wizards/common/strings.hrc:76
@@ -395,7 +396,7 @@ msgstr "Аҳаракыра:"
#: wizards/com/sun/star/wizards/common/strings.hrc:96
msgctxt "RID_LETTERWIZARDDIALOG_START_42"
msgid "Sender's address"
-msgstr ""
+msgstr "Адәықәҵаҩ иадрес"
#. Y4XMj
#: wizards/com/sun/star/wizards/common/strings.hrc:97
@@ -413,19 +414,19 @@ msgstr "Амҩа ахьӡ:"
#: wizards/com/sun/star/wizards/common/strings.hrc:99
msgctxt "RID_LETTERWIZARDDIALOG_START_45"
msgid "ZIP code/State/City:"
-msgstr ""
+msgstr "Аиндекс/Аобласт/Ақалақь:"
#. CEFNE
#: wizards/com/sun/star/wizards/common/strings.hrc:100
msgctxt "RID_LETTERWIZARDDIALOG_START_46"
msgid "Recipient's address"
-msgstr ""
+msgstr "Изауа иадрес"
#. BgERg
#: wizards/com/sun/star/wizards/common/strings.hrc:101
msgctxt "RID_LETTERWIZARDDIALOG_START_47"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. Pgcir
#: wizards/com/sun/star/wizards/common/strings.hrc:102
@@ -491,7 +492,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:112
msgctxt "RID_LETTERWIZARDDIALOG_START_58"
msgid "Please specify last settings"
-msgstr ""
+msgstr "Ашаблон аԥҵара ахыркәшара"
#. CeUvi
#: wizards/com/sun/star/wizards/common/strings.hrc:113
@@ -521,7 +522,7 @@ msgstr "Аофис"
#: wizards/com/sun/star/wizards/common/strings.hrc:117
msgctxt "RID_LETTERWIZARDDIALOG_START_63"
msgid "Bottle"
-msgstr ""
+msgstr "Аԥаҭлыка"
#. farXN
#: wizards/com/sun/star/wizards/common/strings.hrc:118
@@ -558,7 +559,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:125
msgctxt "RID_LETTERWIZARDSALUTATION_START_3"
msgid "Hello"
-msgstr ""
+msgstr "Салам"
#. kFwFo
#: wizards/com/sun/star/wizards/common/strings.hrc:128
@@ -576,13 +577,13 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:130
msgctxt "RID_LETTERWIZARDGREETING_START_3"
msgid "Cheers"
-msgstr ""
+msgstr "Агәабзиара шәымаз"
#. zSG9q
#: wizards/com/sun/star/wizards/common/strings.hrc:133
msgctxt "RID_LETTERWIZARDROADMAP_START_1"
msgid "Page Design"
-msgstr ""
+msgstr "Адаҟьа адизаин"
#. vezch
#: wizards/com/sun/star/wizards/common/strings.hrc:134
@@ -594,7 +595,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:135
msgctxt "RID_LETTERWIZARDROADMAP_START_3"
msgid "Printed Items"
-msgstr ""
+msgstr "Акьыԥхьраз аелементқәа"
#. XUjGa
#: wizards/com/sun/star/wizards/common/strings.hrc:136
@@ -606,7 +607,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:137
msgctxt "RID_LETTERWIZARDROADMAP_START_5"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. qT5pG
#: wizards/com/sun/star/wizards/common/strings.hrc:138
@@ -636,7 +637,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:144
msgctxt "RID_FAXWIZARDDIALOG_START_4"
msgid "~Personal Fax"
-msgstr ""
+msgstr "Ихатәу афакс"
#. NfJjw
#: wizards/com/sun/star/wizards/common/strings.hrc:145
@@ -666,7 +667,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:149
msgctxt "RID_FAXWIZARDDIALOG_START_9"
msgid "~Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. K2ysF
#: wizards/com/sun/star/wizards/common/strings.hrc:150
@@ -678,7 +679,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:151
msgctxt "RID_FAXWIZARDDIALOG_START_11"
msgid "~New return address"
-msgstr ""
+msgstr "Иҿыцу шьҭахьтәи адрес"
#. efBSo
#: wizards/com/sun/star/wizards/common/strings.hrc:152
@@ -690,7 +691,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:153
msgctxt "RID_FAXWIZARDDIALOG_START_13"
msgid "Create a ~fax from this template"
-msgstr ""
+msgstr "Иаԥҵатәуп афакс ашаблон аҟынтәи"
#. YdfgK
#: wizards/com/sun/star/wizards/common/strings.hrc:154
@@ -720,7 +721,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:158
msgctxt "RID_FAXWIZARDDIALOG_START_18"
msgid "Return address"
-msgstr ""
+msgstr "Шьҭахьтәи адрес"
#. mNzqb
#: wizards/com/sun/star/wizards/common/strings.hrc:159
@@ -738,13 +739,13 @@ msgstr "Амҩа ахьӡ:"
#: wizards/com/sun/star/wizards/common/strings.hrc:161
msgctxt "RID_FAXWIZARDDIALOG_START_21"
msgid "ZIP code/State/City:"
-msgstr ""
+msgstr "Аиндекс/Аобласт/Ақалақь:"
#. n5WG4
#: wizards/com/sun/star/wizards/common/strings.hrc:162
msgctxt "RID_FAXWIZARDDIALOG_START_22"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. 4r9Bt
#: wizards/com/sun/star/wizards/common/strings.hrc:163
@@ -762,7 +763,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:165
msgctxt "RID_FAXWIZARDDIALOG_START_25"
msgid "Template name:"
-msgstr ""
+msgstr "Ашаблон ахьӡ:"
#. SAmkQ
#: wizards/com/sun/star/wizards/common/strings.hrc:166
@@ -780,7 +781,7 @@ msgstr "Иҟаҵатәуи анаҩс?"
#: wizards/com/sun/star/wizards/common/strings.hrc:168
msgctxt "RID_FAXWIZARDDIALOG_START_28"
msgid "Choose the type of fax and a page design"
-msgstr ""
+msgstr "Иҭажәгал афакс атипи адаҟьа адизаини"
#. FR29z
#: wizards/com/sun/star/wizards/common/strings.hrc:169
@@ -810,7 +811,7 @@ msgstr "Ашаблон аҧҵара ахыркәшара"
#: wizards/com/sun/star/wizards/common/strings.hrc:173
msgctxt "RID_FAXWIZARDDIALOG_START_33"
msgid "Include ~only on second and following pages"
-msgstr ""
+msgstr "Иацҵалатәуп аҩбатәи адаҟьа аҟынтәи"
#. p4XqG
#: wizards/com/sun/star/wizards/common/strings.hrc:174
@@ -828,7 +829,7 @@ msgstr "Арыцхә"
#: wizards/com/sun/star/wizards/common/strings.hrc:176
msgctxt "RID_FAXWIZARDDIALOG_START_36"
msgid "~Type of message"
-msgstr ""
+msgstr "Ацҳамҭа атип"
#. BAKHS
#: wizards/com/sun/star/wizards/common/strings.hrc:177
@@ -852,7 +853,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:180
msgctxt "RID_FAXWIZARDDIALOG_START_40"
msgid "~New return address"
-msgstr ""
+msgstr "Иҿыцу шьҭахьтәи адрес"
#. jqF7R
#: wizards/com/sun/star/wizards/common/strings.hrc:181
@@ -882,7 +883,7 @@ msgstr "Аҭел:"
#: wizards/com/sun/star/wizards/common/strings.hrc:185
msgctxt "RID_FAXWIZARDDIALOG_START_45"
msgid "Email:"
-msgstr ""
+msgstr "E-mail:"
#. o7E32
#: wizards/com/sun/star/wizards/common/strings.hrc:186
@@ -906,7 +907,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:189
msgctxt "RID_FAXWIZARDDIALOG_START_49"
msgid "Bottle"
-msgstr ""
+msgstr "Аԥаҭлыка"
#. rV8hB
#: wizards/com/sun/star/wizards/common/strings.hrc:190
@@ -924,7 +925,7 @@ msgstr "Амшынтәи"
#: wizards/com/sun/star/wizards/common/strings.hrc:192
msgctxt "RID_FAXWIZARDDIALOG_START_52"
msgid "Classic Fax"
-msgstr ""
+msgstr "Аклассикатә факс"
#. NsjQw
#: wizards/com/sun/star/wizards/common/strings.hrc:193
@@ -984,7 +985,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:206
msgctxt "RID_FAXWIZARDSALUTATION_START_3"
msgid "Hello,"
-msgstr ""
+msgstr "Салам,"
#. F9BRv
#: wizards/com/sun/star/wizards/common/strings.hrc:207
@@ -1021,7 +1022,7 @@ msgstr "Ииагатәуп"
#: wizards/com/sun/star/wizards/common/strings.hrc:216
msgctxt "RID_FAXWIZARDROADMAP_START_1"
msgid "Page Design"
-msgstr ""
+msgstr "Адаҟьа адизаин"
#. u3Sj9
#: wizards/com/sun/star/wizards/common/strings.hrc:217
@@ -1039,7 +1040,7 @@ msgstr "Адәықәҵаҩи изауеи"
#: wizards/com/sun/star/wizards/common/strings.hrc:219
msgctxt "RID_FAXWIZARDROADMAP_START_4"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. CDajE
#: wizards/com/sun/star/wizards/common/strings.hrc:220
diff --git a/source/ab/wizards/source/resources.po b/source/ab/wizards/source/resources.po
index d8982da6db1..ffb17766a30 100644
--- a/source/ab/wizards/source/resources.po
+++ b/source/ab/wizards/source/resources.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2021-02-06 19:36+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ab/>\n"
"Language: ab\n"
@@ -32,7 +32,7 @@ msgctxt ""
"RID_COMMON_1\n"
"property.text"
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
-msgstr ""
+msgstr "Атексттә документ аԥҵара ауам.<BR>Игәашәҭ «PRODUCTNAME Writer» ақәыргылара."
#. BydGz
#: resources_en_US.properties
@@ -203,7 +203,7 @@ msgctxt ""
"RID_COMMON_20\n"
"property.text"
msgid "Template created via <wizard_name> on <current_date>."
-msgstr "Ашаблон аԥҵоуп азҟаза <wizard_name> <current_date> ахархәарала. "
+msgstr "Ашаблон аԥҵоуп азҟаза <wizard_name> <current_date> ахархәарала."
#. zRGEs
#: resources_en_US.properties
@@ -392,7 +392,7 @@ msgctxt ""
"RID_REPORT_29\n"
"property.text"
msgid "Do you want to add grouping levels?"
-msgstr ""
+msgstr "Ишәҭахума аргәыԥра аҩаӡарақәа рацҵара?"
#. xPoaP
#: resources_en_US.properties
@@ -1274,7 +1274,7 @@ msgctxt ""
"RID_DB_COMMON_14\n"
"property.text"
msgid "No connection to the database could be established."
-msgstr ""
+msgstr "Адырқәа рбаза аҽамадара ауам."
#. z9FhA
#: resources_en_US.properties
@@ -1805,7 +1805,7 @@ msgctxt ""
"RID_QUERY_50\n"
"property.text"
msgid "Fie~lds in the Query:"
-msgstr "Аҭакырақәа азыҳәара аҟны: "
+msgstr "Аҭакырақәа азыҳәара аҟны:"
#. CScUQ
#: resources_en_US.properties
@@ -3625,7 +3625,7 @@ msgctxt ""
"MESSAGES_19\n"
"property.text"
msgid "Please select a %PRODUCTNAME Calc document for editing!"
-msgstr "Ариашараз иалышәх адокумент %PRODUCTNAME Calc! "
+msgstr "Ариашараз иалышәх адокумент %PRODUCTNAME Calc!"
#. 8QobR
#: resources_en_US.properties
diff --git a/source/ab/xmlsecurity/messages.po b/source/ab/xmlsecurity/messages.po
index 2d6b353f080..a1b529a3359 100644
--- a/source/ab/xmlsecurity/messages.po
+++ b/source/ab/xmlsecurity/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-30 15:38+0100\n"
-"PO-Revision-Date: 2021-02-03 18:01+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ab/>\n"
"Language: ab\n"
@@ -681,7 +681,7 @@ msgstr "Анҵәамҭа арыцхә"
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:164
msgctxt "extended_tip|certificates"
msgid "Lists the trusted certificates."
-msgstr ""
+msgstr "Зыгәрагоу асертификатқәа рсиа."
#. xWF8D
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:197
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index cd535123026..b8442f390dc 100644
--- a/source/af/chart2/messages.po
+++ b/source/af/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/af/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1560927888.000000\n"
#. NCRDD
@@ -1517,13 +1517,13 @@ msgstr "Nommerformaat vir persentasiewaarde"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Vertoon _datareeks naam"
#. 8bEui
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Vertoon _datareeks naam"
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
@@ -3827,13 +3827,13 @@ msgstr "Nommerformaat vir persentasiewaarde"
#: chart2/uiconfig/ui/tp_DataLabel.ui:295
msgctxt "tp_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Vertoon _datareeks naam"
#. 3tWYv
#: chart2/uiconfig/ui/tp_DataLabel.ui:304
msgctxt "tp_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Vertoon datareeks naam in die etiket"
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:325
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index 30b52878964..bbc7d695dd8 100644
--- a/source/af/cui/messages.po
+++ b/source/af/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-03 18:01+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
"Language: af\n"
@@ -5838,14 +5838,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Hou by volgende paragraaf"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "S_melt aanliggende lynstyle saam"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Eienskappe"
@@ -12823,11 +12829,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr "Selekteer die karakterstyl wat u in 'n genommerde lys wil gebruik."
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "Voer in die aantal vorige vlakke wat u in die nommerstyl moet insluit. As u byvoorbeeld \"2\" invoer en die vorige vlak die nommerstyl \"A, B, C ...\" gebruik, word die nommerskema vir die huidige vlak: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12841,11 +12847,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Begin by:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "Selekteer 'n numeringstyl vir die geselekteerde vlakke."
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12967,11 +12973,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "Selekteer die afbeelding, of soek die afbeeldinglêer wat u as 'n paragraafteken wil gebruik."
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "Selekteer 'n kleur vir die huidige numeringstyl."
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17144,7 +17150,7 @@ msgstr "Onder:"
#: cui/uiconfig/ui/pageformatpage.ui:456
msgctxt "pageformatpage|labelGutterMargin"
msgid "Gutter:"
-msgstr ""
+msgstr "Spasieërder:"
#. Tvwu6
#: cui/uiconfig/ui/pageformatpage.ui:490
@@ -17241,19 +17247,19 @@ msgstr "Verwysings_tyl:"
#: cui/uiconfig/ui/pageformatpage.ui:679
msgctxt "pageformatpage|labelGutterPosition"
msgid "Gutter position:"
-msgstr ""
+msgstr "Spasieërder posisie:"
#. LF4Ex
#: cui/uiconfig/ui/pageformatpage.ui:694
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Left"
-msgstr ""
+msgstr "Links"
#. DSBY5
#: cui/uiconfig/ui/pageformatpage.ui:695
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Top"
-msgstr ""
+msgstr "Bo"
#. xdECe
#: cui/uiconfig/ui/pageformatpage.ui:715
@@ -17946,11 +17952,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "Toon die verskillende grafika wat u as voorlooppunte in 'n kolpuntlys kan gebruik."
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "Klik die numeringstyl wat u wil gebruik."
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17958,11 +17964,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Keuse"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "Vertoon die verskillende numeringstyl wat jy kan toepas."
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
diff --git a/source/af/dbaccess/messages.po b/source/af/dbaccess/messages.po
index d41c41b02ca..48f35822d89 100644
--- a/source/af/dbaccess/messages.po
+++ b/source/af/dbaccess/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: 2021-02-05 18:58+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/af/>\n"
"Language: af\n"
@@ -3217,7 +3217,7 @@ msgstr "Voorbeeld van Formaat"
#: dbaccess/uiconfig/ui/fielddescpage.ui:172
msgctxt "fielddescpage|STR_BUTTON_FORMAT"
msgid "_Format Field"
-msgstr ""
+msgstr "_Formatteer Veld"
#. Ff2B8
#: dbaccess/uiconfig/ui/fielddescpage.ui:194
@@ -3445,31 +3445,31 @@ msgid "Socket:"
msgstr "Sok:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL-JDBC-d_rywerklas:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Toets klas"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Verbindinginstellings"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Karakterstel:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Dataomskakeling"
diff --git a/source/af/filter/messages.po b/source/af/filter/messages.po
index 955ae8a76b3..6c4f08e63ea 100644
--- a/source/af/filter/messages.po
+++ b/source/af/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-26 17:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560927302.000000\n"
#. 5AQgJ
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Waarskuwing: Nie al die ingevoerde EPS-grafika kon op vlak1 gestoor word nie\n"
-"aangesien sommige op 'n hoër vlak is!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Uitvoer as PDF"
@@ -221,80 +211,80 @@ msgstr "Uitvoer as PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Stel oopmaakwagwoord"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Stel toestemmingswagwoord"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A laat nie enkripsie toe nie. Die uitgevoerde PDF-lêer sal nie met wagwoord beskerm word nie."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "PDF/A-deursigtigheid"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "Deursigtigheid is onwettig in PDF/A. ’n Deursigtige objek is dus ondeursigtig verbeeld."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "PDF-weergawekonflik"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "Deursigtigheid word nie in PDF-weergawes ouer as PDF 1.4 ondersteun nie. ’n Deursigtige objek is dus ondeursigtig verbeeld."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "PDF/A-vormaksie"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "Die PDF/A-standaard ondersteun nie ’n vormkontrole wat 'n aksie bevat nie. Die aksie is oorgeslaan."
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Party objekte is na prente omgeskakel om deursigtigheid te verwyder, omdat die teiken-PDF-formaat nie deursigtigheid ondersteun nie. Beter resultate kan dalk verkry word as u die deursigtige objekte verwyder voor u dit uitvoer."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Deursigtigheid verwyder"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "Kon nie handtekening genereer nie"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "Uitvoer van PDF is gestaak"
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office.po b/source/af/officecfg/registry/data/org/openoffice/Office.po
index 9e3fa5906ac..ab5d58a3ea4 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-07 23:36+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/af/>\n"
"Language: af\n"
@@ -1808,14 +1808,13 @@ msgstr "Sluit"
#. gwJHk
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.a\n"
"Left\n"
"value.text"
msgid "Left click, right or down arrow, spacebar, page down, enter, return"
-msgstr "Links kliek, regs of af pyltjie, spasiebalk, bladsy af, invoer, keer terug"
+msgstr "Links kliek, regs of af pyltjie, spasiebalk, bladsy af, invoer, nuwe lyn"
#. 4sxF6
#: PresenterScreen.xcu
@@ -1829,14 +1828,13 @@ msgstr "Volgende skyfie of volgende effek"
#. AdAmd
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.b\n"
"Left\n"
"value.text"
msgid "Right click, left or up arrow, page up, backspace"
-msgstr "Regs kliek, links- of op-pyltjie, bladsy op, karakter terug"
+msgstr "Regs kliek, links- of op-pyltjie, bladsy op, voorafgaande skrap"
#. yhyBn
#: PresenterScreen.xcu
@@ -1856,7 +1854,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "'P'"
-msgstr ""
+msgstr "'P'"
#. u8AZ5
#: PresenterScreen.xcu
@@ -1866,7 +1864,7 @@ msgctxt ""
"Right\n"
"value.text"
msgid "Use mouse pointer as pen"
-msgstr ""
+msgstr "Gebruik muismerker as 'n pen"
#. mAW7G
#: PresenterScreen.xcu
@@ -1916,7 +1914,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "'E'"
-msgstr ""
+msgstr "'E'"
#. 3Cre9
#: PresenterScreen.xcu
@@ -1926,7 +1924,7 @@ msgctxt ""
"Right\n"
"value.text"
msgid "Erase all ink on slide"
-msgstr ""
+msgstr "Veë uit ingekleurde dele van skyfie"
#. heq4C
#: PresenterScreen.xcu
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 e3b516be0b8..8d0a49c91a8 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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+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"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Merk onbeskermde selle"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Objekkatalogus"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Skema"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Voeg grafiek in"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19626,7 +19646,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Unordered List"
-msgstr ""
+msgstr "~Ongeordende Lys"
#. d6G5u
#: GenericCommands.xcu
@@ -19636,16 +19656,16 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Toggle Unordered List"
-msgstr ""
+msgstr "Wissel Ongeordende Lys"
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19656,7 +19676,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Ordered List"
-msgstr ""
+msgstr "~Geordende Lys"
#. oJFRD
#: GenericCommands.xcu
@@ -19666,37 +19686,37 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Toggle Ordered List"
-msgstr ""
+msgstr "Wissel Geordende Lys"
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Skema"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "Skema-lys"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Stel Omrandingsstyl lys"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr "Vertikaal ~Ondertoe"
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
@@ -34926,7 +34956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Kolpunt • Lys Styl"
#. VBvBU
#: WriterCommands.xcu
@@ -34936,7 +34966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Kolpunt • Lys Styl"
#. BW4E6
#: WriterCommands.xcu
@@ -34946,7 +34976,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Kolpunt • Lys Styl"
#. mqYSC
#: WriterCommands.xcu
@@ -34956,7 +34986,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Numering 123 Lys Styl"
#. D5sRy
#: WriterCommands.xcu
@@ -34966,7 +34996,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Numering 123 Lys Styl"
#. 5AJuo
#: WriterCommands.xcu
@@ -34976,7 +35006,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Numering 123 Lys Styl"
#. 6WvcD
#: WriterCommands.xcu
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index c253a3b54b8..a2e16e18306 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-26 17:37+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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560928573.000000\n"
#. WDjkB
@@ -4518,61 +4518,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Skakel die geselekteerde objek om na 'n veelhoek ('n geslote voorwerp begrens deur reguit lyne)."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "Antwoorde"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "Vetdruk"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "Kursief"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Onderstreep"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Deurhaal"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "Kopieer"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "_Plak"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Skrap Opmerking"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Skrap alle opmerkings deur %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Skrap alle opmerkings"
diff --git a/source/af/sfx2/messages.po b/source/af/sfx2/messages.po
index 30f1ea44540..26d31a5ae0a 100644
--- a/source/af/sfx2/messages.po
+++ b/source/af/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975251.000000\n"
#. bHbFE
@@ -1655,286 +1655,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Sluit Paneel."
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Meer Opsies"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Sluit Sybalk"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr "Verstek Sjablone 1"
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Byekorf"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Blou Kromme"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Bloudruk Planne"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr " "
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Fokus"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Woudvoël"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspirasie"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Ligte"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Middernag Blou"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natuur Illustrasie"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Potlood"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavier"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Vordering"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Tradisioneel"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Helder"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Samevatting"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Verstek"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderne"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderne sakebrief sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderne sakebrief sans-serif"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Visetekaartjie met logo"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Eenvoudig"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Verwyder"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Alles uitwis"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Wagwoordlengte"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Die wagwoord wat u ingevoer het, veroorsaak probleme met versoenbaarheid. Voer 'n wagwoord, wat korter as 52 grepe is of langer is as 55 grepe."
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}-Klik, om die skakel: %{link} te open"
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Kliek om die skakel: %{link} te open"
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(gebruik deur: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr "Dokument"
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr "Spreiblad"
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr "Voorlegging"
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr "Tekening"
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr "Onlangs gebruik"
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr "Geen onlangse karakters"
@@ -2640,6 +2628,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "Hier kan u aan u dokument gebruikergedefinieerde velde toewys."
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2694,6 +2688,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "Bevat beskrywende inligting oor die dokument."
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3852,6 +3882,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Spesifiseer die druk opstellings."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/af/starmath/messages.po b/source/af/starmath/messages.po
index 6e50843196d..43becae0b9a 100644
--- a/source/af/starmath/messages.po
+++ b/source/af/starmath/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: 2021-02-08 12:10+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/af/>\n"
"Language: af\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr "Fourier transformasie"
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass-p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Punte in die middel"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Punte tot bo"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Punte skuins na onder"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Punte onder"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Punte vertikaal"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Aaneenskakel"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Deling (solidus onderverdeling)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Terug Skuinsstreep"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Deel"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Deel nie"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Dubbelpyltjie links"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Dubbelpyltjie links en regs"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Dubbelpyltjie regs"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Natuurlikegetalle-stel"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Heelgetalstel"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Stel rasionale nommers"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Versameling reële getalle"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Stel komplekse nommers"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Groot sirkumfleks"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Groot tilde"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Groot vektorpyl"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "Groot Harpoen"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h-balk"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda-balk"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Linkspyl"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Regspyl"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Oppyl"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Afpyl"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "geen vry spasie"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "van 'n laer rang"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "van 'n laer of gelyke rang"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "van 'n laer of ekwivalente rang"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "van 'n hoër rang"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "van 'n hoër of gelyke rang"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "van 'n hoër of ekwivalente rang"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "nie van 'n laer rang"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "nie van 'n hoër rang"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unêre/Binêre operatore"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Relasies"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Versamelingbewerkings"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funksies"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operatore"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Attribute"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Hakies"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formate"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Andere"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Voorbeelde"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "Sirkel-Omtrek"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr "Massa-energie ekwivalent"
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "Stelling van Pythagoras"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr "Taylor reeks"
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "Gauss Distribusie"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr "Euler-Lagrange vergelyking"
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr "Fundamentele stelling van infinitesimaalrekening"
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr "Chaos-teorie vergelyking"
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Euler se identiteit"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr "Newton se tweede wet"
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Algemene relatiwiteit"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Spesiale relatiwiteit"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Standaard"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Skuinsdruk"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Vetdruk"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "swart"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "blou"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "groen"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "rooi"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr "water"
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr "fuchsia"
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "grys"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "lemmetjie"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "maroen"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "vlootblou"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "olyf"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "pers"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "silwer"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "Turkoois"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "geel"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr "koraal"
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr "bloedrooi"
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr "middernag"
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr "violet"
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr "oranje"
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr "oranjerooi"
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr "laventel"
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr "sneeu"
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr "seegroen"
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr "indigo"
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr "skelpienk"
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "RGB"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "heksa"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "Onsigbaar"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "Grootte"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "Font"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "links"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "Middel"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "regs"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Bevele"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Formule"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Stoor tans dokument..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION-formule"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "FOUT : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
-msgstr ""
+msgstr "geen fout"
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Onverwagte karakter"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Onverwagte Simbool"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' verwag"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' verwag"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' verwag"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' verwag"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Links en regs simbole stem nie ooreen nie"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "'fixed', 'sans', of 'serif' te wagte"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "'size' gevolg deur 'n onverwagte Simbool"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "Dubbele belyning is nie toegelaat nie"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "Dubbele onder/boskrifte is nie toegelaat nie"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "Verwagte waarde"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' verwag"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Kleur vereis"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'REGS' verwag"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Inhoud"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~Titel"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "~Formuleteks"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Omranding"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Grootte"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Oo~rspronklike grootte"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "~Pas by bladsy"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~Skalering"
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index 67e6f95267d..282f9fd681b 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/svtools/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-01 16:19+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/af/>\n"
"Language: af\n"
@@ -4978,6 +4978,18 @@ msgstr "Engels (Kenia)"
#: svtools/inc/langtab.hrc:431
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
+msgstr "Pali Thai"
+
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
msgstr ""
#. fXSja
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 5d2c5f6a335..e073a277a18 100644
--- a/source/af/svx/messages.po
+++ b/source/af/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-03 18:01+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/af/>\n"
"Language: af\n"
@@ -14364,30 +14364,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr "Aangepas..."
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr "Objek"
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr "Klas naam:"
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr "Klas"
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19709,18 +19685,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Redigeer Styl..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Vorige"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Volgende"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 35f45d44815..5c109e86912 100644
--- a/source/af/sw/messages.po
+++ b/source/af/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: 2021-02-08 12:19+0100\n"
-"PO-Revision-Date: 2021-02-03 18:01+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/af/>\n"
"Language: af\n"
@@ -2388,7 +2388,7 @@ msgstr "Beklemtoning"
#: sw/inc/strings.hrc:47
msgctxt "STR_POOLCHR_HTML_CITATION"
msgid "Quotation"
-msgstr ""
+msgstr "Aanhaling"
#. 6DAii
#: sw/inc/strings.hrc:48
@@ -4848,13 +4848,13 @@ msgstr "Stel wyser"
#: sw/inc/strings.hrc:478
msgctxt "STR_UNDO_CHAIN"
msgid "Link frames"
-msgstr ""
+msgstr "Koppel rame"
#. XV4Ap
#: sw/inc/strings.hrc:479
msgctxt "STR_UNDO_UNCHAIN"
msgid "Unlink frames"
-msgstr ""
+msgstr "Ontkoppel rame"
#. vUJG9
#: sw/inc/strings.hrc:480
@@ -10999,19 +10999,19 @@ msgstr "Stel terug"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:162
msgctxt "bulletsandnumbering|bullets"
msgid "Unordered"
-msgstr ""
+msgstr "Ongeorden"
#. pHHPT
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:209
msgctxt "bulletsandnumbering|singlenum"
msgid "Ordered"
-msgstr ""
+msgstr "Georden"
#. wF29d
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:210
msgctxt "bulletsandnumbering|singlenum"
msgid "Ordered numbering schemes"
-msgstr ""
+msgstr "Geordende nommering skema"
#. 8AADg
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:258
@@ -11023,7 +11023,7 @@ msgstr "Skema"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:259
msgctxt "bulletsandnumbering|outlinenum"
msgid "Hierarchical numbering schemes"
-msgstr ""
+msgstr "Hierargiese nommering skema"
#. hW6yn
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:307
@@ -11035,7 +11035,7 @@ msgstr "Beeld"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:308
msgctxt "bulletsandnumbering|graphics"
msgid "Graphic bullet symbols"
-msgstr ""
+msgstr "Grafiese kolpunt simbole"
#. zVTFe
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:356
@@ -11047,7 +11047,7 @@ msgstr "Posisie"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:357
msgctxt "bulletsandnumbering|position"
msgid "Indent, spacing, and alignment options for ordered and unordered lists"
-msgstr ""
+msgstr "Inkepings-, spasierings-, en belynings-opsies vir geordende en ongeordende lyste"
#. nFfDs
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:405
@@ -11059,7 +11059,7 @@ msgstr "Doelmaak"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:406
msgctxt "bulletsandnumbering|customize"
msgid "Design your own bullet or numbering scheme"
-msgstr ""
+msgstr "Ontwerp u eie kolpunt- of numerings-skema"
#. rK9Jk
#: sw/uiconfig/swriter/ui/businessdatapage.ui:26
@@ -11583,44 +11583,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Karakter"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Font"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Fonteffekte"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posisie"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hiperskakel"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Teksmerking"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Rande"
@@ -14947,11 +14959,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Voer in die teks wat u wil in die voetnoteks, vertoon na die voetnootnommer."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Kies die numering styl wat u wil gebruik."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15091,11 +15103,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "_Ná:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Kies die numeringsstyl vir die voetnotas."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15187,11 +15199,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "Hierna"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Selekteer die numering styl vir die eindnotas."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18001,17 +18013,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Kies die styl wat u moet gebruik vir die lynnommers."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Kies die numering styl wat u wil gebruik."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -21750,7 +21762,7 @@ msgstr "Skemavlak:"
#: sw/uiconfig/swriter/ui/numparapage.ui:44
msgctxt "numparapage|labelFT_OUTLINE_LEVEL|tooltip_text"
msgid "Select or change the Outline Level applied to the selected paragraphs or Paragraph Style."
-msgstr ""
+msgstr "Selekteer of verander die Omlyningsvlak wat op die geselekteerde paragrawe of paragraafstyl toegepas moet word."
#. y9mKV
#: sw/uiconfig/swriter/ui/numparapage.ui:57
@@ -21834,13 +21846,13 @@ msgstr "Skema"
#: sw/uiconfig/swriter/ui/numparapage.ui:123
msgctxt "numparapage|labelFT_NUMBER_STYLE"
msgid "_List style:"
-msgstr ""
+msgstr "_Lys styl:"
#. WjcNf
#: sw/uiconfig/swriter/ui/numparapage.ui:124
msgctxt "numparapage|labelFT_NUMBER_STYLE|tooltip_text"
msgid "Select the List Style to apply to the paragraph."
-msgstr ""
+msgstr "Kies die lysstyl om toe te pas op die paragraaf."
#. ABT2q
#: sw/uiconfig/swriter/ui/numparapage.ui:145
@@ -21852,7 +21864,7 @@ msgstr "Geen"
#: sw/uiconfig/swriter/ui/numparapage.ui:149
msgctxt "numparapage|extended_tip|comboLB_NUMBER_STYLE"
msgid "Select the List Style that you want to apply to the paragraph."
-msgstr ""
+msgstr "Selekteer die Lys Styl wat u op die paragraaf wil toepas"
#. eBkEW
#: sw/uiconfig/swriter/ui/numparapage.ui:161
@@ -21864,19 +21876,19 @@ msgstr "Redigeer styl"
#: sw/uiconfig/swriter/ui/numparapage.ui:167
msgctxt "numparapage|extended_tip|editnumstyle"
msgid "Edit the properties of the selected List Style."
-msgstr ""
+msgstr "Wysig die kenmerke van die geselekteerde Lys-Styl."
#. sQw2M
#: sw/uiconfig/swriter/ui/numparapage.ui:193
msgctxt "numparapage|checkCB_NEW_START"
msgid "R_estart numbering at this paragraph"
-msgstr ""
+msgstr "H_erbegin numering vanaf hierdie paragraaf"
#. PP2rA
#: sw/uiconfig/swriter/ui/numparapage.ui:196
msgctxt "numparapage|checkCB_NEW_START|tooltip_text"
msgid "For Numbered Lists and List Styles with numbering"
-msgstr ""
+msgstr "Vir Genommerde Lyste en Lysstyle met numering."
#. SCaCA
#: sw/uiconfig/swriter/ui/numparapage.ui:205
@@ -21906,7 +21918,7 @@ msgstr "Voer in die nommer wat u aan die paragraaf wil toeken."
#: sw/uiconfig/swriter/ui/numparapage.ui:288
msgctxt "numparapage|label2"
msgid "List"
-msgstr ""
+msgstr "Lys"
#. tBYXk
#: sw/uiconfig/swriter/ui/numparapage.ui:317
@@ -21954,7 +21966,7 @@ msgstr "Reëlnommering"
#: sw/uiconfig/swriter/ui/numparapage.ui:441
msgctxt "numparapage|extended_tip|NumParaPage"
msgid "Adds or removes Outline Level, List Style, and line numbering from the paragraph. You can also reset the numbering in a numbered list."
-msgstr ""
+msgstr "Voeg by of verwyder uit die paragraaf: skemavlak, lysstyl en reël nommering. U kan ook die nommering in 'n genommerde lys herstel."
#. jHKFJ
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
@@ -23350,11 +23362,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Naamloos 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Kies die vooraf gedefinieerde nommerstyl wat u aan die geselekteerde buitevlak wil toeken."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23416,11 +23428,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "Open 'n dialoog waarin u die huidige instellings vir die geselekteerde hoofstukvlak kan stoor. U kan hierdie instellings dan in 'n ander dokument laai."
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Klik op 'n nommersjabloon in die lys en tik dan in, 'n naam vir die sjabloon. Die getalle stem ooreen met die struktuurvlak waarop die sjablone aangewys is."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23446,11 +23458,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posisie"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Spesifiseer die nommer formaat en die hierargie vir hoofstuk numering in die huidige dikument."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23494,17 +23506,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Wys subvlakke:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Selekteer die numeringstyl wat u wil toewys aan die geselekteerde struktuurvlak."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Selekteer die formaat vir die numeringkarakters."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -24204,13 +24216,13 @@ msgstr "Asiatiese Tipografie"
#: sw/uiconfig/swriter/ui/paradialog.ui:346
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & List"
-msgstr ""
+msgstr "Skema & Lys"
#. hZxni
#: sw/uiconfig/swriter/ui/paradialog.ui:347
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Set outline level, list style and line numbering for paragraph."
-msgstr ""
+msgstr "Stel skema-vlak, lys styl en reël nommering vir die paragraaf."
#. BzbWJ
#: sw/uiconfig/swriter/ui/paradialog.ui:395
@@ -27108,44 +27120,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Karakterstyl"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organiseerder"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Font"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Fonteffekte"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posisie"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Asiatiese uitleg"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Teks beklemtoon"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Rande"
@@ -27154,7 +27190,7 @@ msgstr "Rande"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:8
msgctxt "templatedialog16|TemplateDialog16"
msgid "List Style"
-msgstr ""
+msgstr "Lys Styl"
#. tA5vb
#: sw/uiconfig/swriter/ui/templatedialog16.ui:167
@@ -27166,19 +27202,19 @@ msgstr "Organiseerder"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:214
msgctxt "templatedialog16|bullets"
msgid "Unordered"
-msgstr ""
+msgstr "Ongeorden"
#. uCBn4
#: sw/uiconfig/swriter/ui/templatedialog16.ui:262
msgctxt "templatedialog16|numbering"
msgid "Ordered"
-msgstr ""
+msgstr "Georden"
#. 799yE
#: sw/uiconfig/swriter/ui/templatedialog16.ui:263
msgctxt "templatedialog16|numbering|tooltip_text"
msgid "Numbering schemes for ordered lists"
-msgstr ""
+msgstr "Nommering skemas vir geordende lyste"
#. D9oKE
#: sw/uiconfig/swriter/ui/templatedialog16.ui:311
@@ -27190,7 +27226,7 @@ msgstr "Skema"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:312
msgctxt "templatedialog16|outline|tooltip_text"
msgid "Numbering schemes for hierarchical lists"
-msgstr ""
+msgstr "Nommering skemas vir hierargiese lyste"
#. Dp6La
#: sw/uiconfig/swriter/ui/templatedialog16.ui:360
@@ -27202,7 +27238,7 @@ msgstr "Beeld"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:361
msgctxt "templatedialog16|graphics|tooltip_text"
msgid "Graphic bullet symbols"
-msgstr ""
+msgstr "Grafiese kolpunt simbole"
#. K55K4
#: sw/uiconfig/swriter/ui/templatedialog16.ui:409
@@ -27214,7 +27250,7 @@ msgstr "Posisie"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:410
msgctxt "templatedialog16|position|tooltip_text"
msgid "Indent, spacing, and alignment options for ordered and unordered lists"
-msgstr ""
+msgstr "Inkeping, spasiering, en belyning opsies vir geordende en ongeordende lyste"
#. g5NQF
#: sw/uiconfig/swriter/ui/templatedialog16.ui:458
@@ -27226,7 +27262,7 @@ msgstr "Doelmaak"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:459
msgctxt "templatedialog16|customize|tooltip_text"
msgid "Design your own bullet or numbering scheme"
-msgstr ""
+msgstr "Ontwerp u eie kolpunt of nommering skema"
#. 6ozqU
#: sw/uiconfig/swriter/ui/templatedialog2.ui:8
@@ -27334,13 +27370,13 @@ msgstr "Voorwaarde"
#: sw/uiconfig/swriter/ui/templatedialog2.ui:934
msgctxt "templatedialog2|outline"
msgid "Outline & List"
-msgstr ""
+msgstr "Skema & Lys"
#. xT7hc
#: sw/uiconfig/swriter/ui/templatedialog2.ui:935
msgctxt "templatedialog2|outline"
msgid "Set outline level, list style and line numbering for paragraph style."
-msgstr ""
+msgstr "Stel skemavlak, lys styl en reël nommering vir paragraaf style."
#. q8oC5
#: sw/uiconfig/swriter/ui/templatedialog4.ui:8
diff --git a/source/af/vcl/messages.po b/source/af/vcl/messages.po
index 46aed2a8fb1..f9bb8ca803f 100644
--- a/source/af/vcl/messages.po
+++ b/source/af/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-26 17:36+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547709865.000000\n"
#. k5jTM
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr "Skeidingskarakter"
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/am/chart2/messages.po b/source/am/chart2/messages.po
index b86a807665c..8a3571278f1 100644
--- a/source/am/chart2/messages.po
+++ b/source/am/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-01-31 16:37+0000\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/am/>\n"
"Language: am\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1559505967.000000\n"
#. NCRDD
@@ -1517,13 +1517,13 @@ msgstr "የ ቁጥር አቀራረብ ለ ፐርሰንት ዋጋ"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "የ _ተከታታይ ዳታ ስም ማሳያ"
#. 8bEui
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "የ ተከታታይ ዳታ ስም በ ምልክት ውስጥ ማሳያ"
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index c37cdb31209..75ad04ccbae 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-25 14:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -5837,14 +5837,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_ማዋሀጃ ከሚቀጥለው አንቀጽ ጋር"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "አጠገቡ ያለውን የ መስመር ዘዴዎች _ማዋሀጃ"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "ባህሪዎች"
@@ -12822,11 +12828,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "ቁጥር ያስገቡ ላለፈው ደረጃዎች ለ ማካተት በ ቁጥር መስጫ ዘዴ ውስጥ: ለምሳሌ: እርስዎ ካስገቡ \"2\" እና ያለፈው ደረጃ የ ተጠቀመው የ \"A, B, C...\" ቁጥር መስጫ ዘዴ ከሆነ: የ ቁጥር መስጫ ዘዴ ገጽታ ለ አሁኑ ደረጃ ይህ ይሆናል: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12840,11 +12846,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "መጀመሪያ በ:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "የ ቁጥር መስጫ ዘዴ ይምረጡ ለ ተመረጡት ደረጃዎች"
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12966,11 +12972,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "ይምረጡ ንድፍ ወይንም የ ንድፍ ፋይል ፈልገው ያግኙ እንደ ነጥብ እርስዎ መጠቀም የሚፈልጉትን "
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "ለ አሁኑ ቁጥር መስጫ ዘዴ ቀለም ይምረጡ "
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17945,11 +17951,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "እርስዎ እንደ ነጥብ የ ተለያዩ ንድፎች በ ነጥብ መስጫ ዘዴዎች ዝርዝር ውስጥ ሊፈጽሙ የሚችሉትን ማሳያ"
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "መጠቀም የሚፈልጉትን የ ቁጥር መስጫ ዘዴ ይጫኑ"
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17957,11 +17963,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "የተመረጠው"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "እርስዎ ሊፈጽሙ የሚችሉት የ ቁጥር መስጫ ዘዴዎች ማሳያ"
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
diff --git a/source/am/dbaccess/messages.po b/source/am/dbaccess/messages.po
index d15a383e65a..bdaf8246bd6 100644
--- a/source/am/dbaccess/messages.po
+++ b/source/am/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-25 14:04+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/am/>\n"
@@ -3445,31 +3445,31 @@ msgid "Socket:"
msgstr "ተሰኪ:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC d_river class:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "ክፍል መሞከሪያ"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "ግንኙነት ማሰናጃዎች"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_ባህሪ ማሰናጃ:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "ዳታ መቀየሪያ"
diff --git a/source/am/filter/messages.po b/source/am/filter/messages.po
index 54f13bdd3b9..6facf78a506 100644
--- a/source/am/filter/messages.po
+++ b/source/am/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-25 14:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/am/>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "እሺ"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"ማስጠንቀቂያ: የመጡትን ሁሉንም EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "መላኪያ እንደ PDF"
@@ -221,80 +211,80 @@ msgstr "መላኪያ እንደ PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "ክፍት የመግቢያ ቃል ማሰናጃ"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "የመግቢያ ቃል ፍቃድ ማሰናጃ"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A encryption አይደግፍም: የተላከው የ PDF ፋይል በመግቢያ ቃል የተጠበቀ አይደለም"
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "PDF/A ግልጽነት"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "PDF/A ግልጽነትን ይከለክላል: ግልጽ የነበረው እቃ ብርሃን እንዳያሳልፍ ቀለም ተቀብቷል"
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "የ PDF እትም አለመስማማት"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "ግልጽነት የ ተደገፈ አይደለም በ PDF እትሞች ቀደም ባሉት በ PDF 1.4. A ግልጽ የነበረው እቃ ብርሃን እንዳያሳልፍ ቀለም ተቀብቷል"
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "PDF/A form action"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "የ ፎርሙ መቆጣጠሪያ የያዘው ተግባር በ መደበኛ PDF/A የተደገፈ አይደለም: ስለዚህ ይህ ተግባር ተዘሏል"
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "አንዳንድ እቃዎች ወደ ምስል ተቀይረዋል ግልጽነቱን ለማስወገድ ሲባል: ምክንያቱም ኢላማው PDF አቀራረብ ግልጽነትን አይደግፍም: ምናልባት ጥሩ ውጤት ሊያገኙ ይችላሉ ግልጽነቱን ቢያስወግዱ ከመላኮት በፊት"
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "ግልጽነቱ ተወግዷል"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "ፊርም ማመንጨት አልተቻለም"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "PDF መላክ ተቋርጧል"
diff --git a/source/am/helpcontent2/source/text/sbasic/python.po b/source/am/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/am/helpcontent2/source/text/sbasic/python.po
+++ b/source/am/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 9e07c2b6cf8..6e7094cfd08 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-21 20:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,14 +29293,14 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">አረፍተ ነገር ማሰናጃ</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
+msgstr ""
#. qNuUW
#: 03103700.xhp
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,14 +29788,14 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>የ ማዘጋጃ ተግባር</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">ማዘጋጃ ተግባር</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
+msgstr ""
#. ZFAuc
#: 03104200.xhp
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "የተለየ አይነት ከ ዳታ ሜዳ ጋር ይመልሳል"
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "አገባብ:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "ይህን ይመልከቱ <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\"> ማፍዘዣ ማዘጋጃ </link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ደንቦች:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>የ ክርክር ዝርዝር:</emph> ማንኛውም የ ቁጥር ዝርዝር ለ ክርክሮች የ ተለዩ በ ኮማ"
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "ለምሳሌ:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/am/helpcontent2/source/text/sbasic/shared/03.po b/source/am/helpcontent2/source/text/sbasic/shared/03.po
index dd222b558b0..d6eba49813e 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 3910facf92f..abd74762b80 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/am/>\n"
@@ -13966,41 +13966,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">ድምር ከሆነ</link></variable>"
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">በ ተሰጠው መመዘኛ የ ተወሰኑትን ክፍሎች መጨመሪያ </ahelp> ይህ ተግባር የሚጠቅመው መጠን ለ መቃኛ ነው እርስዎ የ ተወሰነ ዋጋ በሚፈልጉ ጊዜ"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>መጠን</emph> መጠን ነው መመዘኛው የሚፈጸምበት"
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>መመዘኛ</emph> የ መፈለጊያው መመዘኛ የሚታይበት ክፍል ነው: ወይንም ራሱ መፈለጊያው መመዘኛ ነው: መመዘኛው ከ ተጻፈ በ መቀመሪያ: በ ድርብ ቅንፍ መከበብ አለበት"
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14011,14 +14011,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>ድምር መጠን</emph> የ መጠን ዋጋ ስብስብ ነው: ይህ ደንብ ካልታየ: በ መጠን ውስጥ የሚገኙት ዋጋዎች ይሰበሰባል"
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "ድምር ከሆነ: ይደግፋል ማመሳከሪያ ተከታታይ አንቀሳቃሽ (~) ለ መመዘኛ ደንብ ብቻ: እና በ ምርጫ ብቻ የ ድምር መጠን ደንብ ካልተሰጠ"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">እርስዎ መጠቀም የሚፈልጉትን ቅደም ተከተል ይምረጡ: የ ፒቮት ሰንጠረዥ መሰረት ባደረገ በ ውጪ ዳታ የ ዳታ ምንጭ ቅደም ተከተል የያዘውን ዳታ </ahelp>"
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 1d2a9c4e6aa..f6ec6fa45a5 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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 0ef451d5f39..6b51b6c9f20 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-17 21:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr "<variable id=\"zoptionen\">ይምረጡ <emph> መሳሪያዎች - ፊደል ማረሚያ </emph> እና ከዛ ይጫኑ <emph> ምርጫዎች </emph></variable>"
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index c11d05a70f1..2073a6f7c1c 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-03-18 16:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Amharic <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr "<ahelp hid=\".uno:AddressBookSource\">የ እርስዎን የ አድራሻ ደብተር የ ዳታ ምንጭ እና የ ሜዳ ስራ ማረሚያ </ahelp>"
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,14 +4165,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">ለ እርስዎ አድራሻ ደብተር የ ዳታ ሰንጠረዥ ይምረጡ </ahelp>"
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "ማዋቀሪያ"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ አንቀጽ ዘዴ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን እንደ ማመሳከሪያ ለ ጽሁፍ ማሰለፊያ በ ተመረጠው የ ገጽ ዘዴ ውስጥ: የ ፊደል እርዝመት ዘዴ የ ተገለጸው በ ማመሳከሪያ ዘዴ ውስጥ የ ቁመት ገጽ መጋጠሚያ ክፍተት ያሰናዳል </ahelp>"
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr "እርስዎ ከጻፉ በ ቃላት መጀመሪያ ላይ \"WOrd\" በ ሁለት አቢይ ፊደል: ሁለተኛው አቢይ ፊደል ራሱ በራሱ ወደ ታችኛው ጉዳይ ፊደል ይቀየራል"
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,23 +36862,122 @@ msgctxt ""
msgid "Replace"
msgstr "መቀየሪያ"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorreplacepage/origtext\"> ቃል ያስገቡ: አኅጽሮተ ቃል ወይንም የ ቃል አካል እርስዎ መቀየር የሚፈልጉትን በሚጽፉ ጊዜ: ሁለገብ የ ባህሪዎች ቅደም ተከተል: .* በ ቃል መጨረሻ ላይ የ መቀየር ውጤት ያስከትላል ቃሉን ከ አሻሚ መድረሻ: የ ሁለገብ ባህሪዎች ቅደም ተከተል: .* ከ ቃል መጀመሪያ በፊት ውጤት ያስከትላል ቃሉን ከ አሻሚ መድረሻ: ለምሳሌ: የ ንድፍ \"i18n.*\" በ ጽሁፍ መቀየሪያ: \"አለም አቀፍ\" ይፈልግ እና ይቀይራል \"i18ns\" በ \"አለም አቀፍ\", ወይንም በ ንድፍ \".*...\" በ ጽሁፍ መቀየሪያ: \"…\" ይፈልግ እና ይቀይራል ሶስት ነጥቦች በ \"ቃል...\" ውስጥ: በ typographically ትክክለኛ በ ቅድሚያ የ ተሰናዳ Unicode horizontal ellipsis (\"ቃል…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
-#. LVDxA
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
-msgstr "ለ መቀየር የ ቃል አካል ወይንም ባህሪዎች በ ቃሎች ውስጥ: እርስዎ መጠቀም ይችላሉ ማስጀመሪያ እና ማጥፊያ የ ሁለገብ ባህሪዎች ቅደም ተከተሎችን በ ተመሳሳይ ዘዴ ውስጥ: ለምሳሌ: የ ጊዜ ዋጋዎችን ማስገቢያ ፈጣን መሆን ይችላል የ ቁጥር ቁልፎችን ከ ተጠቀሙ: እና ድርብ ዴሲማል መለያይዎች እንደ ኮለን እንደሚከተለው: ዘዴ ማሰናጃ \".*...*\" ወይንም \".*,,.*\" (ድርብ ነጥቦች ወይንም ኮማ በ ቃሎች ውስጥ) እና የሚቀየረውን ጽሁፍ \":\", እና ማስገቢያ \"10..30\" ወይንም \"10,,30\" ውጤቱ \"10:30\" ራሱ በራሱ ይሆናል"
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
+msgstr ""
#. F4UNM
#: 06040200.xhp
@@ -36961,32 +37114,32 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">የ አኅጽሮተ ቃል ዝርዝር ራሱ በራሱ የማያርማቸው </ahelp> ቃል ከ ዝርዝር ውስጥ ለ ማስወገድ: ይምረጡ ቃሉን: እና ከዛ ይጫኑ <emph> ማጥፊያ </emph>"
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "በ ሁለት አቢይ ፊደል የሚጀምር ቃል INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">ይጻፉ ቃል ወይንም አኅጽሮተ ቃል የሚጀምር በ ሁለት አቢይ ፊደሎች የሚጀምር እርስዎ የማይፈልጉት $[officename] ለ መቀየር ወደ አንድ አቢይ ፊደል: ለምሳሌ: ያስገቡ PC ለ መከለከል $[officename] ከ መቀየር PC ወደ Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
+msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">የ ቃላቶች ወይንም አኅጽሮተ ቃሎች ዝርዝር የሚጀምሩ በ ሁለት አቢይ ፊደሎች ራሱ በራሱ የማያርማቸው: ሁሉም ቃሎች የሚጀምሩ በ ሁለት አቢይ ፊደሎች በ ሜዳ ውስጥ ተዘርዝረዋል </ahelp> ከ ዝርዝር ውስጥ ቃል ለ ማስወገድ: ይምረጡ ቃሉን እና ከዛ ይጫኑ <emph> ማጥፊያ </emph>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgstr ""
#. AtnKw
#: 06040300.xhp
@@ -37015,14 +37168,23 @@ msgctxt ""
msgid "AutoInclude"
msgstr "በራሱ መጨመሪያ"
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">ራሱ በራሱ መጨመሪያ ቃላቶች ወይንም አኅጽሮተ ቃሎች የሚጀምሩ በ ሁለት አቢይ ፊደሎች ወደ ተመሳሳይ የ ተለዩ ዝርዝር ውስጥ: ይህ ገጽታ የሚሰራው የ <emph>ትክክለኛ ሁለት አቢይ ፊደሎች</emph> ምርጫ ወይንም አቢይ <emph> የ መጀመሪያ ፊደል በ ሁሉም አረፍተ ነገር </emph> ምርጫ ውስጥ ሲመረጥ ነው በ <emph>[T]</emph> አምድ በ <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>ምርጫዎች</emph></link> tab በዚህ ንግግር ውስጥ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
+msgstr ""
#. iDNuq
#: 06040400.xhp
@@ -37780,41 +37942,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "ነጥቦች"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
-msgstr "<bookmark_value>ነጥቦች;አንቀጾች</bookmark_value> <bookmark_value>አንቀጾች; ማስገቢያ ነጥቦች</bookmark_value> <bookmark_value>ማስገቢያ; አንቀጾች ነጥቦች</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
+msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">ነጥቦች</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
-msgstr "<ahelp hid=\".\">እርስዎ ሊፈጽሙ የሚችሉት የ ነጥብ መስጫ ዘዴዎች ማሳያ</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
+msgstr ""
#. zejaE
#: 06050100.xhp
@@ -37834,14 +37996,14 @@ msgctxt ""
msgid "Selection"
msgstr "ምርጫዎች"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">መጠቀም የሚፈልጉትን የ ነጥብ ዘዴ ይጫኑ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
+msgstr ""
#. su62X
#: 06050100.xhp
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">ቦታ tab (የ ነጥቦች እና ቁጥር መስጫዎች ንግግር)</link>"
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
-msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">ምርጫ tab (የ ነጥቦች እና ቁጥር መስጫዎች ንግግር)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "የ ቁጥር አስጣጥ ዘዴ"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index f3f92a183a9..213cb1cd3b6 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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index e11cadb37eb..a22eb82cd77 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-12-10 01:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/am/helpcontent2/source/text/simpress/guide.po b/source/am/helpcontent2/source/text/simpress/guide.po
index 28c35981bea..5e3a41464c9 100644
--- a/source/am/helpcontent2/source/text/simpress/guide.po
+++ b/source/am/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "ከ <emph> መሙያ </emph> ቦታ ይምረጡ <emph> ቢትማፕስ </emph> እና ከዛ ይጫኑ ምስሉን ከ ዝርዝር ውስጥ"
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "ጽሁፍ ከፋይል ውስጥ ወደ ተንሸራታች ለማስገባት:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "ይጫኑ <emph>አዲስ</emph> እና ያስገቡ ስም ለ እርስዎ ተንሸራታች በ <emph>ስም </emph>ሳጥን ውስጥ"
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/am/helpcontent2/source/text/swriter.po b/source/am/helpcontent2/source/text/swriter.po
index d49bc09d6d2..7136e2b3059 100644
--- a/source/am/helpcontent2/source/text/swriter.po
+++ b/source/am/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-07-07 17:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">የ ቃላት ማረሚያ መሳሪያዎችን ይዟል: ከ እቃዎች አዳራሽ ስእሎች ወደ ሰነዶች መጨመር ይችላሉ እንዲሁም ዝርዝሮችን ለማዋቀሪያ እና የ ፕሮግራም ምርጫዎችን ለ ማሰናጃ</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">የ መስመር ቁጥር መስጫ</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">የ ግርጌ ማስታወሻ</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">መለያ</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">በራሱ ማረሚያ ምርጫዎች</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">መለያ</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">መክፈቻ የ አሁኑን ሰንጠረዥ ንግግር ወደ ጽሁፍ መቀየሪያ </ahelp> መክፈቻ <link href=\"text/swriter/01/06090000.xhp\">ንግግር</link> የተመረጠውን ሰንጠረዥ ወደ ጽሁፍ መቀየሪያ"
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "መቀመሪያ"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 807f6870761..d77a420ea68 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-12-09 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/am/helpcontent2/source/text/swriter/02.po b/source/am/helpcontent2/source/text/swriter/02.po
index 66245fb2402..2904a08d7cb 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">ነጥቦች እና ቁጥር መስጫ</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "አገናኝ"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">አገናኝ</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">የተመረጠውን ክፈፍ ወደ ሚቀጥለው ክፈፍ አገናኝ</ahelp> ጽሁፉ ራሱ በራሱ ይፈሳል ከአንዱ ክፈፍ ወደ ሌላው ክፈፍ"
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/guide.po b/source/am/helpcontent2/source/text/swriter/guide.po
index cc49ff99dc0..ed39f72f011 100644
--- a/source/am/helpcontent2/source/text/swriter/guide.po
+++ b/source/am/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-12-09 17:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "ይጫኑ <emph> እሺ </emph>"
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "አዲስ ዘዴዎች መፍጠሪያ በ መጎተት-እና-በመጣል"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
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 b1314744b3d..2bb26be4c33 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "የማይጠበቁ ክፍሎችን መምረጫ"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "የ እቃ መዝገብ"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ረቂቅ"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "ቻርት ማስገቢያ"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19638,14 +19658,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19668,35 +19688,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ረቂቅ"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "የ ~ረቂቅ ዝርዝር"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "የ ረቂቅ ዝርዝር ዘዴ ማሰናጃ"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index 69b06d709cc..1a2e62b34cd 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-25 14:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/am/>\n"
@@ -4518,61 +4518,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "የ ተመረጠውን እቃ ወደ ፖሊጎን መቀየሪያ (የ ተዘጋ እቃ ወደ ላይ ይዘላል በ ቀጥታ መስመር):"
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_መመለሻ"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_ማድመቂያ"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_ማዝመሚያ"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "ከ _ስሩ ማስመሪያ"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "_በላዩ ላይ መሰረዣ"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_ኮፒ"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "_መለጠፊያ"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "_አስተያየት ማጥፊያ"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "ሁሉንም አስተያየቶች ማጥፊያ _በ %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "_ሁሉንም አስተያየቶች ማጥፊያ"
diff --git a/source/am/sfx2/messages.po b/source/am/sfx2/messages.po
index 95f0140dee6..6c06ca3cd08 100644
--- a/source/am/sfx2/messages.po
+++ b/source/am/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/am/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559687799.000000\n"
#. bHbFE
@@ -1641,286 +1641,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "ተጨማሪ ምርጫዎች"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "የ ጎን መደርደሪያ መዝጊያ"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "የ ንብ እንጀራ"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "ሰማያዊ ክብ"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "የ ንድፍ እቅድ"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "ትኩረት"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "የ ጫካ ወፍ"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "ቀስቃሽ"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "ብርሃን"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "ትልቅ ከተማ"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "እኩለ ሌሊት ሰማያዊ"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "ተፈጥሮ ማሳያ"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "እርሳስ"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "ፒያኖ"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "ቦርሳ"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "ሂደት"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "የ ጥንት"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "ደማቅ"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "ስራ ማመልከቻ"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "መቀጠያ"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "ነባር"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "ዘመናዊ"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ sans-serif"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "ዘመናዊ የ ንግድ ደብዳቤ serif"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "የ ንግድ ካርድ ከ አርማ ጋር"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "ማስወገጃ"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "ሁሉንም ማጽጃ"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "የ መግቢያ ቃል እርዝመት"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "እርስዎ ያስገቡት የ መግቢያ ቃል የ መረጃ መለዋወጫ ችግር ይፈጥራል: እባክዎን የ መግቢያ ቃል ያስገቡ ያነሰ ከ 52 ባይትስ: ወይንም የ በለጠ ከ 55 ባይትስ:"
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2626,6 +2614,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "በ እርስዎ ሰነድ ውስጥ የ መረጃ ሜዳዎች ማስተካከያ መመደብ ያስችሎታል"
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2680,6 +2674,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "ስለ ሰነዱ መግለጫ መረጃ ይዟል"
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3829,6 +3859,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "የ ማተሚያ ማሰናጃ ምርጫዎች መወሰኛ"
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/am/starmath/messages.po b/source/am/starmath/messages.po
index eb17384b133..9259d662d10 100644
--- a/source/am/starmath/messages.po
+++ b/source/am/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-25 14:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/am/>\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "ዌይርስታራስ p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "ነጥቦች ከ መሀከል"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "ነጥቦች ወደ ላይ"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "ነጥቦች ወደ ታች"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "ነጥቦች ከ ታች"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "ነጥቦች በ ቁመት"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "ማገናኛ"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "ማካፈያ (ሰፊ ጭረት)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "ማካፈያ (መቁጠሪያ ሰፊ ጭረት)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "ማካፈያ"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "አያካፍልም"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "ድርብ ቀስት በ ግራ"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "ድርብ ቀስት በ ግራ እና በ ቀኝ"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "ድርብ ቀስት በ ቀኝ"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "የ ተፈጥሮ ቁጥሮች ስብስብ"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "የ ኢንቲጀር ስብስብ"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "የ ራሺናል ቁጥሮች ስብስብ"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "የ ሪያል ቁጥሮች ስብስብ"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "የ ውስብስብ ቁጥሮች ስብስብ"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "ትልቅ ስርከምፍሌክስ"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "ትልቅ ቲልዴ"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "ትልቅ የ አቅጣጫ ቀስት"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "ትልቅ ሀርፑን"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h ባር"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "ላምብዳ ባር"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "የ ግራ ቀስት"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "የ ቀኝ ቀስት"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "የ ላይ ቀስት"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "የ ታች ቀስት"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "ክፍተት የለም"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "ይቀድማል"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "ይቀድማል ወይንም እኩል ነው"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "ይቀድማል ወይንም ተመሳሳይ ነው"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "ተሳክቷል"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "ተሳክቷል ወይንም እኩል ነው"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "ተሳክቷል ወይንም ተመሳሳይ ነው"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "አይቀድምም"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "አልተሳካም"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unary/Binary Operators"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "ግንኙነቱ"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "ተግባሮች ማሰናጃ"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ተግባሮች"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "አንቀሳቃሽ"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "ባህሪዎች"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "ቅንፎች"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "አቀራረብ"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "ሌሎችም"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "ምሳሌዎች"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "ሰርከምፍራንስ"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "ፓይታጎሪያን ቴረም"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "የ ጋውስ ስርጭት"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "መደበኛ"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "ማዝመሚያ"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "ማድመቂያ"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "ጥቁር"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "ሰማያዊ"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "አረንጓዴ"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "ቀይ"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "ግራጫ"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "ሎሚ"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "የ ሸክላ ቀለም"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "ሰማያዊ"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "ወይራ"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "ወይን ጠጅ"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "ብር"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "አረንጓዴ ሰማያዊ"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "ቢጫ"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "መደበቂያ"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "መጠን"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "ፊደል"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "በ ግራ"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "መሀከል"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "በ ቀኝ"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "ትእዛዞች"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "መቀመሪያ"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "ሰነዶችን በማስቀመጥ ላይ..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION መቀመሪያ"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ስህተት : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "ያልተጠበቀ ባህሪ"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "ያልተጠበቀ ምልክት"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' የተጠበቀ"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' የተጠበቀ"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' የተጠበቀ"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' የተጠበቀ"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "የ ግራ እና የ ቀኝ ምልክቶች አይመሳሰሉም"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "'fixed', 'sans', or 'serif' expected"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "'መጠን' ያልተጠበቀ ምልክት አስከትሎ"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "ድርብ ማሰለፊያ አይፈቀድም"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "ድርብ በትንንሽ ዝቅ/ከፍ ብሎ መጻፍ አይቻልም"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' የተጠበቀ"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "ቀለም ያስፈልጋል"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'ቀኝ' የተጠበቀ"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "ይዞታዎች"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~አርእስት"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "የ ~መቀመሪያ ጽሁፍ"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "ድ~ንበሮች"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "መጠን"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "ዋ~ናው መጠን"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "በ ~ገጹ ልክ"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~መመጠኛ"
diff --git a/source/am/svtools/messages.po b/source/am/svtools/messages.po
index d027095b9ec..67bf4b23707 100644
--- a/source/am/svtools/messages.po
+++ b/source/am/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-31 16:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/am/>\n"
@@ -4980,6 +4980,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/am/svx/messages.po b/source/am/svx/messages.po
index 2cb53710cb6..9a07a030ced 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 19:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/am/>\n"
@@ -14362,30 +14362,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19704,18 +19680,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "ዘዴ ማረሚያ..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index 81366f2b575..27a97a853d4 100644
--- a/source/am/sw/messages.po
+++ b/source/am/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-31 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/am/>\n"
@@ -11583,44 +11583,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "ባህሪ"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "ፊደል"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "ቦታ"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hyperlink"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "ድንበሮች"
@@ -14949,11 +14961,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "ከ ግርጌ ማስታወሻ ቁጥር መስጫ በኋላ እንዲታይ የሚፈልጉትን ጽሁፍ ያስገቡ በ ማስታወሻ ጽሁፍ ውስጥ"
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "ለ መስመር ቁጥር መስጫ መጠቀም የሚፈልጉትን ዘዴ ይምረጡ"
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15094,11 +15106,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "በኋ_ላ:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "ለ ግርጌ ማስታወሻ የቁጥር መስጫ ዘዴ ይምረጡ"
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15190,11 +15202,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "በኋ_ላ:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "ለመጨረሻ ማስታወሻ የቁጥር መስጫ ዘዴ ይምረጡ"
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18007,17 +18019,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "ክፍተት:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "ለ መስመር ቁጥር መስጫ መጠቀም የሚፈልጉትን የ አቀራረብ ዘዴ ይምረጡ"
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "ለ መስመር ቁጥር መስጫ መጠቀም የሚፈልጉትን ዘዴ ይምረጡ"
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -23354,11 +23366,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "ያልተሰየመ 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "በ ቅድሚያ የ ተገለጸ ቁጥር መስጫ ዘዴ ይምረጡ: እርስዎ መመደብ የሚፈልጉትን ለ ተመረጠው የ ረቂቅ ደረጃ "
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23420,11 +23432,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "ንግግር መክፈቻ እርስዎ የሚያስቀምጡበት: የ አሁኑን ማሰናጃ ለ ተመረጠው የ ረቂቅ ደረጃ: ስለዚህ እርስዎ ይህን ማሰናጃ መጫን ይችላሉ ከ ሌላ ሰነድ ውስጥ "
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "ይጫኑ የ ቁጥር መስጫ ዘዴ ከ ዝርዝር ውስጥ: እና ከዛ ያስገቡ የ ዘዴውን ስም: የ ቁጥር ደረጃ ረቂቅ ተስማሚ ይፈጸማል ለ "
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23450,11 +23462,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "ቦታ"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "የ ቁጥር አቀራረብ እና ቅደም ተከተል ለ ምእራፍ ቁጥር መስጫ በ አሁኑ ሰነድ ውስጥ "
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23498,17 +23510,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "ንዑስ ደረጃዎች ማሳያ:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "እርስዎ መጠቀም የሚፈልጉትን የ ቁጥር መስጫ ዘዴ ይምረጡ ለ ተመረጠው የ ረቂቅ ደረጃ "
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "የ ቁጥር መስጫ ባህሪውን አቀራረብ ይምረጡ"
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -27110,44 +27122,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "የባህሪ ዘዴዎች"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "አደራጅ"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "ፊደል"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "የ ፊደል ውጤቶች"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "ቦታ"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "የ እስያ እቅድ"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "ማድመቂያ"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "ድንበሮች"
diff --git a/source/am/vcl/messages.po b/source/am/vcl/messages.po
index 3ad14fa6a45..58310b78f19 100644
--- a/source/am/vcl/messages.po
+++ b/source/am/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-31 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/am/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563643746.000000\n"
#. k5jTM
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 8004c8f5751..40e5aa59a46 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-08-31 13:02+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
@@ -5860,14 +5860,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr ""
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
#, fuzzy
msgctxt "borderpage|label12"
msgid "Properties"
@@ -12920,10 +12926,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12938,10 +12944,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr ""
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13066,10 +13072,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18098,10 +18104,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18110,10 +18116,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Selección"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/an/dbaccess/messages.po b/source/an/dbaccess/messages.po
index 4f8b12ccf5a..423dbc6dc97 100644
--- a/source/an/dbaccess/messages.po
+++ b/source/an/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/an/>\n"
@@ -3392,32 +3392,32 @@ msgid "Socket:"
msgstr ""
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr ""
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr ""
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr ""
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "~Chuego de caracters"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
diff --git a/source/an/filter/messages.po b/source/an/filter/messages.po
index 5c1b4f1e3be..88a44b8edf4 100644
--- a/source/an/filter/messages.po
+++ b/source/an/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-08-30 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/an/>\n"
@@ -202,16 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "D'alcuerdo"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr ""
@@ -219,80 +211,80 @@ msgstr ""
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr ""
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
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 e3324a1c18e..7fbb93754dd 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-08-30 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
@@ -1388,6 +1388,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Ir a la celda siguient no protechida"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -19334,16 +19344,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Catalogo d'obchectos"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Contorno de fuent"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -20966,14 +20985,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Ficar diagrama"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -20996,14 +21015,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -21026,35 +21045,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Contorno de fuent"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
+msgid "~Outline Format"
msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -28474,6 +28492,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/an/sd/messages.po b/source/an/sd/messages.po
index aaf82bc33c8..198c5d099ad 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/an/>\n"
@@ -4556,63 +4556,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr ""
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr ""
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr ""
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr ""
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-#, fuzzy
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "~Copiar"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "A~pegar"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr ""
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr ""
diff --git a/source/an/sfx2/messages.po b/source/an/sfx2/messages.po
index ee122108d65..e6c1c423b4a 100644
--- a/source/an/sfx2/messages.po
+++ b/source/an/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-08-30 17:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/sfx2messages/an/>\n"
@@ -1592,286 +1592,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr ""
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Borrar"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2583,6 +2571,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2638,6 +2632,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3796,6 +3826,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/an/starmath/messages.po b/source/an/starmath/messages.po
index 89dc0fc3043..5613bb1abd7 100644
--- a/source/an/starmath/messages.po
+++ b/source/an/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1924,787 +1924,793 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr ""
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr ""
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr ""
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr ""
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr ""
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr ""
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr ""
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr ""
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr ""
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr ""
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr ""
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr ""
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr ""
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr ""
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr ""
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr ""
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr ""
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr ""
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr ""
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr ""
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr ""
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr ""
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr ""
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr ""
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr ""
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr ""
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr ""
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr ""
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr ""
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr ""
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funcions"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
#, fuzzy
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operador"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
#, fuzzy
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributos"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr ""
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr ""
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
#, fuzzy
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Atr~os"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
#, fuzzy
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Eixemplo"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Estandar"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr ""
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr ""
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr ""
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_BLUE"
msgid "blue"
msgstr "Azul"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "Verde"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "Griso"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "Hora"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr ""
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "Amagar"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr ""
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "Tipo de letra"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
#, fuzzy
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "Enta la cucha"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr ""
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
#, fuzzy
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "Brilo"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Comentarios"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
#, fuzzy
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "~Formula"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr ""
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr ""
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr ""
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr ""
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr ""
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr ""
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr ""
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr ""
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr ""
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr ""
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr ""
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Conteniu"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Titol"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr ""
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Cantos"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr ""
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Mida ~orichinal"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr ""
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr ""
diff --git a/source/an/svtools/messages.po b/source/an/svtools/messages.po
index 7ebcf0bd27e..e6f1b64b6cb 100644
--- a/source/an/svtools/messages.po
+++ b/source/an/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/an/>\n"
@@ -4966,6 +4966,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/an/svx/messages.po b/source/an/svx/messages.po
index b3633391564..cd8e64b1b5b 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-06-21 08:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/an/>\n"
@@ -14434,30 +14434,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19846,18 +19822,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr ""
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index 30993025be0..92a590a58d8 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-04 20:36+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"
@@ -11737,44 +11737,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Importar"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Tipo de letra"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr ""
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posición"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr ""
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr ""
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr ""
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Cantos"
@@ -15164,10 +15176,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15309,10 +15321,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15405,10 +15417,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18278,16 +18290,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "~Entrevalos"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23680,10 +23692,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr ""
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23746,10 +23758,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23776,10 +23788,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posición"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23825,16 +23837,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27525,44 +27537,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr ""
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Tipo de letra"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr ""
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posición"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr ""
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr ""
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Cantos"
diff --git a/source/an/vcl/messages.po b/source/an/vcl/messages.po
index 95cad591ab2..deb388ac17d 100644
--- a/source/an/vcl/messages.po
+++ b/source/an/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-15 09:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/an/>\n"
@@ -1178,6 +1178,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ar/basic/messages.po b/source/ar/basic/messages.po
index 03bd7cac630..c8a18977b4f 100644
--- a/source/ar/basic/messages.po
+++ b/source/ar/basic/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:12+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"PO-Revision-Date: 2021-02-17 15:02+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/basicmessages/ar/>\n"
"Language: ar\n"
@@ -62,7 +62,7 @@ msgstr "أبعاد المصفوفة معينة بالفعل."
#: basic/inc/basic.hrc:33
msgctxt "RID_BASIC_START"
msgid "Index out of defined range."
-msgstr "الفهرس خارج النطاق المحدد."
+msgstr "الفهرس خارج المجال المحدد."
#. puyiQ
#: basic/inc/basic.hrc:34
diff --git a/source/ar/chart2/messages.po b/source/ar/chart2/messages.po
index a316f199380..4d5b50cf9e3 100644
--- a/source/ar/chart2/messages.po
+++ b/source/ar/chart2/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
-"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"PO-Revision-Date: 2021-02-17 15:02+0000\n"
+"Last-Translator: Benmeddour oussama <benmeddour62@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1540149325.000000\n"
#. NCRDD
@@ -139,7 +139,7 @@ msgstr "نوع الرّسم البيانيّ"
#: chart2/inc/strings.hrc:29
msgctxt "STR_PAGE_DATA_RANGE"
msgid "Data Range"
-msgstr "نطاق البيانات"
+msgstr "مجال البيانات"
#. uxZuD
#: chart2/inc/strings.hrc:30
@@ -491,17 +491,15 @@ msgstr "خطّ اتّجاه متوسّط متنقّل بالفترة = %PERIOD"
#. mcMQC
#: chart2/inc/strings.hrc:88
-#, fuzzy
msgctxt "STR_OBJECT_AVERAGE_LINE"
msgid "Mean Value Line"
-msgstr "سطور ال~قيمة المتوسطة"
+msgstr "سطر القيمة المتوسطة"
#. RLMNC
#: chart2/inc/strings.hrc:89
-#, fuzzy
msgctxt "STR_OBJECT_CURVE_EQUATION"
msgid "Equation"
-msgstr "تعليم"
+msgstr "معادلة"
#. apx4j
#: chart2/inc/strings.hrc:90
@@ -627,7 +625,7 @@ msgstr "تحرير نوع الرّسم البيانيّ"
#: chart2/inc/strings.hrc:110
msgctxt "STR_ACTION_EDIT_DATA_RANGES"
msgid "Edit data ranges"
-msgstr "تحرير نطاقات البيانات"
+msgstr "تحرير مجالات البيانات"
#. RmtWN
#: chart2/inc/strings.hrc:111
@@ -789,31 +787,31 @@ msgstr "الفئات"
#: chart2/inc/strings.hrc:137
msgctxt "STR_DATA_UNNAMED_SERIES"
msgid "Series"
-msgstr ""
+msgstr "سلسلة"
#. EgbkL
#: chart2/inc/strings.hrc:138
msgctxt "STR_DATA_UNNAMED_SERIES_WITH_INDEX"
msgid "Series%NUMBER"
-msgstr ""
+msgstr "السلسلة%NUMBER"
#. E2YZH
#: chart2/inc/strings.hrc:139
msgctxt "STR_DATA_SELECT_RANGE_FOR_SERIES"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
-msgstr "حدد نطاقًا لـ %VALUETYPE من %SERIESNAME"
+msgstr "حدد مجالا لـ %VALUETYPE من %SERIESNAME"
#. pBSSc
#: chart2/inc/strings.hrc:140
msgctxt "STR_DATA_SELECT_RANGE_FOR_CATEGORIES"
msgid "Select Range for Categories"
-msgstr ""
+msgstr "حدد المجال للفئات"
#. brKa4
#: chart2/inc/strings.hrc:141
msgctxt "STR_DATA_SELECT_RANGE_FOR_DATALABELS"
msgid "Select Range for data labels"
-msgstr ""
+msgstr "حدد المجال للصائق البيانات"
#. EDFdH
#: chart2/inc/strings.hrc:142
@@ -893,7 +891,6 @@ msgstr ""
#. FWi4g
#: chart2/inc/strings.hrc:155
-#, fuzzy
msgctxt "STR_REGRESSION_MOVING_AVERAGE"
msgid "Moving average"
msgstr "معدّل التحرّك"
@@ -932,20 +929,19 @@ msgstr "فطيرة"
#: chart2/inc/strings.hrc:162
msgctxt "STR_PIE_EXPLODED"
msgid "Exploded Pie Chart"
-msgstr "رسم فطيرة بيانيّ منفجر"
+msgstr "مخطط فطيرة بيانيّ منفجر"
#. gxFtf
#: chart2/inc/strings.hrc:163
-#, fuzzy
msgctxt "STR_DONUT_EXPLODED"
msgid "Exploded Donut Chart"
-msgstr "رسم فطيرة بيانيّ منفجر"
+msgstr "مخطط فطيرة بيانيّ مشطّر"
#. nsoQ2
#: chart2/inc/strings.hrc:164
msgctxt "STR_DONUT"
msgid "Donut"
-msgstr ""
+msgstr "فطيرة"
#. 7HjEG
#: chart2/inc/strings.hrc:165
@@ -999,7 +995,7 @@ msgstr "أعمدة وخطوط"
#: chart2/inc/strings.hrc:173
msgctxt "STR_LINE_STACKEDCOLUMN"
msgid "Stacked Columns and Lines"
-msgstr ""
+msgstr "أعمدة وسطور مكدسة"
#. HGKEx
#: chart2/inc/strings.hrc:174
@@ -1009,34 +1005,33 @@ msgstr "شبكة"
#. BKUc4
#: chart2/inc/strings.hrc:175
-#, fuzzy
msgctxt "STR_TYPE_STOCK"
msgid "Stock"
-msgstr "مثبّت"
+msgstr "أصول"
#. oG4gw
#: chart2/inc/strings.hrc:176
msgctxt "STR_STOCK_1"
msgid "Stock Chart 1"
-msgstr ""
+msgstr "مخطط أصول 1"
#. pSzDo
#: chart2/inc/strings.hrc:177
msgctxt "STR_STOCK_2"
msgid "Stock Chart 2"
-msgstr ""
+msgstr "مخطط أصول 2"
#. aEFDu
#: chart2/inc/strings.hrc:178
msgctxt "STR_STOCK_3"
msgid "Stock Chart 3"
-msgstr ""
+msgstr "مخطط أصول 3"
#. jZqox
#: chart2/inc/strings.hrc:179
msgctxt "STR_STOCK_4"
msgid "Stock Chart 4"
-msgstr ""
+msgstr "مخطط أصول 4"
#. DNBgg
#: chart2/inc/strings.hrc:180
@@ -1048,39 +1043,37 @@ msgstr "عادي"
#: chart2/inc/strings.hrc:181
msgctxt "STR_STACKED"
msgid "Stacked"
-msgstr "متراكم"
+msgstr "مكدّس"
#. wqtzw
#: chart2/inc/strings.hrc:182
msgctxt "STR_PERCENT"
msgid "Percent Stacked"
-msgstr ""
+msgstr "نسبة مئوية مكدّسة"
#. 52UGB
#: chart2/inc/strings.hrc:183
msgctxt "STR_DEEP"
msgid "Deep"
-msgstr ""
+msgstr "عميق"
#. dxfuQ
#: chart2/inc/strings.hrc:184
-#, fuzzy
msgctxt "STR_FILLED"
msgid "Filled"
-msgstr "مملوءة"
+msgstr "مملوء"
#. rC5nu
#: chart2/inc/strings.hrc:185
-#, fuzzy
msgctxt "STR_TYPE_BUBBLE"
msgid "Bubble"
-msgstr "فقاعات"
+msgstr "فقاعة"
#. N9tXx
#: chart2/inc/strings.hrc:186
msgctxt "STR_BUBBLE_1"
msgid "Bubble Chart"
-msgstr ""
+msgstr "مخطط فقاعة"
#. AjPsf
#: chart2/inc/strings.hrc:188
@@ -1164,7 +1157,7 @@ msgstr "أدرج صفًّا"
#: chart2/uiconfig/ui/chartdatadialog.ui:78
msgctxt "chartdatadialog|extended_tip|InsertRow"
msgid "Inserts a new row below the current row."
-msgstr ""
+msgstr "يدرج صفا جديدا أسفل الصف الحالي."
#. DDsFz
#: chart2/uiconfig/ui/chartdatadialog.ui:91
@@ -1176,7 +1169,7 @@ msgstr "أدرج سلسلة"
#: chart2/uiconfig/ui/chartdatadialog.ui:96
msgctxt "chartdatadialog|extended_tip|InsertColumn"
msgid "Inserts a new data series after the current column."
-msgstr ""
+msgstr "يدرج سلسلة بيانات جديدة بعد العمود الحالي."
#. KuFy7
#: chart2/uiconfig/ui/chartdatadialog.ui:109
@@ -1278,7 +1271,7 @@ msgstr "نوع الرّسم البيانيّ"
#: chart2/uiconfig/ui/datarangedialog.ui:8
msgctxt "datarangedialog|DataRangeDialog"
msgid "Data Ranges"
-msgstr "نطاقات البيانات"
+msgstr "مجالات البيانات"
#. PqEvS
#: chart2/uiconfig/ui/datarangedialog.ui:125
@@ -1686,13 +1679,13 @@ msgstr "اختر دالة لحساب أخطاء الشريط"
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:240
msgctxt "dlg_InsertErrorBars|RB_RANGE"
msgid "Cell _Range"
-msgstr "نطاق_الخلايا"
+msgstr "م_جال الخلية"
#. Vm5iS
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:249
msgctxt "dlg_InsertErrorBars|extended_tip|RB_RANGE"
msgid "Click Cell Range and then specify a cell range from which to take the positive and negative error bar values."
-msgstr "انقر على مجال الخلية ثم حدد مجال خلية الذي من خلاله تأخذ شريط قيم الخطأ الإيجابي و السلبي"
+msgstr "انقر على مجال الخلية ثم حدد مجال خلية الذي من خلاله تأخذ قيم شريط الخطأ الإيجابي و السلبي."
#. vdvVR
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:265
@@ -1758,19 +1751,19 @@ msgstr "أدخل القيمة لإضافة القيمة الظاهرة كخطأ
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:473
msgctxt "dlg_InsertErrorBars|extended_tip|ED_RANGE_POSITIVE"
msgid "Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet."
-msgstr "أدخل عنوان المجال من أين تأخذ قيم الأخطاء الموجبة. استعمل زر التمديد لتحديد المجال من الورقة"
+msgstr "أدخل مجال العنوان الذي منه تؤخذ قيم الأخطاء الموجبة. استعمل زر التمديد لتحديد المجال من ورقة."
#. 5FfdH
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:488
msgctxt "dlg_InsertErrorBars|IB_RANGE_POSITIVE|tooltip_text"
msgid "Select data range"
-msgstr "حدّد نطاق البيانات"
+msgstr "حدّد مجال البيانات"
#. JYk3c
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:492
msgctxt "dlg_InsertErrorBars|extended_tip|IB_RANGE_POSITIVE"
msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
-msgstr "انقر على الزر لتمديد علبة الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة، انقر على الزر مرة ثانية لإعادة علبة الحوار لحجمها الطبيعي."
+msgstr "انقر على زر لتمديد الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة. انقر على الزر مرة ثانية لإعادة الحوار لحجمه الطبيعي."
#. K9wAk
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:518
@@ -1788,7 +1781,7 @@ msgstr "ادخل القيمة لطرحها من القيمة الظاهرة كق
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:556
msgctxt "dlg_InsertErrorBars|extended_tip|ED_RANGE_NEGATIVE"
msgid "Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet."
-msgstr "أدخل عنوان المجال من أين تأخد قيمة الخطأ السالب. استخدم زر التمديد لتحديد المجال من الورقة."
+msgstr "أدخل مجال العنوان الذي تؤخذ منه قيم الخطأ السالبة. استخدم زر التمديد لتحديد المجال من ورقة."
#. jsckc
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:571
@@ -1800,7 +1793,7 @@ msgstr "حدّد نطاق البيانات"
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:575
msgctxt "dlg_InsertErrorBars|extended_tip|IB_RANGE_NEGATIVE"
msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
-msgstr "انقر على الزر لتمديد علبة الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة، انقر على الزر مرة ثانية لإعادة علبة الحوار لحجمها الطبيعي."
+msgstr "انقر على زر لتمديد الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة. انقر على الزر مرة ثانية لإعادة الحوار لحجمه الطبيعي."
#. GZS6d
#: chart2/uiconfig/ui/dlg_InsertErrorBars.ui:594
@@ -2416,10 +2409,9 @@ msgstr "الثانوي الرأسي"
#. yeE2v
#: chart2/uiconfig/ui/sidebarelements.ui:472
-#, fuzzy
msgctxt "sidebarelements|label_gri"
msgid "Gridlines"
-msgstr "خطوط الشبكة"
+msgstr "خطوط شبكة"
#. uacDo
#: chart2/uiconfig/ui/sidebarelements.ui:493
@@ -2843,7 +2835,6 @@ msgstr "_درجة"
#. tv9xJ
#: chart2/uiconfig/ui/titlerotationtabpage.ui:92
-#, fuzzy
msgctxt "titlerotationtabpage|stackedCB"
msgid "Ve_rtically stacked"
msgstr "مترا_صة رأسيًا"
@@ -2898,7 +2889,6 @@ msgstr "بسيط"
#. uVRvv
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:37
-#, fuzzy
msgctxt "tp_3D_SceneAppearance|liststoreSCHEME"
msgid "Realistic"
msgstr "واقعي"
@@ -2985,10 +2975,9 @@ msgstr "دوران _ع"
#. ZC8ZQ
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:99
-#, fuzzy
msgctxt "tp_3D_SceneGeometry|CBX_PERSPECTIVE"
msgid "_Perspective"
-msgstr "المنظور"
+msgstr "من_ظور"
#. xyePC
#: chart2/uiconfig/ui/tp_3D_SceneGeometry.ui:110
@@ -3346,10 +3335,9 @@ msgstr "تحدد أن العلامات موضوعة في الجهة الداخل
#. EhLxm
#: chart2/uiconfig/ui/tp_AxisPositions.ui:433
-#, fuzzy
msgctxt "tp_AxisPositions|CB_TICKS_OUTER"
msgid "_Outer"
-msgstr "خارجي"
+msgstr "_خارجي"
#. DGWEb
#: chart2/uiconfig/ui/tp_AxisPositions.ui:444
@@ -3359,10 +3347,9 @@ msgstr "تحدد بأن العلامات موضوعة في الجهة الخار
#. RJXic
#: chart2/uiconfig/ui/tp_AxisPositions.ui:455
-#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_INNER"
msgid "I_nner"
-msgstr "_داخلي:"
+msgstr "_داخلي"
#. jbRx3
#: chart2/uiconfig/ui/tp_AxisPositions.ui:466
@@ -3372,10 +3359,9 @@ msgstr "تُشير أن العلامة البينية الدُنا موضوعة
#. nBCFJ
#: chart2/uiconfig/ui/tp_AxisPositions.ui:477
-#, fuzzy
msgctxt "tp_AxisPositions|CB_MINOR_OUTER"
msgid "O_uter"
-msgstr "_خارجي:"
+msgstr "خار_جي"
#. JAi2f
#: chart2/uiconfig/ui/tp_AxisPositions.ui:488
@@ -3529,10 +3515,9 @@ msgstr "السلاسل المتكدسة تُظهر قيم فوق بعضها."
#. C7JxK
#: chart2/uiconfig/ui/tp_ChartType.ui:285
-#, fuzzy
msgctxt "tp_ChartType|percent"
msgid "Percent"
-msgstr "مئوية"
+msgstr "مئوي"
#. EVNAR
#: chart2/uiconfig/ui/tp_ChartType.ui:293
@@ -3812,14 +3797,12 @@ msgstr "أعلى اليمين"
#. KFZhx
#: chart2/uiconfig/ui/tp_DataLabel.ui:260
-#, fuzzy
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Inside"
msgstr "بالداخل"
#. BJm6w
#: chart2/uiconfig/ui/tp_DataLabel.ui:261
-#, fuzzy
msgctxt "tp_DataLabel|liststorePLACEMENT"
msgid "Outside"
msgstr "بالخارج"
@@ -4230,7 +4213,7 @@ msgstr "حدّد نطاق البيانات"
#: chart2/uiconfig/ui/tp_ErrorBars.ui:440
msgctxt "tp_ErrorBars|extended_tip|IB_RANGE_POSITIVE"
msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
-msgstr "انقر على الزر لتمديد علبة الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة، انقر على الزر مرة ثانية لإعادة علبة الحوار لحجمها الطبيعي."
+msgstr "انقر على زر لتمديد الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة. انقر على الزر مرة ثانية لإعادة الحوار لحجمه الطبيعي."
#. C5ZdQ
#: chart2/uiconfig/ui/tp_ErrorBars.ui:466
@@ -4248,7 +4231,7 @@ msgstr "ادخل القيمة لطرحها من القيمة الظاهرة كق
#: chart2/uiconfig/ui/tp_ErrorBars.ui:503
msgctxt "tp_ErrorBars|extended_tip|ED_RANGE_NEGATIVE"
msgid "Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet."
-msgstr "أدخل عنوان المجال من أين تأخد قيمة الخطأ السالب. استخدم زر التمديد لتحديد المجال من الورقة."
+msgstr "أدخل مجال العنوان الذي تؤخذ منه قيم الخطأ السالبة. استخدم زر التمديد لتحديد المجال من ورقة."
#. EVG7h
#: chart2/uiconfig/ui/tp_ErrorBars.ui:518
@@ -4260,7 +4243,7 @@ msgstr "حدّد نطاق البيانات"
#: chart2/uiconfig/ui/tp_ErrorBars.ui:522
msgctxt "tp_ErrorBars|extended_tip|IB_RANGE_NEGATIVE"
msgid "Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size."
-msgstr "انقر على الزر لتمديد علبة الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة، انقر على الزر مرة ثانية لإعادة علبة الحوار لحجمها الطبيعي."
+msgstr "انقر على زر لتمديد الحوار، ثم استخدم الفأرة لتحديد مجال الخلية في الورقة. انقر على الزر مرة ثانية لإعادة الحوار لحجمه الطبيعي."
#. wdsax
#: chart2/uiconfig/ui/tp_ErrorBars.ui:541
@@ -4711,10 +4694,9 @@ msgstr "يُحدّد الفاصل للمقطع الرئيسي للمحور."
#. UMEd3
#: chart2/uiconfig/ui/tp_Scale.ui:425
-#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_MAIN"
msgid "Au_tomatic"
-msgstr "تلقائي"
+msgstr "تل_قائي"
#. Pv5GU
#: chart2/uiconfig/ui/tp_Scale.ui:459
@@ -4742,10 +4724,9 @@ msgstr "الفاصل الأدنى يُمكن ضبطه لاظهار أيام، أ
#. X8FAK
#: chart2/uiconfig/ui/tp_Scale.ui:533
-#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_STEP_HELP"
msgid "Aut_omatic"
-msgstr "تلقائي"
+msgstr "تلقا_ئي"
#. GAKPN
#: chart2/uiconfig/ui/tp_Scale.ui:562
@@ -4761,10 +4742,9 @@ msgstr "تحديد عند أي موضع تظهر القيم على المحور.
#. Dj9GB
#: chart2/uiconfig/ui/tp_Scale.ui:594
-#, fuzzy
msgctxt "tp_Scale|CBX_AUTO_ORIGIN"
msgid "Automat_ic"
-msgstr "تلقائي"
+msgstr "تلقائ_ي"
#. Z35M3
#: chart2/uiconfig/ui/tp_Scale.ui:602
@@ -4978,10 +4958,9 @@ msgstr ""
#. a6FDp
#: chart2/uiconfig/ui/tp_Trendline.ui:124
-#, fuzzy
msgctxt "tp_Trendline|power"
msgid "Po_wer"
-msgstr "الأس"
+msgstr "_الأس"
#. sU36A
#: chart2/uiconfig/ui/tp_Trendline.ui:134
@@ -5003,10 +4982,9 @@ msgstr ""
#. BkiE2
#: chart2/uiconfig/ui/tp_Trendline.ui:166
-#, fuzzy
msgctxt "tp_Trendline|movingAverage"
msgid "_Moving Average"
-msgstr "معدّل التحرّك"
+msgstr "معدّل ال_تحرّك"
#. F5WMz
#: chart2/uiconfig/ui/tp_Trendline.ui:176
@@ -5292,10 +5270,9 @@ msgstr "_درجة"
#. jFKoF
#: chart2/uiconfig/ui/tp_axisLabel.ui:330
-#, fuzzy
msgctxt "tp_axisLabel|stackedCB"
msgid "Ve_rtically stacked"
-msgstr "مترا_صة رأسيًا"
+msgstr "م_كدسة رأسيًا"
#. ra62A
#: chart2/uiconfig/ui/tp_axisLabel.ui:339
diff --git a/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
index 1872c403dd0..1c9b01ff60e 100644
--- a/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po
@@ -3,16 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-10-21 20:58+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysql_jdbcorgopenofficeofficedataaccess/ar/>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
+"X-POOTLE-MTIME: 1540149325.000000\n"
+#. ny8vx
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -20,8 +24,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (JDBC)"
-msgstr ""
+msgstr "بياناتMySQL (توصيلية جافا JDBC)"
+#. F637n
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -29,8 +34,9 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (ODBC)"
-msgstr ""
+msgstr "بياناتMySQL (توصيلية مفتوحة ODBC)"
+#. rcnrk
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -38,4 +44,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL (Native)"
-msgstr ""
+msgstr "بياناتMySQL (ذاتية)"
diff --git a/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po b/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
index f17d9b9c1cb..814ccc80957 100644
--- a/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
+++ b/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
@@ -3,16 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2018-10-02 17:57+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysqlcorgopenofficeofficedataaccess/ar/>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
+"X-POOTLE-MTIME: 1538496473.000000\n"
+#. NHVFU
#: Drivers.xcu
msgctxt ""
"Drivers.xcu\n"
@@ -20,4 +24,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL Connector"
-msgstr ""
+msgstr "موصل MySQL"
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index 9eed4ebf82d..75b11202676 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-07 23:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
"Language: ar\n"
@@ -3707,7 +3707,7 @@ msgstr "ألوان التطبيق"
#: cui/inc/treeopt.hrc:43
msgctxt "SID_GENERAL_OPTIONS_RES"
msgid "Accessibility"
-msgstr "الإتاحة"
+msgstr "قابلية الوصول"
#. oUTLV
#: cui/inc/treeopt.hrc:44
@@ -5836,14 +5836,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "ا_دمج مع الفقرة التالية"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "ا_دمج طُرز الخطوط المتجاورة"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "الخصائص"
@@ -8817,7 +8823,7 @@ msgstr ""
#: cui/uiconfig/ui/effectspage.ui:617
msgctxt "effectspage|a11ywarning"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
-msgstr "خيار الإتاحة ”استخدم لون الخط التلقائي لعرض النص على الشاشة“ مفعّل. لن تُستخدم خصائص ألوان الخطوط حاليا لعرض النص."
+msgstr "خيار قابلية الوصول ”استخدم لون الخط التلقائي لعرض النص على الشاشة“ مفعّل. خصائص ألوان الخطوط غير مستخدمة حاليا لعرض النص."
#. AZF8Q
#: cui/uiconfig/ui/effectspage.ui:631
@@ -12850,10 +12856,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12868,10 +12874,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "ابدأ من:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -12994,10 +13000,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -13339,7 +13345,7 @@ msgstr "الع_نوان:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:112
msgctxt "objecttitledescdialog|extended_tip|object_title_entry"
msgid "Enter a title text. This short name is visible as an alternative tag in HTML format. Accessibility tools can read this text."
-msgstr ""
+msgstr "أدخل نص عنوان. هذا الاسم القصير مرئي كوسم بديل في نسق HTML. يمكن لأدوات قابلية الوصول قراءة هذا النص."
#. kDbQ9
#: cui/uiconfig/ui/objecttitledescdialog.ui:126
@@ -13351,13 +13357,13 @@ msgstr "الو_صف:"
#: cui/uiconfig/ui/objecttitledescdialog.ui:149
msgctxt "objecttitledescdialog|extended_tip|desc_entry"
msgid "Enter a description text. The long description text can be entered to describe a complex object or group of objects to users with screen reader software. The description is visible as an alternative tag for accessibility tools."
-msgstr ""
+msgstr "أدخل نص وصف. يمكن إدخال نص وصف طويل ليصف كائتا او مجموعة كائنات معقدة للمستخدمين الذين لديهم برامج قراءة شاشة. الوصف مرئي كوسم بديل لأدوات قابلية الوصول."
#. 8BCe3
#: cui/uiconfig/ui/objecttitledescdialog.ui:180
msgctxt "objecttitledescdialog|extended_tip|ObjectTitleDescDialog"
msgid "Assigns a title and a description to the selected object. These are accessible for accessibility tools and as alternative tags when you export the document."
-msgstr ""
+msgstr "يعيّن عنوانا ووصفا للكائن المحدد. وهذه تكون قابلة للوصول من أدوات قابلية الوصول وكوسوم بديلة عندما تصدّر المستند."
#. s8E7z
#: cui/uiconfig/ui/optaccessibilitypage.ui:27
@@ -17986,10 +17992,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -17998,10 +18004,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "التحديد"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/ar/dbaccess/messages.po b/source/ar/dbaccess/messages.po
index f2b89c7a2cc..40fc85ccc51 100644
--- a/source/ar/dbaccess/messages.po
+++ b/source/ar/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ar/>\n"
@@ -3442,31 +3442,31 @@ msgid "Socket:"
msgstr "المقبس:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "صنف مش_غّل MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "اختبر الصّنف"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "إعدادات الاتّصال"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "طقم الم_حارف:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "تحويل البيانات"
diff --git a/source/ar/dictionaries/gd_GB.po b/source/ar/dictionaries/gd_GB.po
index e261364b27d..5f104e19181 100644
--- a/source/ar/dictionaries/gd_GB.po
+++ b/source/ar/dictionaries/gd_GB.po
@@ -3,20 +3,24 @@ 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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesgd_gb/ar/>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
+"X-POOTLE-MTIME: 1507132026.000000\n"
+#. 8GVAb
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Scottish Gaelic spell checker"
-msgstr ""
+msgstr "المدقق الإملائي للغيلية الاسكتلندية"
diff --git a/source/ar/dictionaries/gug.po b/source/ar/dictionaries/gug.po
index 430332f3a03..0c0f23f6b6b 100644
--- a/source/ar/dictionaries/gug.po
+++ b/source/ar/dictionaries/gug.po
@@ -3,20 +3,24 @@ 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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesgug/ar/>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
+"X-POOTLE-MTIME: 1507132026.000000\n"
+#. ME8sg
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Guarani thesaurus and spell checker"
-msgstr ""
+msgstr "المترادفات والمدقق الإملائي للغة الغوارانية"
diff --git a/source/ar/dictionaries/sv_SE.po b/source/ar/dictionaries/sv_SE.po
index f995b2c6178..95f318d496f 100644
--- a/source/ar/dictionaries/sv_SE.po
+++ b/source/ar/dictionaries/sv_SE.po
@@ -3,20 +3,24 @@ 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: 2017-10-04 11:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariessv_se/ar/>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
+"X-POOTLE-MTIME: 1507132027.000000\n"
+#. zNUfV
#: description.xml
msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
msgid "Swedish Dictionary"
-msgstr ""
+msgstr "القاموس السويدي"
diff --git a/source/ar/extras/source/gallery/share.po b/source/ar/extras/source/gallery/share.po
index 6af46c44bc3..b4e79ecc53f 100644
--- a/source/ar/extras/source/gallery/share.po
+++ b/source/ar/extras/source/gallery/share.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: 2020-06-22 17:23+0200\n"
-"PO-Revision-Date: 2018-02-27 14:24+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourcegalleryshare/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1519741474.000000\n"
#. oG3Mq
@@ -32,7 +32,7 @@ msgctxt ""
"backgrounds\n"
"LngText.text"
msgid "Backgrounds"
-msgstr ""
+msgstr "خلفيات"
#. kuNKS
#: gallery_names.ulf
@@ -59,7 +59,7 @@ msgctxt ""
"flowchart\n"
"LngText.text"
msgid "Flow chart"
-msgstr ""
+msgstr "مخطط انسيابي"
#. YSm8F
#: gallery_names.ulf
@@ -68,7 +68,7 @@ msgctxt ""
"icons\n"
"LngText.text"
msgid "Icons"
-msgstr ""
+msgstr "أيقونات"
#. PCCbZ
#: gallery_names.ulf
@@ -77,7 +77,7 @@ msgctxt ""
"network\n"
"LngText.text"
msgid "Network"
-msgstr ""
+msgstr "شبكة"
#. YAZe6
#: gallery_names.ulf
@@ -86,7 +86,7 @@ msgctxt ""
"shapes\n"
"LngText.text"
msgid "Shapes"
-msgstr ""
+msgstr "أشكال"
#. FVHrw
#: gallery_names.ulf
diff --git a/source/ar/filter/messages.po b/source/ar/filter/messages.po
index 9f04eb85fb0..0158d49863d 100644
--- a/source/ar/filter/messages.po
+++ b/source/ar/filter/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: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1524288716.000000\n"
#. 5AQgJ
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "حسنًا"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"تحذير: لا يمكن حفظ جميع رسومات EPS المستوردة في المستوى 1\n"
-"نظرًا لأن بعضها ينتمي إلى مستوى أعلى!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "يصدّر بتنسيق PDF"
@@ -221,80 +211,80 @@ msgstr "يصدّر بتنسيق PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "ضع كلمة سر للفتح"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "ضع كلمة سر للتصريح"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "لا يسمح PDF/A بالتّعمية. ملفّ PDF المصدَّر لن يحمى بكلمة سر."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "شفافيّة PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "يمنع PDF/A الشفافية. طُلي كائن شفّاف بلون معتم عوضا عن ذلك."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "تعارض إصدارات PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "الشفافية غير مدعومة في إصدارات PDF السابقة للإصدار ١٫٤. طُلي كائن شفّاف بلون معتم عوضا عن ذلك."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "إجراء استمارة PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "احتوى متحكّم في الاستمارة إجراءً لا يدعمه معيار PDF/A. تخطّيتُ الإجراء."
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "حُوّلت بعض الكائنات إلى صورة لإزالة شفافيتها، ذلك لأن نسق PDF الهدف لا يدعم الشفافية. قد تحصل على نتائج أفضل إن أزلت الكائنات الشفافة قبل التصدير."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "أُزيلت الشفافية"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "فشلت توليد التوقيع"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "أُجهض تصدير PDF"
@@ -681,7 +671,7 @@ msgstr ""
#: filter/uiconfig/ui/pdfgeneralpage.ui:731
msgctxt "pdfgeneralpage|pdfua|tooltip_text"
msgid "Creates a universal accessibility-compliant PDF file that follows the requirements of PDF/UA (ISO 14289) specifications."
-msgstr ""
+msgstr "ينشيء ملف بي دي أف متوافق عالميا من ناحية إمكانية الوصول والذي يتبع متطلبات المواصفات PDF/UA (ISO 14289)."
#. Drqkd
#: filter/uiconfig/ui/pdfgeneralpage.ui:747
@@ -1115,7 +1105,7 @@ msgstr "م_كّن الوصول إلى النص لأدوات الوصول"
#: filter/uiconfig/ui/pdfsecuritypage.ui:549
msgctxt "pdfsecuritypage|extended_tip|enablea11y"
msgid "Select to enable text access for accessibility tools."
-msgstr ""
+msgstr "حدد لتمكين الوصول الى النص من أدوات قابلية الوصول."
#. 2hi53
#: filter/uiconfig/ui/pdfsecuritypage.ui:564
diff --git a/source/ar/helpcontent2/source/text/sbasic/python.po b/source/ar/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/ar/helpcontent2/source/text/sbasic/python.po
+++ b/source/ar/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared.po b/source/ar/helpcontent2/source/text/sbasic/shared.po
index a91c36c2d04..1125d7c58f9 100644
--- a/source/ar/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ar/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr ""
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr ""
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "الصياغة:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr ""
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "المعاملات:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "مثال:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/ar/helpcontent2/source/text/sbasic/shared/03.po b/source/ar/helpcontent2/source/text/sbasic/shared/03.po
index 0629004e631..12070f2a022 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/ar/helpcontent2/source/text/scalc/01.po b/source/ar/helpcontent2/source/text/scalc/01.po
index 0ddb4d66414..739e2936eb3 100644
--- a/source/ar/helpcontent2/source/text/scalc/01.po
+++ b/source/ar/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-21 16:36+0000\n"
"Last-Translator: Benmeddour oussama <benmeddour62@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ar/>\n"
@@ -13966,40 +13966,40 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
msgstr ""
#. FCxrw
@@ -14011,13 +14011,13 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr ""
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
msgstr ""
#. uazzL
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/ar/helpcontent2/source/text/scalc/guide.po b/source/ar/helpcontent2/source/text/scalc/guide.po
index 3de24f791fc..a02a26e1f21 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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index 6ffe2b5a277..d6daa314cae 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 2f2545bf122..7e64f23d5c6 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,13 +4165,13 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
+msgid "Assign"
msgstr ""
#. 7XELF
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr ""
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
msgstr ""
-#. LVDxA
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
+msgid "Unordered (Lists)"
msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">أحداث</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr "اختيار"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
+msgid "Ordered"
msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index f54773a78d1..9d87c54108a 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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index cadbd6a4b22..6cf0ff04626 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/ar/helpcontent2/source/text/simpress/guide.po b/source/ar/helpcontent2/source/text/simpress/guide.po
index b0bc27fda4c..e64430f2467 100644
--- a/source/ar/helpcontent2/source/text/simpress/guide.po
+++ b/source/ar/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr ""
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr ""
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr ""
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/ar/helpcontent2/source/text/swriter.po b/source/ar/helpcontent2/source/text/swriter.po
index fe8e4278f73..90542de6880 100644
--- a/source/ar/helpcontent2/source/text/swriter.po
+++ b/source/ar/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">ترقيم الأسطر</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">حاشيات سفلية</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">رتّب</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">خيارات التصحيح التلقائي</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">رتّب</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,13 +1933,13 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr ""
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
+msgid "Text Formula"
msgstr ""
#. xLmxB
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index 42f8f4ce209..21ab948e58c 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/ar/helpcontent2/source/text/swriter/02.po b/source/ar/helpcontent2/source/text/swriter/02.po
index 2fc83dff2c3..3a0d597ad8d 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2017-11-22 14:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -79,22 +79,22 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr ""
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
+msgid "Link Frames"
msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
msgstr ""
#. HhxBu
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr ""
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/guide.po b/source/ar/helpcontent2/source/text/swriter/guide.po
index 0f83aa5a535..eee8e60da37 100644
--- a/source/ar/helpcontent2/source/text/swriter/guide.po
+++ b/source/ar/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 13:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr ""
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr ""
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 6e6e4ad494c..ab7b650be08 100644
--- a/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2017-01-20 15:17+0000\n"
-"Last-Translator: Khaled <khaledhosny@eglug.org>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2019-07-11 18:38+0200\n"
+"PO-Revision-Date: 2021-02-17 15:02+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/nlpsolverhelpencomsunstarcompcalcnlpsolver/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.8\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1484925421.000000\n"
+#. XpeLj
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -24,6 +25,7 @@ msgctxt ""
msgid "Options"
msgstr "خيارات"
+#. GfZUJ
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -32,6 +34,7 @@ msgctxt ""
msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
msgstr "<bookmark_value>حلّال مشاكل اللا خطية;خيارات</bookmark_value>"
+#. FCECT
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -40,6 +43,7 @@ msgctxt ""
msgid "General Options"
msgstr "خيارات عامة"
+#. ZkCEe
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -48,6 +52,7 @@ msgctxt ""
msgid "Size of Swarm"
msgstr "حجم السرب"
+#. hRGYs
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -56,6 +61,7 @@ msgctxt ""
msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
msgstr "… يعرّف عدد الأفراد للمشاركة في عملية التعلم. كل فرد يحصل على حله الخاص والمعرفة الشاملة."
+#. zReEK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -64,6 +70,7 @@ msgctxt ""
msgid "Learning Cycles"
msgstr "دورة التعلم"
+#. mDzwh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -72,6 +79,7 @@ msgctxt ""
msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
msgstr "… يعرّف عدد التكرارات، اللوغاريتم يجب أن يُأخذ. في كل تكرار، كل الأفراد يخمّنون عن الحل الأفضل ويتبادلون معرفاتهم,"
+#. SWBAK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -80,6 +88,7 @@ msgctxt ""
msgid "Variable Bounds Guessing"
msgstr "تخمين حدود المتغير"
+#. 86AX8
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -88,6 +97,7 @@ msgctxt ""
msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
msgstr "إن مُكّن (المبدئيّ)، تحاول الخوارزمية الحصول على حدود المتغير بالبحث في القيم المبتَدَئة."
+#. 7tnqA
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -96,6 +106,7 @@ msgctxt ""
msgid "Variable Bounds Threshold"
msgstr "عتبة حدود المتغير"
+#. 6fpGp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -104,6 +115,7 @@ msgctxt ""
msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
msgstr "عند تخمين حدود المتغير، هذه العتبة تحدِّد كيف ستُحدَّد القيم الأولية لإزاحتهم لبناء الحدود. لمثال كيف تُحسب هذه القيم، يرجى الرجوع إلى الدليل في الويكي."
+#. 4nKkq
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -112,6 +124,7 @@ msgctxt ""
msgid "Use ACR Comparator"
msgstr "استخدم مقارن ACR"
+#. eVij6
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -120,6 +133,7 @@ msgctxt ""
msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
msgstr "إن <emph>عُطّل</emph> (المبدئيّ)، تستخدم مقارنة BCH. تُقارن بين فردين بالنظر أولا في انتهاكات القيود، و فقط في حال تساوت تقيس حلهم الحالي."
+#. wHTo3
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -128,6 +142,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
msgstr "إذا <emph> تمكين </emph>، يتم استخدام المقارنة ACR. فإنه يقارن بين الأفراد اعتماداً على التكرار الحالي ويقيس الجودة مع المعرفة حول أسوأ حلول المكتبات المعروفة (فيما يتعلق بانتهاكات القيد الخاصة بهم)."
+#. 5jPbx
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -136,6 +151,7 @@ msgctxt ""
msgid "Use Random Starting Point"
msgstr "استخدام نقطة بداية عشوائياً"
+#. pt3XB
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -144,6 +160,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
msgstr "إن <emph>فُعِّل</emph>، المكتبة تملئ ببساطة بنقاط عشوائية مختارة."
+#. HFv6w
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -152,6 +169,7 @@ msgctxt ""
msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
msgstr "إن <emph>عُطِل</emph>، القيم الموجودة حاليًا (كما أعطيت من المستخدم) مُدرجة في المكتبة كنقطة مرجع."
+#. TYEBG
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -160,14 +178,16 @@ msgctxt ""
msgid "Stagnation Limit"
msgstr "حدّ الركود"
+#. nWRYK
#: Options.xhp
msgctxt ""
"Options.xhp\n"
"par_id050320091710377\n"
"help.text"
msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
-msgstr "إذا وَجد هذا العدد من الأفراد الحلول ضمن مجال قريب, يتم إيقاف التكرار ويتم اختيار الأفضل من هذه القيم كقيمة مثلى."
+msgstr "إذا وَجد هذا العدد من الأفراد الحلول ضمن مجال قريب، يتم إيقاف التكرار ويتم اختيار الأفضل من هذه القيم كقيمة مثلى."
+#. UFcxy
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -176,14 +196,16 @@ msgctxt ""
msgid "Stagnation Tolerance"
msgstr "احتمال الركود"
+#. F3qEp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
"par_id0503200917103834\n"
"help.text"
msgid "Defines in what range solutions are considered “similar”."
-msgstr "يحدد في أي مجال الحلول تعتبر \"متماثلة\"."
+msgstr "يحدد في أي مجال تعتبر الحلول \"متماثلة\"."
+#. RUbSm
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -192,6 +214,7 @@ msgctxt ""
msgid "Show Enhanced Solver Status"
msgstr "أظهر حالة الحلّال المحسّنة"
+#. zmkYh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -200,6 +223,7 @@ msgctxt ""
msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives information about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
msgstr "إن كان <emph>مفعّل</emph>، مربع حوار إضافي سيظهر أثناء عملية الحل والذي يقدّم معلومات حول العملية الحالية، مستوى الركود، أفضل حل مُمكن حاليًّا، لوقف الحلّال أو استكماله."
+#. KH5yg
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -208,6 +232,7 @@ msgctxt ""
msgid "DEPS-specific Options"
msgstr "DEPS - خيارات المحددة"
+#. ZU7FF
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -216,6 +241,7 @@ msgctxt ""
msgid "Agent Switch Rate"
msgstr "معدّل تحويل العامل"
+#. 2zhCp
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -224,6 +250,7 @@ msgctxt ""
msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
msgstr "لتحديد احتمالية اختيار فرد إستراتيجية تطور الفارق."
+#. 2yhKo
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -232,6 +259,7 @@ msgctxt ""
msgid "DE: Crossover Probability"
msgstr "DE: احتمال العبور"
+#. eDjrN
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -240,6 +268,7 @@ msgctxt ""
msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
msgstr "… يعرّف احتمال أن يكون الفرد مجموع مع النقطة العالمية الأفضل. إن لم يُستخدم العبور، النقطة تُجمع من ذاكرة واحدة من الفرد."
+#. DfF2d
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -248,6 +277,7 @@ msgctxt ""
msgid "DE: Scaling Factor"
msgstr "DE: عامل التحجيم"
+#. ThmU9
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -256,6 +286,7 @@ msgctxt ""
msgid "During crossover, the scaling factor decides about the “speed” of movement."
msgstr "خلال العبور، عامل التحجيم يقترح “سرعة” الحركة."
+#. pxYLF
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -264,6 +295,7 @@ msgctxt ""
msgid "PS: Constriction Coefficient"
msgstr "PS: معامل الانقباض"
+#. CPpbg
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -272,6 +304,7 @@ msgctxt ""
msgid "… defines the speed at which the particles/individuals move towards each other."
msgstr "… يعرّف السرعة التي يجب أن تتحرك بها الجسيمات/الأفراد نحو بعضها البعض."
+#. dGVYP
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -280,6 +313,7 @@ msgctxt ""
msgid "PS: Cognitive Constant"
msgstr "PS: ثابت الإدراك"
+#. HmszE
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -288,6 +322,7 @@ msgctxt ""
msgid "… sets the importance of the own memory (in particular the best reached point so far)."
msgstr "… يضبط أهمية الذاكرتين (ولا سيّما أفضل نقطة وُصِلت إليها حتى الآن)."
+#. ktGLv
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -296,6 +331,7 @@ msgctxt ""
msgid "PS: Social Constant"
msgstr "PS: ثابت اجتماعي"
+#. CkqZA
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -304,6 +340,7 @@ msgctxt ""
msgid "… sets the importance of the global best point between all particles/individuals."
msgstr "… يضبط أهمية النقطة الفضلى العالمية بين كل الجسيمات/الأفراد."
+#. BAGAU
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -312,14 +349,16 @@ msgctxt ""
msgid "PS: Mutation Probability"
msgstr "PS: احتمال الطفرة"
+#. CyJWk
#: Options.xhp
msgctxt ""
"Options.xhp\n"
"par_id0603200910394272\n"
"help.text"
msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
-msgstr "…يحدد الاحتمالات، أنه بدلا من نقل مكون من الجسيمات نحو أفضل نقطة، فإنه يختار بشكل عشوائي قيمة جديدة من النطاق الصالح لهذا المتغير."
+msgstr "…يحدد الاحتمالات، أنه بدلا من نقل مكون من الجسيم نحو أفضل نقطة، فإنه يختار عشوائيا قيمة جديدة من المجال الصالح لذلك المتغير."
+#. JbhLh
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -328,6 +367,7 @@ msgctxt ""
msgid "SCO-specific Options"
msgstr "خيارات SCO الخاصة"
+#. zCr2J
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -336,6 +376,7 @@ msgctxt ""
msgid "Size of Library"
msgstr "حجم المكتبة"
+#. RSA7B
#: Options.xhp
msgctxt ""
"Options.xhp\n"
@@ -344,6 +385,7 @@ msgctxt ""
msgid "… defines the amount of information to store in the public library. Each individual stores knowledge there and asks for information."
msgstr "… يعرّف كملة المعلومات لتخزينها في المكتبة العامّة. كل واحدة تفرز المعرفة هناك وتسأل عن المعلومات."
+#. CoicK
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -352,6 +394,7 @@ msgctxt ""
msgid "Usage"
msgstr "الإستخدام"
+#. B5wxZ
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -360,6 +403,7 @@ msgctxt ""
msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
msgstr "<bookmark_value>حلّال المشاكل الغير خطية;الإستخدام</bookmark_value>"
+#. FXuKu
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -368,6 +412,7 @@ msgctxt ""
msgid "Usage"
msgstr "الإستخدام"
+#. R7si5
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
@@ -376,22 +421,25 @@ msgctxt ""
msgid "Regardless whether you use DEPS or SCO, you start by going to Tools - Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
msgstr "بغض النظر عما إذا كنت تستخدم DEPS أو SCO، لتبدأ عليك الانتقال إلى ”أدوات > Solver“ و ضبط الخلية المراد تحسينها، و اتجاه الذهاب (الحد الأدنى و الأعلى) و الخلايا التي ستُعدّل للوصول الى الهدف. بعد ذلك انتقل إلى ”خيارات“ و حدّد الحلّال الذي سيُستخدم. إن لزم الأمر، اضبط <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">المعاملات</link> المناسبة."
+#. iuEnw
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
"par_id0603200910430821\n"
"help.text"
msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
-msgstr "هناك أيضًا قيود لاقتصار المجال الممكن للحلول أو لمعاقبة شروط معينة. على أية حال، احتياطًا لحلّالَيّ التطوير DEPS و SCO، هذه الشروط تُستخدَم أيضًا لتحديد الحدود لمتغيرات المشكلة. بسبب طبيعة اللوغاريتمات العشوائية، <emph>من المستحسن بشدّة</emph> القيام بإعطاء الحدود العليا لكل المتغيرات (واحتياطًا يجب أن يكون \"افترض أن المتغيرات غير سالبة\" موقَفًا ومُنزَلًا). لييس من الضروري أن يكونوا قريبين من الحل الفعلي (غالبًا هو مجهول) لكن يجب إعطاء إشارة تقريبيّة للحجم المتوقع (0 ≤ متغير ≤ 1 أو ربما -1000000 ≤ متغير ≤ 1000000)."
+msgstr "هناك أيضًا لائحة مقيدات يمكنك استخدامها لقصر المجال الممكن للحلول أو لمعاقبة شروط معينة. على أية حال، احتياطًا لحلّالَيّ التطوير DEPS و SCO، هذه المقيدات تُستخدَم أيضًا لتحديد تكبيلات على متغيرات المشكلة. بسبب الطبيعة العشوائية للوغاريتمات، فإنه من <emph>المستحسن بشدّة</emph> القيام بذلك وإعطاء التكبيلات العليا (وايضا الدنيا في حالة كون \"افترض متغيرات غير سالبة\" معطّلاً) لكل المتغيرات. وليس من الضروري أن تكون قريبة من الحل الفعلي (وهو غالبا مجهول) لكن يجب ان تعطي إشارة تقريبيّة للحجم المتوقع (0 ≤ متغير ≤ 1 أو ربما -1000000 ≤ متغير ≤ 1000000)."
+#. E5pcq
#: Usage.xhp
msgctxt ""
"Usage.xhp\n"
"par_id0603200910430873\n"
"help.text"
msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
-msgstr "الحدود تُحدَّد بتحديد متغير أو أكثر (كالمجال) من الجانب الأيسر وإدخال قيمة رقمية (ليس خلية أو معادلة) في الجانب الأيمن. بهذه الطريقة يمكنك اختيار متغير أو أكثر ليصبح <emph>عدد صحيح</emph> أو <emph>ثنائي</emph> فقط."
+msgstr "التكبيلات تُحدَّد بتحديد متغير أو أكثر (كمجال) من الجانب الأيسر وإدخال قيمة رقمية (ليس خلية أو صيغة) في الجانب الأيمن. بهذه الطريقة يمكنك اختيار متغير أو أكثر ليصبح <emph>عدد صحيح</emph> أو <emph>ثنائي</emph> فقط."
+#. 4SEEA
#: help.tree
msgctxt ""
"help.tree\n"
@@ -400,6 +448,7 @@ msgctxt ""
msgid "Solver for Nonlinear Problems"
msgstr "حلّال المشاكل الغير خطية"
+#. 3sHVz
#: help.tree
msgctxt ""
"help.tree\n"
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 b784cb26f13..5fed5cab23e 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-07 23:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022442.000000\n"
#. W5ukN
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "حدّد الخلايا غير المحمية"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18111,15 +18121,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "كتالوج الكائنات"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "حدود خارجية"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -18369,7 +18389,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Macros..."
-msgstr ""
+msgstr "تعديل الماكروهات..."
#. Ws9jQ
#: GenericCommands.xcu
@@ -19643,14 +19663,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "أدرج رسمًا بيانيًا"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19673,14 +19693,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19703,35 +19723,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "مخطط"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "~قائمة مخطط"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "اختر نمط قائمة المخطط"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -23543,7 +23563,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Redact"
-msgstr ""
+msgstr "تنقيح"
#. Ponm7
#: GenericCommands.xcu
@@ -23553,7 +23573,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Redact"
-msgstr ""
+msgstr "تنقيح"
#. bSmGC
#: GenericCommands.xcu
@@ -23563,7 +23583,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Redact Document"
-msgstr ""
+msgstr "نقّح المستند"
#. hGiLG
#: GenericCommands.xcu
@@ -25515,7 +25535,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Development Tool"
-msgstr ""
+msgstr "أداة التطوير"
#. jLF5j
#: GenericCommands.xcu
@@ -26707,6 +26727,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
@@ -34312,7 +34342,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Accessibility Check..."
-msgstr ""
+msgstr "فحص قابلية ال~وصول..."
#. BWWDU
#: WriterCommands.xcu
@@ -35364,7 +35394,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Protect Document"
-msgstr ""
+msgstr "حماية الم~ستند"
#. ByLdE
#: WriterCommands.xcu
@@ -35374,7 +35404,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Protect Fields"
-msgstr ""
+msgstr "احمِ الحقول"
#. zDPPk
#: WriterCommands.xcu
@@ -35384,7 +35414,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Protect fields in current document"
-msgstr ""
+msgstr "احمِ الحقول في المستند الحالي"
#. CdnED
#: WriterCommands.xcu
@@ -35394,7 +35424,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Protect Bookmarks"
-msgstr ""
+msgstr "احمِ العلامات"
#. WjWoa
#: WriterCommands.xcu
@@ -35404,7 +35434,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Protect bookmarks in current document"
-msgstr ""
+msgstr "احمِ العلامات في الميتند الحالي"
#. iQC5j
#: WriterCommands.xcu
diff --git a/source/ar/oox/messages.po b/source/ar/oox/messages.po
index aaf24da6b8a..1e186417ef7 100644
--- a/source/ar/oox/messages.po
+++ b/source/ar/oox/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"PO-Revision-Date: 2021-02-13 19:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/ooxmessages/ar/>\n"
"Language: ar\n"
@@ -19,13 +19,13 @@ msgstr ""
#: oox/inc/strings.hrc:15
msgctxt "STR_DIAGRAM_TITLE"
msgid "Chart Title"
-msgstr ""
+msgstr "عنوان المخطط البياني"
#. 3YeSC
#: oox/inc/strings.hrc:16
msgctxt "STR_DIAGRAM_AXISTITLE"
msgid "Axis Title"
-msgstr ""
+msgstr "عنوان المحور"
#. wH3TZ
msgctxt "stock"
diff --git a/source/ar/readlicense_oo/docs.po b/source/ar/readlicense_oo/docs.po
index 4fb0043bb13..5702ba7278f 100644
--- a/source/ar/readlicense_oo/docs.po
+++ b/source/ar/readlicense_oo/docs.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: 2020-10-27 12:31+0100\n"
-"PO-Revision-Date: 2018-11-12 11:34+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
+"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/ar/>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1542022443.000000\n"
#. q6Gg3
@@ -734,7 +734,7 @@ msgctxt ""
"aw22\n"
"readmeitem.text"
msgid "Important Accessibility Notes"
-msgstr "ملاحظات مهمة عن إمكانية الوصول"
+msgstr "ملاحظات مهمة عن قابلية الوصول"
#. r7AUE
#: readme.xrm
@@ -743,7 +743,7 @@ msgctxt ""
"access7\n"
"readmeitem.text"
msgid "For more information on the accessibility features in ${PRODUCTNAME}, see <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
-msgstr ""
+msgstr "لمزيد من المعلومات عن ميزات قابلية الوصول في ${PRODUCTNAME}، انظر <a href=\"https://www.libreoffice.org/accessibility/\">https://www.libreoffice.org/accessibility/</a>"
#. Cumnc
#: readme.xrm
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index 29742305397..600f1492828 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2021-02-07 23:36+0000\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
"Language: ar\n"
@@ -2162,13 +2162,13 @@ msgstr "نطاق غير صالح"
#: sc/inc/globstr.hrc:370
msgctxt "STR_CHARTTITLE"
msgid "Chart Title"
-msgstr ""
+msgstr "عنوان المخطط البياني"
#. yyY6k
#: sc/inc/globstr.hrc:371
msgctxt "STR_AXISTITLE"
msgid "Axis Title"
-msgstr ""
+msgstr "عنوان المحور"
#. ANABc
#. Templates for data pilot tables.
@@ -23074,102 +23074,97 @@ msgstr ""
#: sc/uiconfig/scalc/ui/filterdropdown.ui:158
msgctxt "filterdropdown|STR_BTN_TOGGLE_ALL"
msgid "All"
-msgstr ""
+msgstr "الكل"
#. JsSz6
#: sc/uiconfig/scalc/ui/filterdropdown.ui:177
msgctxt "filterdropdown|STR_BTN_SELECT_CURRENT"
msgid "Show only the current item."
-msgstr ""
+msgstr "أظهر فقط العنصر الحالي."
#. vBQYB
#: sc/uiconfig/scalc/ui/filterdropdown.ui:192
msgctxt "filterdropdown|STR_BTN_UNSELECT_CURRENT"
msgid "Hide only the current item."
-msgstr ""
+msgstr "أخفِ فقط العنصر الحالي."
#. AfnFz
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:34
-#, fuzzy
msgctxt "floatingborderstyle|none|tooltip_text"
msgid "No Border"
-msgstr "بلا حدود"
+msgstr "بلا حدّ"
#. J9YqG
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:46
msgctxt "floatingborderstyle|all|tooltip_text"
msgid "All Borders"
-msgstr ""
+msgstr "كل الحدود"
#. 3dsGE
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:58
-#, fuzzy
msgctxt "floatingborderstyle|outside|tooltip_text"
msgid "Outside Borders"
-msgstr "الخطوط العريضة - الحدود"
+msgstr "الحدود الخارجية"
#. BQ8N3
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:70
msgctxt "floatingborderstyle|thickbox|tooltip_text"
msgid "Thick Box Border"
-msgstr ""
+msgstr "حد صندوقي عريض"
#. RSWP6
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:94
msgctxt "floatingborderstyle|thickbottom|tooltip_text"
msgid "Thick Bottom Border"
-msgstr ""
+msgstr "حد بقاع عريض"
#. d9rkv
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:106
msgctxt "floatingborderstyle|doublebottom|tooltip_text"
msgid "Double Bottom Border"
-msgstr ""
+msgstr "حد مزدوج القاع"
#. A6jir
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:118
-#, fuzzy
msgctxt "floatingborderstyle|topthickbottom|tooltip_text"
msgid "Top and Thick Bottom Borders"
-msgstr "حدود علوية وسفلية"
+msgstr "حدود علوية و عريضة سفلية"
#. 5QWSV
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:130
-#, fuzzy
msgctxt "floatingborderstyle|topdoublebottom|tooltip_text"
msgid "Top and Double Bottom Borders"
-msgstr "حدود علوية وسفلية"
+msgstr "حدود علوية ومزدوجة سفلية"
#. of4fP
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:154
msgctxt "floatingborderstyle|left|tooltip_text"
msgid "Left Border"
-msgstr ""
+msgstr "حد أيسر"
#. FWwqR
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:166
msgctxt "floatingborderstyle|right|tooltip_text"
msgid "Right Border"
-msgstr ""
+msgstr "حد أيمن"
#. sDFmj
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:178
msgctxt "floatingborderstyle|top|tooltip_text"
msgid "Top Border"
-msgstr ""
+msgstr "حد علوي"
#. nhY8S
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:190
msgctxt "floatingborderstyle|bottom|tooltip_text"
msgid "Bottom Border"
-msgstr ""
+msgstr "حد سفلي"
#. BF7XZ
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:214
-#, fuzzy
msgctxt "floatingborderstyle|diagup|tooltip_text"
msgid "Diagonal Up Border"
-msgstr "حد قطري لأسفل"
+msgstr "حد قطري لأعلى"
#. 8FWZ3
#: sc/uiconfig/scalc/ui/floatingborderstyle.ui:227
@@ -26425,7 +26420,6 @@ msgstr "جدول مُمتد"
#. QdJQU
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1727
-#, fuzzy
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "أشكال"
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index 1e2a6db0118..f8ba182a973 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/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: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022446.000000\n"
#. WDjkB
@@ -2273,7 +2273,7 @@ msgstr ""
#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
-msgstr ""
+msgstr "أشكال"
#. i6AnZ
#: sd/inc/strings.hrc:340
@@ -4558,61 +4558,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "رُ_د"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_عريض"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_مائل"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "مس_طّر"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "م_شطوب"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "ا_نسخ"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "أل_صق"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "ا_حذف التعليق"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "احذف كل تعلي_قات %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "احذف _كل التعليقات"
@@ -7773,7 +7737,6 @@ msgstr "الشريحة"
#. QdJQU
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1453
-#, fuzzy
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
msgstr "أشكال"
diff --git a/source/ar/sfx2/messages.po b/source/ar/sfx2/messages.po
index cbd22008c82..a66987d9d50 100644
--- a/source/ar/sfx2/messages.po
+++ b/source/ar/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ar/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540149332.000000\n"
#. bHbFE
@@ -1643,286 +1643,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "خيارات أكثر"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "أغلق الشريط الجانبي المرصوف"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "خلية نحل"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "منحنى أزرق"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "خرائط أولية"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "الحمض النووي"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "تركيز"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "طير الغابة"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "إلهام"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "أضواء"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "الحاضرة"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "أزرق ليلي"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "عَرض طبيعة"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "قلم رصاص"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "بيانو"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "حقيبة عَرض"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "تقدُّم"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "عتيق"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "زاهي"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "سيرة ذاتية"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "المبدئي"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "عصري"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "بطاقة أعمال فيها شعار"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "أزل"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "امسح الكل"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2651,6 +2639,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2705,6 +2699,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3855,6 +3885,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ar/shell/messages.po b/source/ar/shell/messages.po
index 53299db399c..8308c390d20 100644
--- a/source/ar/shell/messages.po
+++ b/source/ar/shell/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/shellmessages/ar/>\n"
"Language: ar\n"
@@ -19,7 +19,7 @@ msgstr ""
#: shell/inc/spsupp/spsuppStrings.hrc:15
msgctxt "RID_STR_SP_VIEW_OR_EDIT_TITLE"
msgid "Open Document"
-msgstr ""
+msgstr "فتح مستند"
#. MZs32
#: shell/inc/spsupp/spsuppStrings.hrc:16
@@ -31,18 +31,23 @@ msgid ""
"\n"
"Do you want to open it to view or to edit?"
msgstr ""
+"أنت تفتح المستند\n"
+"\n"
+" %DOCNAME\n"
+"\n"
+"أتريد فتحه لمعاينته أو لتحريره؟"
#. SA66v
#: shell/inc/spsupp/spsuppStrings.hrc:17
msgctxt "RID_STR_SP_VIEW_OR_EDIT_VIEW"
msgid "View"
-msgstr ""
+msgstr "معاينة"
#. Cj6ae
#: shell/inc/spsupp/spsuppStrings.hrc:18
msgctxt "RID_STR_SP_VIEW_OR_EDIT_EDIT"
msgid "Edit"
-msgstr ""
+msgstr "تحرير"
#. eQnBP
#: shell/inc/spsupp/spsuppStrings.hrc:19
diff --git a/source/ar/starmath/messages.po b/source/ar/starmath/messages.po
index 4f6f3743b91..c430714a654 100644
--- a/source/ar/starmath/messages.po
+++ b/source/ar/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ar/>\n"
@@ -1937,771 +1937,777 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "نقاط في وسط"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "نقاط إلى أعلى"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "نقاط إلى أسفل"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "نقاط بالأسفل"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "نقاط رأسية"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "سَلسَلة"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "قسمة (/)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "يقبل القسمة"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "لا يقبل القسمة"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "سهمان إلى اليسار"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "سهمان إلى اليسار واليمين"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "سهمان إلى اليمين"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "مجموعة أرقام طبيعية"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "مجموعة الأعداد الصحيحة"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "مجموعة الأعداد المنطقية"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "مجموعة الأعداد الحقيقية"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "مجموعة الأعداد المركبة"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Large Circumflex"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Large Tilde"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Large Vector Arrow"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "شريط h"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "شريط لامدا"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "سهم لليسار"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "سهم لليمين"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "سهم لأعلى"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "سهم لأسفل"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "لا مسافة"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "يسبق"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "يسبق أو يساوي"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "يسبق أو يعادل"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "يتبع"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "يتبع أو يساوي"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "يتبع أو يعادل"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "لا يسبق"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "لا يتبع"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "مُعاملات أحادية/ثنائية"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "العلاقات"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Set Operations"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "الدوال"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "المُعاملات"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "السمات"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "الأقواس"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "تنسيقات"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "غيرها"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "أمثلة"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "قياسي"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "مائل"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "عريض"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "أسود"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "أزرق"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "أخضر"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "أحمر"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "رمادي"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "ليموني"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "كستنائي"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "أزرق ليلي"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "زيتوني"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "بنفسجي"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "فضي"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "أزرق مخضر"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "أصفر"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "إخفاء"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "الحجم"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "الخط"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "يسار"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "توسيط"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "يمين"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "تعليقات"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "المعادلات"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "يحفظ المستند..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "معادلات %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "خطأ : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "حرف غير متوقع"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "متوقع '{'"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "متوقع '}'"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "متوقع '('"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "متوقع ')'"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "متوقع '#'"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Color required"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' expected"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "‏%PRODUCTNAME‏ %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "المحتويات"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "ال~عنوان"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "ن~ص المعادلة"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "الح~دود"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "الحجم"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "الحجم الأ~صلي"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "ملاءمة ~حجم الصفحة"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "ال~مقياس"
diff --git a/source/ar/svl/messages.po b/source/ar/svl/messages.po
index 59a83cc9e20..7703e4f90d8 100644
--- a/source/ar/svl/messages.po
+++ b/source/ar/svl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svlmessages/ar/>\n"
"Language: ar\n"
@@ -27,7 +27,7 @@ msgstr "مساحة العمل"
#: include/svl/svl.hrc:27
msgctxt "STR_FILECTRL_BUTTONTEXT"
msgid "Browse..."
-msgstr ""
+msgstr "تصفّح..."
#. wH3TZ
msgctxt "stock"
diff --git a/source/ar/svtools/messages.po b/source/ar/svtools/messages.po
index 9e4b9b46ecb..46564f2f875 100644
--- a/source/ar/svtools/messages.po
+++ b/source/ar/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:37+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ar/>\n"
@@ -4990,6 +4990,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/ar/svx/messages.po b/source/ar/svx/messages.po
index ae9d1c01ae0..79eee8bc0a1 100644
--- a/source/ar/svx/messages.po
+++ b/source/ar/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-07 23:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-12 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ar/>\n"
"Language: ar\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022449.000000\n"
#. 3GkZj
@@ -45,16 +45,15 @@ msgstr "كائنات مجموعة"
#. piV8E
#: include/svx/strings.hrc:29
-#, fuzzy
msgctxt "STR_ObjNameSingulGRUPEMPTY"
msgid "Blank group object"
-msgstr "كائنات تجميع فارغة"
+msgstr "كائن مجموعة فارغة"
#. BBEPU
#: include/svx/strings.hrc:30
msgctxt "STR_ObjNamePluralGRUPEMPTY"
msgid "Blank group objects"
-msgstr "كائنات تجميع فارغة"
+msgstr "كائنات مجموعات فارغة"
#. NVHmC
#: include/svx/strings.hrc:31
@@ -452,25 +451,25 @@ msgstr "ابحث عن الصور"
#: include/svx/strings.hrc:95
msgctxt "STR_ObjNameSingulGRAFNONE"
msgid "Blank image object"
-msgstr ""
+msgstr "كائن صورة فارغة"
#. uzsE4
#: include/svx/strings.hrc:96
msgctxt "STR_ObjNamePluralGRAFNONE"
msgid "Blank image objects"
-msgstr ""
+msgstr "كائنات صور فارغة"
#. 8Za3o
#: include/svx/strings.hrc:97
msgctxt "STR_ObjNameSingulGRAFNONELNK"
msgid "Blank linked image"
-msgstr ""
+msgstr "صورة مربوطة فارغة"
#. 8W5JS
#: include/svx/strings.hrc:98
msgctxt "STR_ObjNamePluralGRAFNONELNK"
msgid "Blank linked images"
-msgstr ""
+msgstr "صور مربوطة فارغة"
#. kUuBg
#: include/svx/strings.hrc:99
@@ -14471,30 +14470,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19934,18 +19909,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "حرّر النمط..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "السابق"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "التالي"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index 87069b96c4f..5d4f2832b63 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/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: 2021-02-08 12:19+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-16 16:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
"Language: ar\n"
@@ -2480,7 +2480,7 @@ msgstr "تسميات"
#: sw/inc/strings.hrc:64
msgctxt "STR_POOLCOLL_STANDARD"
msgid "Default Paragraph Style"
-msgstr ""
+msgstr "طراز الفقرة المبدئي"
#. AGD4Q
#: sw/inc/strings.hrc:65
@@ -6031,7 +6031,7 @@ msgstr "الفهارس"
#: sw/inc/strings.hrc:678
msgctxt "STR_UPDATE_LINK"
msgid "Links"
-msgstr "روابط"
+msgstr "الوصلات"
#. TaaJK
#: sw/inc/strings.hrc:679
@@ -11647,44 +11647,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "محرف"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "الخط"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "تأثيرات الخطوط"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "الموضع"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "تخطيط أسيوي"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "رابط"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "الإبراز"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "الحدود"
@@ -15012,10 +15024,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15156,10 +15168,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "ب_عد:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15253,10 +15265,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "ب_عد:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -17503,7 +17515,7 @@ msgstr "جافاسكربت"
#: sw/uiconfig/swriter/ui/insertscript.ui:164
msgctxt "insertscript|extended_tip|scripttype"
msgid "Enter the type of script that you want to insert."
-msgstr ""
+msgstr "أدخل نوع السكربت الذي تريد إدراجه."
#. GFmMH
#: sw/uiconfig/swriter/ui/insertscript.ui:176
@@ -18094,17 +18106,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "الفترة:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "حدّد طراز التنسيق الذي تريد استخدامه لأرقام الأسطر."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "حدّد طراز الترقيم الذي تريد استخدامه."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -18737,13 +18749,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:38
msgctxt "mastercontextmenu|STR_UPDATE_SEL"
msgid "Links"
-msgstr ""
+msgstr "الوصلات"
#. RiguA
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:46
msgctxt "mastercontextmenu|STR_UPDATE_ALL"
msgid "All"
-msgstr ""
+msgstr "الكلّ"
#. kxEdV
#: sw/uiconfig/swriter/ui/mastercontextmenu.ui:58
@@ -20581,13 +20593,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:1021
msgctxt "navigatorpanel|STR_UPDATE_SEL"
msgid "Links"
-msgstr ""
+msgstr "الوصلات"
#. Njw6i
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:1029
msgctxt "navigatorpanel|STR_UPDATE_ALL"
msgid "All"
-msgstr ""
+msgstr "الكل"
#. mYVYE
#: sw/uiconfig/swriter/ui/newuserindexdialog.ui:8
@@ -21742,10 +21754,9 @@ msgstr "ارتباط"
#. QdJQU
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1617
-#, fuzzy
msgctxt "notebookbar_groups|shapesb"
msgid "Shapes"
-msgstr "شكل"
+msgstr "أشكال"
#. txpNZ
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1726
@@ -22393,13 +22404,13 @@ msgstr "عدد عشوائي لتحسين دقة ضغط المستند"
#: sw/uiconfig/swriter/ui/optcompatpage.ui:119
msgctxt "optcompatpage|globalcompatoptions"
msgid "Reorganize Form menu to have it MS compatible"
-msgstr ""
+msgstr "أعِد تنظيم الاستمارة لجعلها متوافقة مع مايكروسوفت"
#. hKp8C
#: sw/uiconfig/swriter/ui/optcompatpage.ui:133
msgctxt "optcompatpage|label2"
msgid "Global Compatibility Options"
-msgstr ""
+msgstr "خيارات التوافق العمومية"
#. KC3YE
#: sw/uiconfig/swriter/ui/optcompatpage.ui:225
@@ -22411,13 +22422,13 @@ msgstr "استخدم قياسات الطابعة لتنسيق المستند"
#: sw/uiconfig/swriter/ui/optcompatpage.ui:226
msgctxt "optcompatpage|format"
msgid "Add spacing between paragraphs and tables"
-msgstr ""
+msgstr "أضِف تباعدا بين الفقرات والجداول"
#. b8Byk
#: sw/uiconfig/swriter/ui/optcompatpage.ui:227
msgctxt "optcompatpage|format"
msgid "Add paragraph and table spacing at tops of pages"
-msgstr ""
+msgstr "أضِف تباعد فقرة وجدول في أعلى الصفحات"
#. QuEtV
#: sw/uiconfig/swriter/ui/optcompatpage.ui:228
@@ -22471,25 +22482,25 @@ msgstr "وسع المسافة بين الكلمات في السطور التي
#: sw/uiconfig/swriter/ui/optcompatpage.ui:236
msgctxt "optcompatpage|format"
msgid "Protect form (no longer protects whole document. Insert write protected section instead)"
-msgstr ""
+msgstr "احمِ الاستمارة (لم يعد يحمي المستند. أدرِج مقطعا محميا عن الكتابة بدلا عن ذلك)"
#. 3Y63F
#: sw/uiconfig/swriter/ui/optcompatpage.ui:237
msgctxt "optcompatpage|format"
msgid "Word-compatible trailing blanks"
-msgstr ""
+msgstr "فراغات نهائية متوافقة مع وورد"
#. KRuNA
#: sw/uiconfig/swriter/ui/optcompatpage.ui:238
msgctxt "optcompatpage|format"
msgid "Tolerate white lines of PDF page backgrounds for compatibility with old documents"
-msgstr ""
+msgstr "اسمح بالسطور البيضاء لخلفيات صفحات بي دي أف من اجل التوافق مع المستندات القديمة"
#. QEZVG
#: sw/uiconfig/swriter/ui/optcompatpage.ui:239
msgctxt "optcompatpage|format"
msgid "Hide paragraphs of database fields (e.g., mail merge) with an empty value"
-msgstr ""
+msgstr "أخفِ الفقرات ذات حقول بيانات (مثلا بدمج بريد) بقيمة فارغة"
#. YBG9Y
#: sw/uiconfig/swriter/ui/optcompatpage.ui:240
@@ -22567,7 +22578,7 @@ msgstr "فهر_س:"
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:142
msgctxt "extended_tip|standardbox"
msgid "Specifies the font to be used for the Default Paragraph Style."
-msgstr ""
+msgstr "يحدد الخط الذي سيُستخدم لطراز الفقرة المبدئي."
#. C8bAt
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:166
@@ -23509,10 +23520,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "بلا عنوان 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23575,10 +23586,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23605,10 +23616,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "الموضع"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23656,16 +23667,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "اعرض المستويات الفرعيّة:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27319,45 +27330,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "نمط الأحرف"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "المنظِّم"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "الخط"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "تأثيرات الخطوط"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "الموضع"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "تخطيط أسيوي"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "الإبراز"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "الحدود"
diff --git a/source/ar/vcl/messages.po b/source/ar/vcl/messages.po
index 4c5b3f6d203..2a3f7300132 100644
--- a/source/ar/vcl/messages.po
+++ b/source/ar/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ar/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022451.000000\n"
#. k5jTM
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index a7e3c77ca9f..925a878d8dc 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -5932,14 +5932,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "পৰৱৰ্তী দফাৰ সৈতে একত্ৰ কৰক (_M)"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "নিকটৱৰ্ত্তী শাৰী শৈলীসমূহ একত্ৰ কৰক (_M)"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "বৈশিষ্ট্যবোৰ"
@@ -13136,10 +13142,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -13155,10 +13161,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "চিহ্নিত স্থানত আৰম্ভ কৰক"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13285,10 +13291,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18407,10 +18413,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18419,10 +18425,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "নিৰ্বাচন"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/as/dbaccess/messages.po b/source/as/dbaccess/messages.po
index 341159d1f3c..197bf29da7d 100644
--- a/source/as/dbaccess/messages.po
+++ b/source/as/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/as/>\n"
@@ -3520,35 +3520,35 @@ msgid "Socket:"
msgstr "চকেট"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC ড্ৰাইভাৰ শ্ৰেণী (~r):"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "শ্রেণী পৰীক্ষা কৰক"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "সংযোগ ছেটিংছ্"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "আখৰ সমষ্টি (_C)"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/as/filter/messages.po b/source/as/filter/messages.po
index fdbf8eae326..2abf215feeb 100644
--- a/source/as/filter/messages.po
+++ b/source/as/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-01-15 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -201,18 +201,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"সতৰ্কবাৰ্তা: ইমপোৰ্ট কৰা EPS গ্ৰাফিক্সৰ সকলোখিনিকে স্তৰ ১ত সংৰক্ষণ কৰিব পৰা নগল\n"
-"যিহেহু কিছুমান উচ্চ স্তৰত আছে!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF হিচাপে এক্সপোৰ্ট কৰক"
@@ -220,81 +210,81 @@ msgstr "PDF হিচাপে এক্সপোৰ্ট কৰক"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "মুক্ত পাছওৱাৰ্ড নিৰ্ধাৰণ কৰক"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "অনুমতি পাছওৱাৰ্ড নিৰ্ধাৰণ কৰক"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
#, fuzzy
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A -এ ইনক্ৰিপষণৰ অনুমতি নিদিয়ে। এক্সপোৰ্ট কৰা PDF নথিপত্ৰ পাছওৱাৰ্ড সুৰক্ষীত নহব।"
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
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 9e444568259..b967b65949f 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -1311,6 +1311,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "পৰৱৰ্তী অৰক্ষিত কক্ষলৈ"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18277,15 +18287,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "বস্তু তালিকা"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ৰূপৰেখা"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19837,14 +19857,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "ছার্ট সুমুৱাওক"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19867,14 +19887,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19897,35 +19917,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ৰূপৰেখা"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "ৰূপৰেখা দৃশ্য (~O)"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26980,6 +26999,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/as/sd/messages.po b/source/as/sd/messages.po
index 0322f0a77fd..434b9593581 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4575,69 +4575,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "উত্তৰ দিয়ক (~R)"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-#, fuzzy
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "বল্ড"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-#, fuzzy
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "ইটালিক"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "আণ্ডাৰলাইন কৰক"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "ষ্ট্ৰাইক থ্ৰ"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "কপি (_C)"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "আঠা লগাওক"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "মন্তব্য(সমূহ) মচি দিয়ক"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "সকলো মন্তব্যক %1 -ৰে মচক (~y)"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/as/sfx2/messages.po b/source/as/sfx2/messages.po
index 3fe62d44200..72bc2e83621 100644
--- a/source/as/sfx2/messages.po
+++ b/source/as/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1640,287 +1640,275 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "অধিক বিকল্প"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "কাষবাৰ ডেক বন্ধ কৰক"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "আতৰাওক"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2657,6 +2645,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2715,6 +2709,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3897,6 +3927,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/as/starmath/messages.po b/source/as/starmath/messages.po
index 16a96706e58..57ba5a62899 100644
--- a/source/as/starmath/messages.po
+++ b/source/as/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1935,782 +1935,788 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "মধ্যভাগত বিন্দুসমূহ"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "ওপৰলৈ বিন্দুসমূহ"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
#, fuzzy
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "তললৈ বিন্দুসমূহ"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "তলত বিন্দুসমূহ"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "উলম্বভাৱে বিন্দুসমূহ"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "শৃংঙ্খলা"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "বিভাজন (শ্লেশ্ব্)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "ভাগ কৰে"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "ভাগ নকৰে"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "দ্বৈত কাঁড় বাওঁফালৰ"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "দ্বৈত কাঁড় বাওঁফালৰ আৰু সোঁফালৰ"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "দ্বৈত কাঁড় সোঁফালৰ"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "স্বাভাৱিক সংখ্যাসমূহৰ সংহতি"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "পূৰ্ণ সংখ্যাসমূহৰ সংহতি"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "প্ৰকৃত সংখ্যাসমূহৰ সংহতি"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "বাস্তৱ সংখ্যাসমূহৰ সংহতি"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "জটিল সংখ্যাসমূহৰ সংহতি"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "ডাঙৰ ছার্কামফ্লেক্স"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "ডাঙৰ টিল্ডসমূহ"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "ডাঙৰ ভেক্টৰ কাঁড়"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h বাৰ"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "লেম্বডা বাৰ"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "বাওঁফালৰ কাঁড়"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "সোঁফালৰ কাঁড়"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "ওপৰৰ কাঁড়"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "তলৰ কাঁড়"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "আগত আহে"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "আগত আহে অথবা সমান"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "আগত আহে অথবা সমতূল্য"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "পিছত আহে"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "পিছত আহে অথবা সমান"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "পিছত আহে অথবা সমতূল্য"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "আগত নাহে"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "পিছত নাহে"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "ইউনেৰী/বাইনেৰী অপাৰেটৰসমূহ"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "সম্বন্ধসমূহ"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "অপাৰেশ্বন সংহতি কৰক"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ফলনসমূহ"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "অপাৰেটৰসমূহ"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "বৈশিষ্টসমূহ"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "বন্ধনীসমূহ"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "বিন্যাসসমূহ"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "অন্য"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "উদাহৰণসমূহ"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "প্ৰামাণিক"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "ইটালীক"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "ডাঠ"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "কলা"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "নীলা"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "সেউজীয়া"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "ৰঙা"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "মটিয়া"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "নেমু"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "কৃষ্ণৰক্তবৰ্ণ"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "ইষৎনীলা"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "জলফাই"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "জামুকলীয়া"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "ৰূপ"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "টিল"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "হালধীয়া"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "লুকুৱাওক"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "আকাৰ"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "আখৰ"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "বাওঁফাল"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
#, fuzzy
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "কেন্দ্ৰ"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "সোঁফাল"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "কমান্ডসমূহ"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "সূত্রসমূহ"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "দস্তাবেজ সংৰক্ষণ কৰা হৈছে..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION সূত্ৰ"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "অপ্ৰত্যাশিত আখৰ"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' প্রত্যাশিত"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' প্রত্যাশিত"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' প্রত্যাশিত"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' প্রত্যাশিত"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' প্রত্যাশিত"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "আৱশ্যকীয় ৰং"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' প্রত্যাশিত"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "সমলসমূহ"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "শীৰ্ষক"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "সূত্র লিখনী"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "সীমাৰেখাবোৰ"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "আকাৰ"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "প্ৰকৃত আকাৰ"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "পৃষ্ঠাত খাপ খুৱাওক"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/as/svtools/messages.po b/source/as/svtools/messages.po
index 65c726b7a13..5baa10422f0 100644
--- a/source/as/svtools/messages.po
+++ b/source/as/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -5002,6 +5002,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/as/svx/messages.po b/source/as/svx/messages.po
index be1cb87124e..a93c07d9221 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-20 11:22+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Assamese <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/as/>\n"
@@ -14584,30 +14584,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20182,18 +20158,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "শৈলী সম্পাদনা কৰক..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index bc4b9e40249..7a1b826046b 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -11855,45 +11855,57 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "আখৰ"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "আখৰ"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "আখৰৰ প্ৰভাববোৰ"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "স্থান"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "এছীয় বিন্যাস"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "হাইপাৰলিংক"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "আলোকিত কৰি আছে"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "সীমাৰেখাবোৰ"
@@ -15312,10 +15324,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15460,10 +15472,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "পাছত"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15561,10 +15573,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "পাছত"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18464,16 +18476,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "অন্তৰাল"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23982,10 +23994,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "শিৰোনামবিহীন 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -24048,10 +24060,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -24079,10 +24091,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "স্থান"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -24131,16 +24143,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "উপস্তৰসমূহ দেখুাওক"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27870,45 +27882,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "আখৰৰ শৈলী"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "সংগঠক"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "আখৰ"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "আখৰৰ প্ৰভাববোৰ"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "স্থান"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "এছীয় বিন্যাস"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "আলোকিত কৰি আছে"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "সীমাৰেখাবোৰ"
diff --git a/source/as/vcl/messages.po b/source/as/vcl/messages.po
index fe841a1fae9..60652d69946 100644
--- a/source/as/vcl/messages.po
+++ b/source/as/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2018-11-12 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1169,6 +1169,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ast/accessibility/messages.po b/source/ast/accessibility/messages.po
index d28c35172fd..8eaf7bc33ae 100644
--- a/source/ast/accessibility/messages.po
+++ b/source/ast/accessibility/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:12+0100\n"
-"PO-Revision-Date: 2020-07-02 14:01+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/accessibilitymessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/accessibilitymessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516029123.000000\n"
#. be4e7
@@ -79,7 +79,7 @@ msgstr "Filera %ROWNUMBER"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -94,12 +94,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -119,7 +119,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/avmedia/messages.po b/source/ast/avmedia/messages.po
index 350c651b033..771b30232d3 100644
--- a/source/ast/avmedia/messages.po
+++ b/source/ast/avmedia/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:12+0100\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/avmediamessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/avmediamessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516029123.000000\n"
#. FaxGP
@@ -151,7 +151,7 @@ msgstr "Ver"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -166,12 +166,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -191,7 +191,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/basctl/messages.po b/source/ast/basctl/messages.po
index 02edceca865..af3b61c08c3 100644
--- a/source/ast/basctl/messages.po
+++ b/source/ast/basctl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2021-01-29 15:36+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+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"
"Language: ast\n"
@@ -578,7 +578,7 @@ msgstr "Estensión"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -593,12 +593,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -618,7 +618,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/basic/messages.po b/source/ast/basic/messages.po
index 86a270ec912..770f5d3665b 100644
--- a/source/ast/basic/messages.po
+++ b/source/ast/basic/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:12+0100\n"
-"PO-Revision-Date: 2020-03-04 14:15+0000\n"
-"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/basicmessages/ast/>\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/basicmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516029123.000000\n"
#. CacXi
@@ -782,7 +782,7 @@ msgstr "$(ARG1)"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -797,12 +797,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -822,7 +822,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/chart2/messages.po b/source/ast/chart2/messages.po
index 0367fa53126..30661ba88d7 100644
--- a/source/ast/chart2/messages.po
+++ b/source/ast/chart2/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2020-07-22 11:13+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/chart2messages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1540149368.000000\n"
#. NCRDD
@@ -43,7 +43,7 @@ msgstr "Pirámide"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -58,12 +58,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -83,7 +83,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -1523,13 +1523,13 @@ msgstr ""
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Amuesa'l nome de la serie de datos na etiqueta."
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
-msgstr "Atributos de Testu"
+msgstr "Atributos del testu"
#. gE7CA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:433
@@ -3833,13 +3833,13 @@ msgstr ""
#: chart2/uiconfig/ui/tp_DataLabel.ui:304
msgctxt "tp_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Amuesa'l nome de la serie de datos na etiqueta."
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:325
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
-msgstr "Atributos de Testu"
+msgstr "Atributos del testu"
#. avLCL
#: chart2/uiconfig/ui/tp_DataLabel.ui:365
diff --git a/source/ast/connectivity/messages.po b/source/ast/connectivity/messages.po
index 4adbd72c947..abc9d8d2ae4 100644
--- a/source/ast/connectivity/messages.po
+++ b/source/ast/connectivity/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-10-29 14:35+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1535974914.000000\n"
#. 9KHB8
@@ -615,7 +615,7 @@ msgstr "Nun pue amosase'l conteníu completu de la tabla. Por favor aplica una p
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -630,12 +630,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -655,7 +655,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index d9ecc1634dd..68e322a5c34 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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-04 19:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -85,7 +85,7 @@ msgstr "Testu"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -100,12 +100,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -125,7 +125,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -5836,14 +5836,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Mecer col siguiente párrafu"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Mecer estilos de llinia contiguos"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Propiedaes"
@@ -8870,7 +8876,7 @@ msgstr ""
#: cui/uiconfig/ui/entrycontextmenu.ui:28
msgctxt "entrycontextmenu|add"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. vs8sL
#: cui/uiconfig/ui/entrycontextmenu.ui:36
@@ -11614,10 +11620,9 @@ msgstr "Por exemplu: -Dmyprop=c:\\\\program files\\\\java"
#. F3A9L
#: cui/uiconfig/ui/javastartparametersdialog.ui:204
-#, fuzzy
msgctxt "javastartparametersdialog|assignbtn"
msgid "_Add"
-msgstr "Amestar"
+msgstr "_Amestar"
#. 5DJCP
#: cui/uiconfig/ui/javastartparametersdialog.ui:213
@@ -12922,10 +12927,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12941,10 +12946,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Empecipiar en"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13069,10 +13074,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18159,10 +18164,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18171,10 +18176,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Esbilla"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
@@ -19536,7 +19541,7 @@ msgstr ""
#: cui/uiconfig/ui/signsignatureline.ui:126
msgctxt "signsignatureline|label_name"
msgid "Your Name:"
-msgstr "El so nome:"
+msgstr "El to nome:"
#. 5dFsN
#. Certificate to be used for signing
@@ -19549,7 +19554,7 @@ msgstr "Certificáu:"
#: cui/uiconfig/ui/signsignatureline.ui:151
msgctxt "signsignatureline|btn_select_certificate"
msgid "Select X.509 Certificate"
-msgstr ""
+msgstr "Esbillar certificáu X.509"
#. uJ9EC
#: cui/uiconfig/ui/signsignatureline.ui:157
diff --git a/source/ast/dbaccess/messages.po b/source/ast/dbaccess/messages.po
index 23662597bff..4a207b3cd34 100644
--- a/source/ast/dbaccess/messages.po
+++ b/source/ast/dbaccess/messages.po
@@ -3,10 +3,10 @@ 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: 2021-02-05 18:58+0100\n"
-"PO-Revision-Date: 2020-12-10 15:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -37,7 +37,7 @@ msgstr "La espresión SQL"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -52,12 +52,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -77,7 +77,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -3476,34 +3476,34 @@ msgid "Socket:"
msgstr "Socket"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Cla~se de controlador MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Clase de Preba"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Configuración de conexón"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Xuegu de _caráuteres"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Conversión de datos"
diff --git a/source/ast/desktop/messages.po b/source/ast/desktop/messages.po
index ca4e8052a19..765b2f19c18 100644
--- a/source/ast/desktop/messages.po
+++ b/source/ast/desktop/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2020-08-19 18:49+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/desktopmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1535974915.000000\n"
#. v2iwK
@@ -815,7 +815,7 @@ msgstr "ERROR: "
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -830,12 +830,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -855,7 +855,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/editeng/messages.po b/source/ast/editeng/messages.po
index 1318128ef6f..9e326df9b5b 100644
--- a/source/ast/editeng/messages.po
+++ b/source/ast/editeng/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-07-16 00:01+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/editengmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516043757.000000\n"
#. BHYB4
@@ -100,7 +100,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -115,12 +115,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -140,7 +140,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/extensions/messages.po b/source/ast/extensions/messages.po
index 262fa9b7645..2c2d5e4487c 100644
--- a/source/ast/extensions/messages.po
+++ b/source/ast/extensions/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2020-08-19 14:35+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. cBx8W
@@ -37,7 +37,7 @@ msgstr "Comandu SQL"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -52,12 +52,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -77,7 +77,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/filter/messages.po b/source/ast/filter/messages.po
index abfb72cc010..b04635f02fd 100644
--- a/source/ast/filter/messages.po
+++ b/source/ast/filter/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: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2021-02-04 19:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1516029128.000000\n"
#. 5AQgJ
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "Aceutar"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Avisu: ¡Nun se pudieron atroxar como nivel1 tolos gráficos EPS importaos\n"
-"porque dalgunos son de nivel más altu!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Esportar en PDF"
@@ -221,80 +211,80 @@ msgstr "Esportar en PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Afitar la contraseña d'apertura"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Afitar la contraseña de permisu"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "El formatu PDF/A nun permite cifráu. El ficheru PDF esportáu nun tará protexíu con denguna contraseña."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Tresparencia en PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Confliutu de versiones de PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
@@ -302,7 +292,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -317,12 +307,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -342,7 +332,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/forms/messages.po b/source/ast/forms/messages.po
index 166a2852c8f..f4b9985c3a7 100644
--- a/source/ast/forms/messages.po
+++ b/source/ast/forms/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formsmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/formsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1507237308.000000\n"
#. naBgZ
@@ -371,7 +371,7 @@ msgstr "Esti ye un tipu integráu y nun pue desaniciase."
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -386,12 +386,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -411,7 +411,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/formula/messages.po b/source/ast/formula/messages.po
index 393a7e0274a..3dd0065b978 100644
--- a/source/ast/formula/messages.po
+++ b/source/ast/formula/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2020-11-14 08:36+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/formulamessages/ast/>\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. YfKFn
@@ -2543,7 +2543,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -2558,12 +2558,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -2583,7 +2583,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/fpicker/messages.po b/source/ast/fpicker/messages.po
index e7ad0c3b79f..d05c6514501 100644
--- a/source/ast/fpicker/messages.po
+++ b/source/ast/fpicker/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:55+0100\n"
-"PO-Revision-Date: 2020-07-16 00:01+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/fpickermessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1538496517.000000\n"
#. SJGCw
@@ -93,7 +93,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -108,12 +108,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -133,7 +133,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/framework/messages.po b/source/ast/framework/messages.po
index 24d5925133a..0a7b8c56b27 100644
--- a/source/ast/framework/messages.po
+++ b/source/ast/framework/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-09-24 16:35+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/frameworkmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/frameworkmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1513251152.000000\n"
#. 5dTDC
@@ -230,7 +230,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -245,12 +245,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -270,7 +270,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/helpcontent2/source/text/sbasic/python.po b/source/ast/helpcontent2/source/text/sbasic/python.po
index e89d7f33fe3..06da2fa379c 100644
--- a/source/ast/helpcontent2/source/text/sbasic/python.po
+++ b/source/ast/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-02-25 12:15+0000\n"
"Last-Translator: Xuacu Saturio <xuacusk8@gmail.com>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/ast/>\n"
@@ -150,14 +150,14 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "Llamaes <literal>Xray</literal> pa interrumpir la execución d'un script en Python p'ayudar a inspeccionar variables."
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr "La infraestructura de scripts de la Interfaz de Programación d'Aplicaciones (API) de %PRODUCTNAME tien encontu pa la execución inter-llinguax de scripts ente Python y Basic o, pal casu, otros llinguaxes de programación con sofitu. Los argumentos puen pasase atrás y alantre ente llamaes, siempre que representen primitives de tipos de datos que dambos llinguaxes reconozan, y asumiendo que la infraestructura de scripts los convierte de mou apropiáu."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgstr ""
#. Gn9Bv
#: python_2_basic.xhp
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared.po b/source/ast/helpcontent2/source/text/sbasic/shared.po
index 62ba8cd14aa..524f9062ac3 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ast/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ast/>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array;función</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Devuelve'l tipu Variante con un campu de datos."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxis:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Consulte tamién <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parámetros:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Llista d'argumentos:</emph> Una llista de cualquier númberu d'argumentos que tean separaos por comes."
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemplu:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/ast/helpcontent2/source/text/sbasic/shared/03.po b/source/ast/helpcontent2/source/text/sbasic/shared/03.po
index c4bf31cac54..90ccb9ff512 100644
--- a/source/ast/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ast/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-03 19:36+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 169756f840b..fd2383d4e65 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+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"
@@ -13967,41 +13967,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Amiesta les caxelles especificaes por un criteriu determináu.</ahelp> Esta función usar pa guetar nuna área un determináu valor."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Rangu</emph> ye l'área na que se van aplicar los criterios."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Criterios</emph> ye la caxella en que s'amuesa'l criteriu de busca, o ye'l criteriu de busca en sí. Si un criteriu escribir na fórmula, tien de quedar llindáu por comines dobles."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14012,14 +14012,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>Rangu de suma</emph> ye l'área dende'l que se suman los valores. Si esti parámetru nun s'indicó, sumir los valores atopaos nel rangu."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMAR.SI soporta l'operador de concatenación () solamente nel parámetru de Criteriu, y si el Rangu de suma nun ta definíu."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19142,6 +19142,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19178,6 +19187,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52298,13 +52334,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index dbe9da20543..8e045951a66 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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542196265.000000\n"
@@ -3266,13 +3266,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index 4c1babab300..4c84ae94b5d 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-08-04 11:16+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index cb34231c686..0ba4b86022c 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-04 20:36+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"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,13 +4165,13 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
+msgid "Assign"
msgstr ""
#. 7XELF
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr ""
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
msgstr ""
-#. LVDxA
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
+msgid "Unordered (Lists)"
msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr "Esbilla"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
+msgid "Ordered"
msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index 0dd4ba6fed2..bc2a397e13a 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: 2021-02-01 17:02+0100\n"
-"PO-Revision-Date: 2021-01-07 11:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ast/>\n"
"Language: ast\n"
@@ -707,7 +707,7 @@ msgctxt ""
"par_id151606170788960\n"
"help.text"
msgid "Text"
-msgstr ""
+msgstr "Testu"
#. 4GrpF
#: autocorr_url.xhp
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index 765fc832353..bd440fdb55d 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 20:36+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542196273.000000\n"
#. PzSYs
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/ast/helpcontent2/source/text/simpress/guide.po b/source/ast/helpcontent2/source/text/simpress/guide.po
index 12eac9483a7..3b4ab3a8848 100644
--- a/source/ast/helpcontent2/source/text/simpress/guide.po
+++ b/source/ast/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-14 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/ast/>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "Nel área <emph>Rellenu</emph>, escueya <emph>Bitmap</emph> y calque una de les imaxes de la tabla."
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "Pa inxertar testu procedente d'un ficheru nuna diapositiva:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "Faiga clic nel botón <emph>Nuevu</emph> y escriba el nome de la presentación nel cuadru <emph>Nome</emph>."
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/ast/helpcontent2/source/text/swriter.po b/source/ast/helpcontent2/source/text/swriter.po
index 0275b5e97db..9690a52989a 100644
--- a/source/ast/helpcontent2/source/text/swriter.po
+++ b/source/ast/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-27 09:52+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/ast/>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">Contién ferramientes d'ortografía, una galería d'oxetos que pue amestar al so documentu, según ferramientes de configuración de menúes y preferencies de programa.</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Numberación de llinies\">Numberación de llinies</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Notes al pie\">Notes al pie</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordenar\">Ordenar</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Opciones de AutoCorreición\">Opciones de AutoCorreición</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordenar\">Ordenar</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Abre un diálogu que dexa convertir la tabla actual en testu.</ahelp> Abri <link href=\"text/swriter/01/06090000.xhp\">un diálogu</link> que dexa convertir la tabla actual en testu."
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Fórmula"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index 7fa90af4321..22aee313fe8 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540152130.000000\n"
#. sZfWF
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/ast/helpcontent2/source/text/swriter/02.po b/source/ast/helpcontent2/source/text/swriter/02.po
index c34a2eeac9b..81e756f324c 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 20:36+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 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1511359350.000000\n"
#. SGjBV
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Numberación y viñetes</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Enllaz"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Enllaz</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Enllaza'l marcu escoyíu col siguiente.</ahelp> El testu flúi automáticamente d'un marcu a otru."
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index 691c1743c05..6ac9257c995 100644
--- a/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-22 11:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/ast/>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Calque <emph>Aceutar</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "Pa crear un estilu nuevu por aciu abasnar y soltar"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
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 ef8fac1f1b8..f7d32a1011f 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-08 11:26+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022492.000000\n"
#. W5ukN
@@ -1311,6 +1311,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Dir a la siguiente caxella non protexida"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18253,15 +18263,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Catálogu d'oxetos"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Contornu"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19810,14 +19830,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Inxertar diagrama"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19840,14 +19860,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19870,35 +19890,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Esquema"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "~Mou Esquema"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26949,6 +26968,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/ast/oox/messages.po b/source/ast/oox/messages.po
index 22c3f70b488..78e22f67b5c 100644
--- a/source/ast/oox/messages.po
+++ b/source/ast/oox/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-02-24 13:39+0000\n"
-"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/ooxmessages/ast/>\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/ooxmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
#. C5e9E
#: oox/inc/strings.hrc:15
@@ -30,7 +30,7 @@ msgstr "Títulu de la exa"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -45,12 +45,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -70,7 +70,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/reportdesign/messages.po b/source/ast/reportdesign/messages.po
index 8c61da1754f..62473f3d791 100644
--- a/source/ast/reportdesign/messages.po
+++ b/source/ast/reportdesign/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2020-08-10 17:35+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516047320.000000\n"
#. FBVr9
@@ -192,7 +192,7 @@ msgstr "Centru"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -207,12 +207,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -232,7 +232,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index d834651a09a..606f742e0c1 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2021-02-03 18:16+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -87,7 +87,7 @@ msgstr "Complementu"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -102,12 +102,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -127,7 +127,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -1196,7 +1196,7 @@ msgstr "Pie de páxina"
#: sc/inc/globstr.hrc:206
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
-msgstr "Atributos de Testu"
+msgstr "Atributos del testu"
#. CD5iM
#: sc/inc/globstr.hrc:207
@@ -23802,7 +23802,7 @@ msgstr "Pie personalizáu"
#: sc/uiconfig/scalc/ui/headerfootercontent.ui:318
msgctxt "headerfootercontent|buttonBTN_TEXT|tooltip_text"
msgid "Text Attributes"
-msgstr "Atributos de Testu"
+msgstr "Atributos del testu"
#. VHkhc
#: sc/uiconfig/scalc/ui/headerfootercontent.ui:322
diff --git a/source/ast/scaddins/messages.po b/source/ast/scaddins/messages.po
index 041f11e7178..044156abdf3 100644
--- a/source/ast/scaddins/messages.po
+++ b/source/ast/scaddins/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-01-22 12:07+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516029136.000000\n"
#. i8Y7Z
@@ -4062,7 +4062,7 @@ msgstr "El programa"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -4077,12 +4077,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -4102,7 +4102,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/sccomp/messages.po b/source/ast/sccomp/messages.po
index 6859e09c6c8..1c8464a04c8 100644
--- a/source/ast/sccomp/messages.po
+++ b/source/ast/sccomp/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2017-11-22 15:58+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sccompmessages/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 4.4\n"
"X-POOTLE-MTIME: 1511366288.000000\n"
#. whDxm
@@ -104,7 +104,7 @@ msgstr "Algamóse'l tiempu llímite."
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -119,12 +119,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -144,7 +144,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index 77ede7b8800..d70d355fa8f 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: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2021-02-08 11:26+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022496.000000\n"
#. WDjkB
@@ -223,7 +223,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -238,12 +238,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -263,7 +263,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -4576,67 +4576,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Convierte l'oxetu escoyíu nun polígonu (un oxetu zarráu llindáu per llinies rectes)."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "~Retrucar"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Negrina"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Cursiva"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Solliñáu"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Tacháu"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Copiar"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Pegar"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Desaniciar comentariu(os)"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Desaniciar tolos comentarios d~e %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index 29c7f55b3d4..7502eb1fbdc 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/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: 2021-02-01 17:02+0100\n"
-"PO-Revision-Date: 2021-02-04 19:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1540149375.000000\n"
#. bHbFE
@@ -1637,286 +1637,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Más opciones"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Zarrar el panel llateral"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Desaniciar"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Llargor de la clave"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilícenlu: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr "Documentu"
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr "Fueya de cálculu"
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr "Presentación"
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr "Dibuxu"
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr "Utilizaos recientemente"
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -1924,7 +1912,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -1939,12 +1927,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -1964,7 +1952,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -2649,6 +2637,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2707,6 +2701,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3879,6 +3909,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Especifica les opciones de configuración d'impresión."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ast/shell/messages.po b/source/ast/shell/messages.po
index 7ab343572aa..4fd3e301da9 100644
--- a/source/ast/shell/messages.po
+++ b/source/ast/shell/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2020-02-24 13:39+0000\n"
-"Last-Translator: Xandru Martino Ruz <xandrumartino@softastur.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/shellmessages/ast/>\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/shellmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
#. 9taro
#: shell/inc/spsupp/spsuppStrings.hrc:15
@@ -58,7 +58,7 @@ msgstr "Encaboxar"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -73,12 +73,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -98,7 +98,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/starmath/messages.po b/source/ast/starmath/messages.po
index b0fb5cfeca3..5738bb0af93 100644
--- a/source/ast/starmath/messages.po
+++ b/source/ast/starmath/messages.po
@@ -3,10 +3,10 @@ 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: 2021-02-08 12:10+0100\n"
-"PO-Revision-Date: 2020-11-20 07:13+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -427,7 +427,7 @@ msgstr "o"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -442,12 +442,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -467,7 +467,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -1926,774 +1926,780 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "p de Weierstrass"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Puntos nel mediu"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Puntos p'arriba"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Puntos haza abaxo"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Puntos abaxo"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Puntos verticalmente"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Encadenamientu"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "División (barra inclinada)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "División (barra inclinada inversa)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Divide"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Nun Divide"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Flecha doble hacia la izquierda"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Flecha doble hacia la izquierda y la drecha"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Flecha doble hacia la drecha"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Conxuntu de númberos naturales"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Conxuntu de númberos enteros"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Conxuntu de númberos racionales"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Conxuntu de númberos reales"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Conxuntu de númberos complexos"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Circunflexu ancho"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Tilde ancha"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Flecha vectorial ancha"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h Barra"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda Barra"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Flecha izquierda"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Flecha drecha"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Flecha arriba"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Flecha abaxo"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Ensin espaciu"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Precede"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Precede o ye igual a"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Precede o ye equivalente a"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Tien éxitu"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Tien éxitu o ye igual a"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Tien éxitu o ye equivalente a"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Nun precede"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Nun tien éxitu"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Operadores unarios/binarios"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Rellaciones"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Operaciones de conxuntos"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funciones"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operadores"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributos"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Paréntesis"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formatos"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Otros"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Exemplos"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Identidá d'Euler"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Relatividá xeneral"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Relatividá especial"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Estándar"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Cursiva"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Negrina"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "prieto"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "azul"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "verde"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "bermeyo"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "Buxu"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "llima"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "marrón"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "azulmarín|marín"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "oliva"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "púrpura"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "plata"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "xade"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "mariello"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "rgb"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "hex"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "anubrir"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "tamañu"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "tipografía"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "izquierda"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "centru"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "drecha"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Comandos"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Fórmula"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Guardando'l documentu..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Fórmula de %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR: "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Caráuter non esperáu"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "Esperábase «{»"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "Esperábase «}»"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "Esperábase «(»"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "Esperábase «)»"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Nun concasen los símbolos izquierdu y derechu"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "Esperábase «fixed», «sans» o «serif»"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "Esperábase un númberu"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "Esperábase «#»"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Necesítase un color"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Esperábase «RIGHT»"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Conteníu"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~Títulu"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Testu de la ~fórmula"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Bordes"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Tamañu"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Tamañu orixinal"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Axustar a la páxina"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/ast/svl/messages.po b/source/ast/svl/messages.po
index fe14aaadce8..9dab7a82c13 100644
--- a/source/ast/svl/messages.po
+++ b/source/ast/svl/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:13+0100\n"
-"PO-Revision-Date: 2020-07-02 14:00+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/svlmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svlmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1519741537.000000\n"
#. PDMJD
@@ -32,7 +32,7 @@ msgstr "Restolar…"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -47,12 +47,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -72,7 +72,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/svtools/messages.po b/source/ast/svtools/messages.po
index e096f5b269c..cda59c8fa0d 100644
--- a/source/ast/svtools/messages.po
+++ b/source/ast/svtools/messages.po
@@ -3,10 +3,10 @@ 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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2020-08-28 12:35+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1736,7 +1736,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -1751,12 +1751,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -1776,7 +1776,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -4980,6 +4980,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/ast/svx/messages.po b/source/ast/svx/messages.po
index 3a88d9e9f36..bce6b28ff2c 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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-08 11:26+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-16 16:36+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"
@@ -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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022499.000000\n"
#. 3GkZj
@@ -4675,7 +4675,7 @@ msgstr ""
#: include/svx/strings.hrc:820
msgctxt "RID_SVXSTR_BMP5"
msgid "Parchment Paper"
-msgstr ""
+msgstr "Pergamín"
#. mQCXG
#: include/svx/strings.hrc:821
@@ -4765,7 +4765,7 @@ msgstr ""
#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP20"
msgid "Pool"
-msgstr ""
+msgstr "Piscina"
#. Co6U3
#: include/svx/strings.hrc:836
@@ -9922,12 +9922,12 @@ msgstr "Data: %1"
#: include/svx/strings.hrc:1755
msgctxt "RID_SVXSTR_TRANSPARENCY"
msgid "Transparency:"
-msgstr ""
+msgstr "Tresparencia:"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -9942,12 +9942,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -9967,7 +9967,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -12366,7 +12366,6 @@ msgstr "Tarxeta postal xaponesa"
#. N2J2b
#: svx/source/dialog/page.hrc:64
-#, fuzzy
msgctxt "RID_SVXSTRARY_PAPERSIZE_DRAW"
msgid "A6"
msgstr "A6"
@@ -14482,10 +14481,9 @@ msgstr ""
#. cibWf
#: svx/uiconfig/ui/defaultshapespanel.ui:331
-#, fuzzy
msgctxt "defaultshapespanel|label10"
msgid "3D Objects"
-msgstr "oxetos 3D"
+msgstr "Oxetos 3D"
#. k6PwL
#: svx/uiconfig/ui/deletefooterdialog.ui:7
@@ -14535,30 +14533,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -16362,7 +16336,7 @@ msgstr ""
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:811
msgctxt "findreplacedialog-mobile|similaritybtn"
msgid "Similarities..."
-msgstr ""
+msgstr "Asemeyances..."
#. z8Uiz
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:838
@@ -16404,13 +16378,13 @@ msgstr ""
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:966
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Formulas"
-msgstr ""
+msgstr "Fórmules"
#. BC8U6
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:967
msgctxt "findreplacedialog-mobile|calcsearchin"
msgid "Values"
-msgstr ""
+msgstr "Valores"
#. BkByZ
#: svx/uiconfig/ui/findreplacedialog-mobile.ui:968
@@ -20083,18 +20057,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Editar estilos..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Anterior"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Siguiente"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 55a0ced863c..521f3a9d444 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: 2021-02-08 12:19+0100\n"
-"PO-Revision-Date: 2021-02-08 11:26+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:38+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"
@@ -127,7 +127,7 @@ msgstr "Nun s'afitó'l títulu del documentu"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -142,12 +142,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -167,7 +167,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -11785,45 +11785,57 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Caráuter"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Fonte"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efeutos de fonte"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posición"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Diseñu asiáticu"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hiperenllaz"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Fondu de caráuter"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Bordes"
@@ -15179,11 +15191,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Escribi'l testu que quieras qu'apaeza tres el númberu de la nota al pie nel testu de la nota."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleiciona l'estilu de numberación que quies usar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15325,11 +15337,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "D_empués:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Escueya l'estilu de numberación pa les notes al pie."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15421,11 +15433,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "D_empués:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Escueya l'estilu de numberación pa les notes finales."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18279,17 +18291,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Intervalu"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Seleiciona l'estilu de formatu que quies usar para los númberos de llinia."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleiciona l'estilu de numberación que quies usar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -22289,7 +22301,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/numparapage.ui:288
msgctxt "numparapage|label2"
msgid "List"
-msgstr ""
+msgstr "Llista"
#. tBYXk
#: sw/uiconfig/swriter/ui/numparapage.ui:317
@@ -23750,11 +23762,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Ensin títulu 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Escueya l'estilu de numberación predetermináu que deseye asignar al nivel de numberación escoyíu."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23816,11 +23828,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Calque sobre un estilu de numberación de la llista y escriba un nome pal estilu. Los númberos corresponder col nivel de numberación al que s'asignen los estilos."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23847,11 +23859,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posición"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Especifica'l formatu del númberu y la xerarquía de la numberación de capítulos del documentu."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23899,17 +23911,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Amosar subniveles"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Escueya l'estilu de numberación que deseye aplicar al nivel d'esquema escoyíu."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Escueya'l formatu del caráuter de numberación."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -24033,10 +24045,9 @@ msgstr ""
#. JdjtA
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:206
-#, fuzzy
msgctxt "outlinepositionpage|numberingwidth"
msgid "Width of numbering:"
-msgstr "Anchor de numberación"
+msgstr "Anchor de numberación:"
#. bBUvA
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:227
@@ -24058,10 +24069,9 @@ msgstr ""
#. jBvmB
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:259
-#, fuzzy
msgctxt "outlinepositionpage|indent"
msgid "Indent:"
-msgstr "Sangráu"
+msgstr "Sangráu:"
#. hKehH
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:280
@@ -24084,10 +24094,9 @@ msgstr ""
#. 6ZE4k
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:327
-#, fuzzy
msgctxt "outlinepositionpage|num2align"
msgid "Numbering alignment:"
-msgstr "Alliniación de numberación"
+msgstr "Alliniación de numberación:"
#. rhrGW
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:344
@@ -24097,10 +24106,9 @@ msgstr ""
#. wnCMF
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:357
-#, fuzzy
msgctxt "outlinepositionpage|alignedat"
msgid "Aligned at:"
-msgstr "Alliniáu a"
+msgstr "Alliniáu a:"
#. kWMhW
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:378
@@ -24152,10 +24160,9 @@ msgstr ""
#. V2jvn
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:447
-#, fuzzy
msgctxt "outlinepositionpage|numfollowedby"
msgid "Numbering followed by:"
-msgstr "Numberación siguida de"
+msgstr "Numberación siguida de:"
#. 2AXGD
#: sw/uiconfig/swriter/ui/outlinepositionpage.ui:459
@@ -24184,7 +24191,6 @@ msgstr ""
#. PvTZ8
#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:19
-#, fuzzy
msgctxt "pagecolumncontrol|column1"
msgid "1 Column"
msgstr "1 columna"
@@ -24215,7 +24221,6 @@ msgstr "Drecha"
#. UXJLr
#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:104
-#, fuzzy
msgctxt "pagecolumncontrol|column1L"
msgid "1 Column"
msgstr "1 columna"
@@ -24246,10 +24251,9 @@ msgstr "Drecha"
#. 9GNY9
#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:189
-#, fuzzy
msgctxt "pagecolumncontrol|moreoptions"
msgid "_More Options"
-msgstr "Más opciones"
+msgstr "_Más opciones"
#. tG9pB
#: sw/uiconfig/swriter/ui/pagecolumncontrol.ui:194
@@ -24573,7 +24577,6 @@ msgstr "Columnes:"
#. RYLyN
#: sw/uiconfig/swriter/ui/pagestylespanel.ui:134
-#, fuzzy
msgctxt "pagestylespanel|columnbox"
msgid "1 Column"
msgstr "1 columna"
@@ -24642,7 +24645,7 @@ msgstr "Tipografía asiática"
#: sw/uiconfig/swriter/ui/paradialog.ui:346
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & List"
-msgstr ""
+msgstr "Esquema y llista"
#. hZxni
#: sw/uiconfig/swriter/ui/paradialog.ui:347
@@ -27597,45 +27600,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Estilu de caráuter"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organizador"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Fonte"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efeutos de fonte"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posición"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Diseñu asiáticu"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Fondu de caráuter"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Bordes"
@@ -27826,7 +27853,7 @@ msgstr "Condición"
#: sw/uiconfig/swriter/ui/templatedialog2.ui:934
msgctxt "templatedialog2|outline"
msgid "Outline & List"
-msgstr ""
+msgstr "Esquema y llista"
#. xT7hc
#: sw/uiconfig/swriter/ui/templatedialog2.ui:935
diff --git a/source/ast/uui/messages.po b/source/ast/uui/messages.po
index 777f993da51..51d07132986 100644
--- a/source/ast/uui/messages.po
+++ b/source/ast/uui/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-25 14:56+0100\n"
-"PO-Revision-Date: 2021-02-04 19:36+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ast/>\n"
"Language: ast\n"
@@ -533,7 +533,7 @@ msgstr "Alerta de seguridá: Nome diferente nel dominiu"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -548,12 +548,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -573,7 +573,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/vcl/messages.po b/source/ast/vcl/messages.po
index b721c098873..d04388207bf 100644
--- a/source/ast/vcl/messages.po
+++ b/source/ast/vcl/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: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2021-01-15 09:36+0000\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ast/>\n"
"Language: ast\n"
@@ -357,7 +357,7 @@ msgstr ""
#: vcl/inc/print.hrc:84
msgctxt "RID_STR_PAPERNAMES"
msgid "A6"
-msgstr ""
+msgstr "A6"
#. LWf9B
#: vcl/inc/print.hrc:85
@@ -369,73 +369,73 @@ msgstr ""
#: vcl/inc/print.hrc:86
msgctxt "RID_STR_PAPERNAMES"
msgid "A7"
-msgstr ""
+msgstr "A7"
#. SWbqF
#: vcl/inc/print.hrc:87
msgctxt "RID_STR_PAPERNAMES"
msgid "A8"
-msgstr ""
+msgstr "A8"
#. GYtp3
#: vcl/inc/print.hrc:88
msgctxt "RID_STR_PAPERNAMES"
msgid "A9"
-msgstr ""
+msgstr "A9"
#. bpFt9
#: vcl/inc/print.hrc:89
msgctxt "RID_STR_PAPERNAMES"
msgid "A10"
-msgstr ""
+msgstr "A10"
#. FTA7W
#: vcl/inc/print.hrc:90
msgctxt "RID_STR_PAPERNAMES"
msgid "B0 (ISO)"
-msgstr ""
+msgstr "B0 (ISO)"
#. 2GKu3
#: vcl/inc/print.hrc:91
msgctxt "RID_STR_PAPERNAMES"
msgid "B1 (ISO)"
-msgstr ""
+msgstr "B1 (ISO)"
#. vXJTD
#: vcl/inc/print.hrc:92
msgctxt "RID_STR_PAPERNAMES"
msgid "B2 (ISO)"
-msgstr ""
+msgstr "B2 (ISO)"
#. aC9No
#: vcl/inc/print.hrc:93
msgctxt "RID_STR_PAPERNAMES"
msgid "B3 (ISO)"
-msgstr ""
+msgstr "B3 (ISO)"
#. MuLhT
#: vcl/inc/print.hrc:94
msgctxt "RID_STR_PAPERNAMES"
msgid "B7 (ISO)"
-msgstr ""
+msgstr "B7 (ISO)"
#. krPPq
#: vcl/inc/print.hrc:95
msgctxt "RID_STR_PAPERNAMES"
msgid "B8 (ISO)"
-msgstr ""
+msgstr "B8 (ISO)"
#. YGESB
#: vcl/inc/print.hrc:96
msgctxt "RID_STR_PAPERNAMES"
msgid "B9 (ISO)"
-msgstr ""
+msgstr "B9 (ISO)"
#. njHYv
#: vcl/inc/print.hrc:97
msgctxt "RID_STR_PAPERNAMES"
msgid "B10 (ISO)"
-msgstr ""
+msgstr "B10 (ISO)"
#. AVSBr
#: vcl/inc/print.hrc:98
@@ -513,7 +513,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -528,12 +528,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -553,7 +553,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -1169,6 +1169,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ast/wizards/messages.po b/source/ast/wizards/messages.po
index 61928911e25..5491c500fa6 100644
--- a/source/ast/wizards/messages.po
+++ b/source/ast/wizards/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2020-07-20 10:34+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/wizardsmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1516047326.000000\n"
#. gbiMx
@@ -1622,7 +1622,7 @@ msgstr "Cenciellu"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -1637,12 +1637,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -1662,7 +1662,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/writerperfect/messages.po b/source/ast/writerperfect/messages.po
index d929fd1f26c..70cd56f608f 100644
--- a/source/ast/writerperfect/messages.po
+++ b/source/ast/writerperfect/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-19 13:14+0100\n"
-"PO-Revision-Date: 2020-07-02 14:01+0000\n"
+"PO-Revision-Date: 2021-02-15 15:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/writerperfectmessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/writerperfectmessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1525785911.000000\n"
#. DXXuk
@@ -68,7 +68,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -83,12 +83,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -108,7 +108,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
diff --git a/source/ast/xmlsecurity/messages.po b/source/ast/xmlsecurity/messages.po
index 7bbb9f9c0fb..55a17e8fe94 100644
--- a/source/ast/xmlsecurity/messages.po
+++ b/source/ast/xmlsecurity/messages.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-01-30 15:38+0100\n"
-"PO-Revision-Date: 2020-11-28 00:36+0000\n"
+"PO-Revision-Date: 2021-02-15 15:37+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ast/>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1527110958.000000\n"
#. EyJrF
@@ -230,7 +230,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr ""
+msgstr "_Amestar"
#. S9dsC
msgctxt "stock"
@@ -245,12 +245,12 @@ msgstr ""
#. MRCkv
msgctxt "stock"
msgid "_Close"
-msgstr ""
+msgstr "_Zarrar"
#. nvx5t
msgctxt "stock"
msgid "_Delete"
-msgstr ""
+msgstr "_Desaniciar"
#. YspCj
msgctxt "stock"
@@ -270,7 +270,7 @@ msgstr ""
#. dx2yy
msgctxt "stock"
msgid "_No"
-msgstr ""
+msgstr "_Non"
#. M9DsL
msgctxt "stock"
@@ -746,27 +746,25 @@ msgstr "Llugares de ficheros de confianza"
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:24
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select X.509 Certificate"
-msgstr ""
+msgstr "Esbillar certificáu X.509"
#. 5iWSE
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:102
-#, fuzzy
msgctxt "selectcertificatedialog|sign"
msgid "Select the certificate you want to use for signing:"
-msgstr "Seleicione'l certificáu que quier usar pa firmar "
+msgstr "Seleiciona'l certificáu que quies usar pa firmar:"
#. jcCAA
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:113
-#, fuzzy
msgctxt "selectcertificatedialog|encrypt"
msgid "Select the certificate you want to use for encryption:"
-msgstr "Seleicione'l certificáu que quier usar pa firmar "
+msgstr "Seleiciona'l certificáu que quies usar pal cifráu:"
#. 69438
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:145
msgctxt "selectcertificatedialog|issuedto"
msgid "Issued to"
-msgstr ""
+msgstr "Emitíu pa"
#. qiZ9B
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:158
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index 302636e3676..9a44d234259 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -5844,14 +5844,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr ""
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
#, fuzzy
msgctxt "borderpage|label12"
msgid "Properties"
@@ -12903,10 +12909,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12921,10 +12927,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr ""
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13047,10 +13053,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18044,10 +18050,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18056,10 +18062,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr ""
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/az/dbaccess/messages.po b/source/az/dbaccess/messages.po
index 59aa998f8cc..6eab5caa5e2 100644
--- a/source/az/dbaccess/messages.po
+++ b/source/az/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-01 21:46+0000\n"
"Last-Translator: Emin Mastizada <emin@mastizada.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3382,31 +3382,31 @@ msgid "Socket:"
msgstr ""
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr ""
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr ""
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr ""
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr ""
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
diff --git a/source/az/filter/messages.po b/source/az/filter/messages.po
index 2d0ab54fed1..7e94026641b 100644
--- a/source/az/filter/messages.po
+++ b/source/az/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -203,16 +203,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr ""
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr ""
@@ -220,80 +212,80 @@ msgstr ""
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr ""
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
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 eb363844429..28d013e7619 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -1307,6 +1307,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr ""
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18155,14 +18165,24 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Obyekt Kataloqu"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
msgstr ""
#. CjLxE
@@ -19697,14 +19717,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr ""
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19727,14 +19747,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19757,34 +19777,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
+msgid "Outline Format"
msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
+msgid "~Outline Format"
msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26787,6 +26807,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/az/sd/messages.po b/source/az/sd/messages.po
index 91a439919d5..1ce67ec4f41 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4536,61 +4536,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr ""
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr ""
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr ""
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr ""
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr ""
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr ""
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr ""
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr ""
diff --git a/source/az/sfx2/messages.po b/source/az/sfx2/messages.po
index c0acbd7add4..b443ff37236 100644
--- a/source/az/sfx2/messages.po
+++ b/source/az/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,287 +1591,275 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr ""
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "~Sil"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2579,6 +2567,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2637,6 +2631,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3798,6 +3828,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/az/starmath/messages.po b/source/az/starmath/messages.po
index 45fced93d68..cd8f5cd6b47 100644
--- a/source/az/starmath/messages.po
+++ b/source/az/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-11-14 08:35+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Azerbaijani <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/az/>\n"
@@ -1939,779 +1939,785 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr ""
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr ""
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr ""
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr ""
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr ""
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr ""
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr ""
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr ""
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
#, fuzzy
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "bölür"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr ""
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr ""
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr ""
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr ""
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr ""
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr ""
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr ""
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr ""
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr ""
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr ""
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr ""
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr ""
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr ""
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr ""
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr ""
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr ""
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr ""
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr ""
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr ""
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr ""
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr ""
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr ""
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr ""
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr ""
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr ""
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr ""
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr ""
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr ""
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr ""
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr ""
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr ""
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr ""
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr ""
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr ""
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr ""
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr ""
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
#, fuzzy
msgctxt "STR_TEAL"
msgid "teal"
msgstr "çay"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr ""
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "Gizlət"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr ""
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr ""
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "sol"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr ""
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "sağ"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
#, fuzzy
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Şərhlər"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr ""
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr ""
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
#, fuzzy
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
#, fuzzy
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "XƏTA: "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr ""
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr ""
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr ""
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr ""
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr ""
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr ""
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr ""
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr ""
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
#, fuzzy
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Şərhlər"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Başlıq"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr ""
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr ""
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
#, fuzzy
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Ölçü:"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr ""
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr ""
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr ""
diff --git a/source/az/svtools/messages.po b/source/az/svtools/messages.po
index 4432bdaff3d..ec68c409e91 100644
--- a/source/az/svtools/messages.po
+++ b/source/az/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4962,6 +4962,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/az/svx/messages.po b/source/az/svx/messages.po
index 34103fe18ba..bb8ff44cbcc 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -14395,30 +14395,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19779,18 +19755,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr ""
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index 4584489dc52..0eb696c9407 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -11670,44 +11670,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Simvollar"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr ""
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr ""
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr ""
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr ""
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr ""
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr ""
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr ""
@@ -15074,10 +15086,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15219,10 +15231,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15315,10 +15327,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18152,16 +18164,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr ""
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23526,10 +23538,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Adsız"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23600,10 +23612,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23630,10 +23642,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr ""
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23678,16 +23690,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27331,45 +27343,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr ""
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
#, fuzzy
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Təşkilatçı..."
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr ""
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr ""
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr ""
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr ""
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr ""
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr ""
diff --git a/source/az/vcl/messages.po b/source/az/vcl/messages.po
index 5226eb94268..784db1e84dc 100644
--- a/source/az/vcl/messages.po
+++ b/source/az/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+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"
@@ -1182,6 +1182,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index 01530e42d4e..b1a19f33052 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -5834,14 +5834,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "Аб'ядноўваць з наступным абзацам"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "Аб'ядноўваць суседнія стылі радкоў"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Уласцівасці"
@@ -12819,10 +12825,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12837,10 +12843,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Пачатак на*"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -12963,10 +12969,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -17942,10 +17948,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -17954,10 +17960,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Пазначанае"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/be/dbaccess/messages.po b/source/be/dbaccess/messages.po
index bb81399c165..73c8980eb3a 100644
--- a/source/be/dbaccess/messages.po
+++ b/source/be/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-04-24 10:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3445,31 +3445,31 @@ msgid "Socket:"
msgstr "Сокет:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "_Клас драйвера MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Тэставы клас"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Настройкі злучэння"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Знаказбор:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Ператварэнне даных"
diff --git a/source/be/filter/messages.po b/source/be/filter/messages.po
index 92c9f8eb774..3f62db948c5 100644
--- a/source/be/filter/messages.po
+++ b/source/be/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2017-12-10 14:22+0000\n"
"Last-Translator: Мікалай Удодаў <crom-a@tut.by>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "ОК"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Увага: не ўсю графіку з імпартаванага EPS удалося запісаць ва ўзроўні level1,\n"
-"таму што яе частка аформленая ў вышэйшых узроўнях!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Экспартаваць як PDF"
@@ -221,80 +211,80 @@ msgstr "Экспартаваць як PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Set open password"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Set permission password"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A не падтрымлівае шыфраванне. Экспартаваны файл PDF не будзе засцерагацца паролем."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Празрыстасць PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "У PDF/A забаронена празрыстасць. Замест празрыстага аб'екта паказваецца непразрысты."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Канфлікт версій PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "Немагчыма мець празрыстасць у версіях PDF перад 1.4. Празрысты аб'ект быў зроблены непразрыстым"
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Дзеянне формы PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "У кантрольніку фармуляра зададзенае дзеянне, якое не падтрымліваецца ў PDF/A. Дзеянне было прапушчана"
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Некаторыя аб'екты былі аўтаматычна ператвораны ў выявы, таму што мэтавы фармат PDF не падтрымлівае празрыстасць. Магчыма, што дзеля выніковай якасці вам лепей самастойна сцерці празрыстыя аб'екты."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Празрыстасць выдалена"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "Не ўдалося стварыць подпіс"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "Экспартаванне PDF перарвана"
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 63cef791cff..41ca227bda8 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Выбраць незасцераганыя клеткі"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18077,15 +18087,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Object Catalog"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Контур"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19612,14 +19632,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Уставіць дыяграму"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19642,14 +19662,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19672,35 +19692,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Структура"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "Структура"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Задаць стыль структуры"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26676,6 +26696,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/be/sd/messages.po b/source/be/sd/messages.po
index 593db85423f..73a5e5ed56d 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4527,61 +4527,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_Адказаць"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "Цёмны"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "Курсіў"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Падкрэслены"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Закрэслены"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "Капіраваць"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Уставіць"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Сцерці заўвагу"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Сцерці ўсе заўвагі аўтарства %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Сцерці ўсе заўвагі"
diff --git a/source/be/sfx2/messages.po b/source/be/sfx2/messages.po
index 6241843fb4d..ba2bd8b2c52 100644
--- a/source/be/sfx2/messages.po
+++ b/source/be/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1633,286 +1633,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Закрыць панэль"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Дадатковыя настаўленні"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Закрыць бакоўку"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Сіняя крывая"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ДНК"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Фокус"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Рэтра"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Сцерці"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Ачысціць усё"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2619,6 +2607,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2673,6 +2667,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3823,6 +3853,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/be/starmath/messages.po b/source/be/starmath/messages.po
index 6bfa5898e28..12a63db9542 100644
--- a/source/be/starmath/messages.po
+++ b/source/be/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1927,770 +1927,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "p Ваерштраса"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Кропкі ў цэнтры"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Кропкі да верху"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Кропкі да нізу"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Кропкі знізу"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Кропкі вертыкальна"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Канкатэнацыя"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Дзяленне (скос)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Дзяленне (зваротны шырокі скос)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Дзеліць"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Не дзеліць"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Падвойная стрэлка ўлева"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Падвойная стрэлка ўлева і ўправа"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Падвойная стрэлка ўправа"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Мноства натуральных лікаў"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Мноства цэлых лікаў"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Мноства рацыянальных лікаў"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Мноства рэчаісных лікаў"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Мноства комплексных лікаў"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Вялікая 'хатка'"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Вялікая тыльда"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Вялікі вектар"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h з рыскай"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "лямбда з рыскай"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Стрэлка ўлева"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Стрэлка ўправа"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Стрэлка ўверх"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Стрэлка ўніз"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Без прагалу"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Папярэднічае*"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Папярэднічае або роўнае"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Папярэднічае або эквівалентнае"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Наступнічае"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Наступнічае або роўнае"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Наступнічае або эквівалентнае"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Не папярэднічае"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Не наступнічае"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Унарныя/бінарныя аператары"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Стасункі"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Дзеянні над мноствамі"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Функцыі"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Аператары"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Атрыбуты"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Дужкі"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Фарматы"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Іншыя"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Прыклады"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Стандартна"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Курсіў"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Цёмны"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "чорны"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "сіні"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "зялёны"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "чырвоны"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "шэры"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "лаймавы"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "бардовы"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "цёмна-сіні"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "аліўкавы"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "пурпурны"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "срэбны"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "бірузовы"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "жоўты"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "схаваць"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "памер"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "шрыфт"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "злева"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "у цэнтры"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "справа"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Каманды"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Формула"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Запісваем дакумент..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Формула %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ПАМЫЛКА : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Нечаканы знак"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Нечаканы токен"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "чакалася '{'"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "чакалася '}'"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "чакалася '('"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "чакалася ')'"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "Чакаўся '#'"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Патрабуецца колер"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Чакалася 'RIGHT'"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Змест"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Загаловак"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Тэкст формулы"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Межы"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Памер"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Пачатковы памер"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Дапасоўваць да аркуша"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "Маштаб"
diff --git a/source/be/svtools/messages.po b/source/be/svtools/messages.po
index 8f5cc8b13c6..eb619c665f8 100644
--- a/source/be/svtools/messages.po
+++ b/source/be/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4981,6 +4981,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/be/svx/messages.po b/source/be/svx/messages.po
index 083530cbd59..e61adfd691c 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -14376,30 +14376,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19724,18 +19700,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Правіць стыль..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index 7f430ea551d..6db23d93370 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -11585,44 +11585,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Знак"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Шрыфт"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Шрыфтавыя эфекты"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Месца"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Азіяцкі лад друку"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Спасылка"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Падсвятленне"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Межы"
@@ -14949,10 +14961,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15093,10 +15105,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "Пасля:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15189,10 +15201,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "Пасля:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18003,16 +18015,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Інтэрвал:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23350,10 +23362,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Без назвы 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23416,10 +23428,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23446,10 +23458,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Месца"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23494,16 +23506,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Паказваць ніжэйшыя ўзроўні:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27104,44 +27116,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Стыль знакаў"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Арганізатар"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Шрыфт"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Шрыфтавыя эфекты"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Месца"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Азіяцкі лад друку"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Падсвятленне"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Межы"
diff --git a/source/be/vcl/messages.po b/source/be/vcl/messages.po
index 1d30b3e134a..e75eac6f5d7 100644
--- a/source/be/vcl/messages.po
+++ b/source/be/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+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"
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 5e4a461584b..180da5c74b5 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-20 12:36+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"
@@ -5836,14 +5836,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "Обединяване със следващ абзац"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Свързване на съседни стилове на линии"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Свойства"
@@ -12821,11 +12827,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr "Изберете знаковия стил, който желаете да използвате в номерирания списък."
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "Въведете броя на предишните нива, които да бъдат включени в стила за номериране. Например, ако въведете „2“ и в предишното ниво е използван стилът за номериране „A, B, C...“, схемата за номериране на текущото ниво ще стане: „A.1“."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12839,11 +12845,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Започване от:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "Изберете стил за номериране на избраните нива."
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12965,11 +12971,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "Изберете графиката или посочете графичния файл, който желаете да използвате като знак – водач."
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "Изберете цвят за текущия стил на номериране."
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17944,11 +17950,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "Показва различните графики, които можете да прилагате."
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "Щракнете върху желания стил за номериране."
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17956,11 +17962,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Избор"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "Показва различните стилове на номериране, които можете да прилагате."
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
diff --git a/source/bg/dbaccess/messages.po b/source/bg/dbaccess/messages.po
index cc9c9d5660b..a3baf9a79d2 100644
--- a/source/bg/dbaccess/messages.po
+++ b/source/bg/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-10-31 11:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bg/>\n"
@@ -3447,31 +3447,31 @@ msgid "Socket:"
msgstr "Сокет:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Клас - драйвер за MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Тест на класа"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Настройки на връзката"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "Знаков набор:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Конвертиране на данни"
diff --git a/source/bg/filter/messages.po b/source/bg/filter/messages.po
index aff2caf56ed..2f4d662f91e 100644
--- a/source/bg/filter/messages.po
+++ b/source/bg/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-11-04 20:46+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/filtermessages/bg/>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Предупреждение: не всички импортирани EPS графики могат да се запишат на ниво 1,\n"
-"защото някои са от по-високо ниво!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Експортиране като PDF"
@@ -221,80 +211,80 @@ msgstr "Експортиране като PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Задаване на парола за отваряне"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Задаване на парола за права"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A не позволява шифроване. Експортираният PDF файл няма да бъде защитен с парола."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Прозрачност в PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "PDF/A не допуска прозрачност. Прозрачен обект бе изобразен като непрозрачен."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Конфликт на версиите на PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "Версиите на PDF преди PDF 1.4 не допускат прозрачност. Прозрачен обект бе изобразен като непрозрачен."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Действие във формуляр в PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "Елемент от формуляр съдържа действие, което не се поддържа от стандарта PDF/A. Действието бе пропуснато."
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Някои обекти бяха конвертирани в картинка, за да се премахне прозрачността им, защото целевият формат на PDF не поддържа прозрачност. Може би ще постигнете по-добър резултат, ако премахнете прозрачните обекти преди експортирането."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Премахната е прозрачността"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "Неуспешно генериране на подпис"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "Експортирането на PDF бе прекратено"
diff --git a/source/bg/helpcontent2/source/text/sbasic/python.po b/source/bg/helpcontent2/source/text/sbasic/python.po
index 9ab7c3426f6..2ad40156fbe 100644
--- a/source/bg/helpcontent2/source/text/sbasic/python.po
+++ b/source/bg/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-10-17 21:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicpython/bg/>\n"
@@ -151,14 +151,14 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "извиквания на <literal>Xray</literal>, които прекъсват изпълнението на скрипта на Python, позволявайки инспектиране на променливи."
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr "Обкръжението за скриптове (Scripting Framework) на интерфейса за приложно програмиране (API) на %PRODUCTNAME поддържа многоезиково изпълнение между Python и Basic, както и между други езици. При обръщенията могат да се предават аргументи в двете посоки, стига да представят разпознавани и от двата езика примитивни типове данни, които Scripting Framework е в състояние да преобразува правилно."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgstr ""
#. Gn9Bv
#: python_2_basic.xhp
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 8ed739d779f..523e62641f3 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-13 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
@@ -29293,14 +29293,14 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr "<bookmark_value>Set, оператор</bookmark_value> <bookmark_value>New, ключова дума</bookmark_value> <bookmark_value>Nothing, обект</bookmark_value>"
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Оператор Set</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
+msgstr ""
#. qNuUW
#: 03103700.xhp
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr "Присвоява на променлива обръщение към обект."
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr "[Set] variable = [New] object"
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr "Ключовата дума <literal>Set</literal> не е задължителна. За обекти се подразбира стойността <literal>Nothing</literal>."
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,14 +29788,14 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array, функция</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Функция Array</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
+msgstr ""
#. ZFAuc
#: 03104200.xhp
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Връща стойност от тип Variant, която представлява масив."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Синтаксис:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Виж също <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Параметри:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Argument list:</emph> списък от произволен брой разделени със запетая аргументи."
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Пример:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,14 +35062,14 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr "<bookmark_value>GlobalScope, спецификатор</bookmark_value><bookmark_value>библиотеки;системи от</bookmark_value><bookmark_value>библиотеки;контейнери за</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API;BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; контейнер за библиотеки</bookmark_value><bookmark_value>DialogLibraries; контейнер за библиотеки</bookmark_value>"
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
-msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">Спецификатор GlobalScope </link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
+msgstr ""
#. BKWJA
#: 03131900.xhp
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared/03.po b/source/bg/helpcontent2/source/text/sbasic/shared/03.po
index 90b35e90363..949f899ac35 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-08-01 07:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/bg/>\n"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index c68dc34705a..c682c1b950d 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-11-21 15:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
@@ -13967,41 +13967,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Сумира клетките, отговарящи на зададен критерий.</ahelp> Чрез тази функция можете да пресеете областта, търсейки конкретни стойности."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
-msgstr "SUMIF(Диапазон; Критерии [; ДиапазонЗаСумиране])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
+msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Диапазон</emph> е диапазонът, върху който да се приложат критериите."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Критерии</emph> е самото условие за търсене или клетката, която го съдържа. Ако критериите са изписани във формулата, трябва да бъдат заградени с двойни кавички."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14012,14 +14012,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>ДиапазонЗаСумиране</emph> е диапазонът, от който се сумират стойности. Ако този параметър е пропуснат, се сумират стойностите от параметъра „Диапазон“."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMIF поддържа операцията слепване на обръщения (~) само в параметъра „Критерии“ и само ако незадължителният параметър „ДиапазонЗаСумиране“ е пропуснат."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19142,6 +19142,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19178,6 +19187,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52298,14 +52334,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Изберете йерархията, която желаете да използвате. Обобщаващата таблица трябва да е базирана на данни от външен източник, който съдържа йерархии на данни.</ahelp>"
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
-msgstr "Calc не предлага възможност за няколко йерархии за едно поле, затова тази настройка обикновено е забранена. Ако използвате разширение като източник на данни за обобщена таблица, това разширение би могло да дефинира по няколко йерархии за някои полета и тогава настройката ще стане достъпна. Вижте документацията на разширението за повече подробности."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
+msgstr ""
#. B9FE5
#: 12090200.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index c9b155a1ca2..2770791a272 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-15 20:36+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"
@@ -3266,13 +3266,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index ca66062167f..7bb1b156160 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-13 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
@@ -8278,14 +8278,14 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr "<variable id=\"zoptionen\">Изберете <emph>Инструменти - Правопис</emph>, после щракнете върху <emph>Настройки</emph>.</variable>"
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
-msgstr "Изберете <emph>Инструменти - Език - Синонимен речник</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
+msgstr ""
#. F6EnA
#: 00000406.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index eb97523046b..7bea0089bdb 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+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"
@@ -4103,14 +4103,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr "<ahelp hid=\".uno:AddressBookSource\">Редактирайте съответствията на полета и източника на данни за вашия адресен бележник.</ahelp>"
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
-msgstr "Изберете <emph>Инструменти - Източник за адресния бележник</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
+msgstr ""
#. 46kw3
#: 01110101.xhp
@@ -4166,14 +4166,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Изберете таблицата с данни за адресния бележник.</ahelp>"
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "Конфигуриране"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22337,6 +22337,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Изберете съществуващ стил (или „- Няма -“), за да предоставите неговите дефиниции на текущия стил. Използвайте останалите раздели, за да промените наследяващия стил.</ahelp>"
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22670,6 +22679,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Въведете разстоянието, което да бъде оставено между десния ръб на хартията и текста на документа. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>Ако ползвате <emph>огледално</emph> оформление на страници, въведете разстоянието от външния ръб на хартията до външния край на текста.</defaultinline></switchinline></ahelp>"
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22886,6 +22913,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Изберете абзацния стил, който желаете да се използва като отправна точка за подравняване на текста в избрания стил на страница. Височината на шрифта, зададена в отправния стил, определя стъпката на вертикалната мрежа на страницата.</ahelp>"
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35990,6 +36035,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr "Ако започнете дума с главни букви, например „ДУма“, втората автоматично се заменя с малка буква."
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36809,23 +36863,122 @@ msgctxt ""
msgid "Replace"
msgstr "Замяна"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Въведете думата, съкращението или частта от дума, която искате да се замества по време на въвеждане. Заместващите знаци .* в края на дума предизвикват замяна на думата при наличие на произволно окончание. В началото на дума .* предизвиква замяна и при наличие на произволна представка. Например шаблонът „х-к.*“ със заместващ текст „характеристик“ открива и заменя „х-ки“ с „характеристики“, а шаблонът „.*...“ със заместващ текст „…“ намира и замества трите точки в „дума...“ с правилния типографски знак за хоризонтално многоточие от Уникод („дума…“).</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
-#. LVDxA
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
-msgstr "За да замествате части от думи или знаци вътре в думи, можете да използвате началната и крайната заместваща поредица в един и същ шаблон. Например въвеждането на часове може да става по-бързо само с цифровия блок и с повторен десетичен разделител вместо двоеточие по следния начин: задайте шаблон „.*...*“ или „.*,,.*“ (двойна точка или двойна запетая във вътрешността на дума) и заместващ текст „:“ и въвеждането на „10..30“ или „10,,30“ автоматично ще даде резултат „10:30“."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
+msgstr ""
#. F4UNM
#: 06040200.xhp
@@ -36962,32 +37115,32 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Изброява съкращенията, които не подлежат на автоматично коригиране.</ahelp> За да премахнете елемент от списъка, изберете елемента и щракнете върху <emph>Изтриване</emph>."
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "Думи с по ДВе ГЛавни БУкви"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">Въведете думата или съкращението, започващо с две главни букви, за което не желаете $[officename] да коригира втората главна буква на малка. Например, въведете „PC“, за да забраните на $[officename] да замества „PC“ с „Pc“.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
+msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Изброява думи или съкращения, започващи с две главни букви, които не подлежат на автоматично коригиране. Всички думи, започващи с две главни букви, са изброени тук.</ahelp> За да премахнете елемент от списъка, изберете елемента и щракнете върху <emph>Изтриване</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgstr ""
#. AtnKw
#: 06040300.xhp
@@ -37016,14 +37169,23 @@ msgctxt ""
msgid "AutoInclude"
msgstr "Автовключване"
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Автоматично добавя съкращения или думи, започващи с две главни букви, към съответния списък с изключения. Тази възможност работи само ако е отметната настройката <emph>Коригиране на ДВе ГЛавни БУкви</emph> или <emph>Превръщане на първата буква от изречение в главна</emph> в колоната <emph>[В]</emph> от раздела <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Настройки</emph></link> на този диалогов прозорец. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
+msgstr ""
#. iDNuq
#: 06040400.xhp
@@ -37781,41 +37943,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr "<ahelp hid=\"HID_NUM_RESET\">Премахва номерата или водещите знаци от текущия абзац или избраните абзаци.</ahelp>"
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "Водачи"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
-msgstr "<bookmark_value>водачи;абзаци</bookmark_value> <bookmark_value>абзаци; вмъкване на водачи</bookmark_value> <bookmark_value>вмъкване; водачи в абзаци</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
+msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Водачи\">Водачи</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
-msgstr "<ahelp hid=\".\">Показва различните стилове за водещи знаци, които можете да прилагате.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
+msgstr ""
#. zejaE
#: 06050100.xhp
@@ -37835,14 +37997,14 @@ msgctxt ""
msgid "Selection"
msgstr "Избор"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Щракнете върху желания стил за водачи.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
+msgstr ""
#. su62X
#: 06050100.xhp
@@ -37853,40 +38015,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Раздел „Позиция“ (диалогов прозорец „Водачи и номерация“)</link>"
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
-msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Раздел „Настройки“ (диалогов прозорец „Водачи и номерация“)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "Стил за номерация"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
-msgstr "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Стил за номерация</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
+msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index fa7149447d9..b81c01efe04 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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-20 13:36+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"
@@ -16802,78 +16802,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index c6cabccb7f6..5a621440b32 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-20 15:57+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/bg/>\n"
@@ -8180,14 +8180,14 @@ msgctxt ""
msgid "Show standardized page count"
msgstr "Показване на броя стандартни страници"
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
-msgstr "Редакторите и издателите често дефинират „стандартна“ страница, която съдържа указан брой знаци или думи. Отмятането на това поле позволява бързо изчисляване на броя такива страници."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
+msgstr ""
#. eQjAd
#: 01040900.xhp
diff --git a/source/bg/helpcontent2/source/text/simpress/guide.po b/source/bg/helpcontent2/source/text/simpress/guide.po
index f2baa5d8625..367910a08b3 100644
--- a/source/bg/helpcontent2/source/text/simpress/guide.po
+++ b/source/bg/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-02 22:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/bg/>\n"
@@ -1141,14 +1141,14 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "В областта <emph>Запълване</emph> изберете <emph>Растерно изображение</emph> и после щракнете върху изображение в списъка."
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
-msgstr "Ако желаете да използвате изображение по избор като фон на <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">кадъра</caseinline><defaultinline>страницата</defaultinline></switchinline>, затворете диалоговия прозорец <emph>Настройка на страницата</emph> и изберете <menuitem>Форматиране - Област</menuitem>. Отворете раздела <emph>Растерни изображения</emph> и натиснете бутона <emph>Импортиране</emph>. Намерете изображението, което искате да импортирате, и натиснете <widget>Отваряне</widget>. Когато се върнете в раздела <emph>Фон</emph>, импортираното изображение ще присъства в списъка <emph>Растерно изображение</emph>."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
+msgstr ""
#. 24cCs
#: background.xhp
@@ -1879,14 +1879,14 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "За да вмъкнете в кадър текст от файл:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
-msgstr "Изберете <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Кадър - Вмъкване на кадър от файл</menuitem></caseinline><defaultinline><menuitem>Страница - Вмъкване на страница от файл</menuitem></defaultinline></switchinline> в кадъра, в който желаете да вмъкнете текста."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgstr ""
#. NCRij
#: html_import.xhp
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "Щракнете върху <emph>Нова</emph> и въведете име за прожекцията в полето <emph>Име</emph>."
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/bg/helpcontent2/source/text/swriter.po b/source/bg/helpcontent2/source/text/swriter.po
index 5e4b44f424e..9874669a038 100644
--- a/source/bg/helpcontent2/source/text/swriter.po
+++ b/source/bg/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-11-21 15:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/bg/>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">Съдържа средства за проверка на правописа, галерия от обекти, които можете да добавяте към документите, и команди за конфигуриране на менютата и задаване настройките на програмата.</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Чувствително изображение (ImageMap)</link>"
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Номериране на редове</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Бележки под линия</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Сортиране</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Настройки на автокорекция</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Чувствително изображение (ImageMap)</link>"
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Сортиране</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Отваря диалогов прозорец, в който можете да преобразувате текущата таблица в текст.</ahelp>Отваря <link href=\"text/swriter/01/06090000.xhp\">диалогов прозорец</link>, в който можете да преобразувате текущата таблица в текст."
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Формула"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 6e91802ce43..1f886134217 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-11-21 15:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
@@ -22563,13 +22563,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/bg/helpcontent2/source/text/swriter/02.po b/source/bg/helpcontent2/source/text/swriter/02.po
index 5b24cde9e00..64afe39a3ff 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-08 08:35+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter02/bg/>\n"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Водачи и номерация\">Водачи и номерация</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Връзка"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Връзка\">Връзка</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Свързва избраната рамка със следващата рамка.</ahelp> Текстът автоматично се излива от една рамка в следващата."
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/guide.po b/source/bg/helpcontent2/source/text/swriter/guide.po
index eba30b66c7e..ebd37fb01ae 100644
--- a/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/source/bg/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-13 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriterguide/bg/>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Натиснете бутона <emph>OK</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "За да създадете нов стил с плъзгане и пускане"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
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 a9f39d86a33..4f7553e7d55 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-04 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Избиране на незащитените клетки"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Каталог на обектите"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Очертан"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Вмъкване на диаграма"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19638,14 +19658,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19668,35 +19688,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "План"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "План с подточки"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Задаване на стил за план"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr "Вертикално отдолу"
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index 12db08812eb..ebf69e63c1c 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-11-04 20:47+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
@@ -4518,61 +4518,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Преобразува избрания обект в многоъгълник (затворен обект, ограден от прави отсечки)."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "Отговор"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "Получер"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "Курсив"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Подчертан"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Зачертан"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "Копиране"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Поставяне"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Изтриване на коментар"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Изтриване на всички коментари от %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Изтриване на всички коментари"
diff --git a/source/bg/sfx2/messages.po b/source/bg/sfx2/messages.po
index 46df79dd4c7..1fe77cf26c0 100644
--- a/source/bg/sfx2/messages.po
+++ b/source/bg/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-20 12:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/bg/>\n"
@@ -1655,286 +1655,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Затваряне на панела"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Още настройки"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Затваряне на страничната лента"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Кошер"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Синя крива"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Чертеж"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ДНК"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Фокус"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Горска птица"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Вдъхновение"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Светлини"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Метрополис"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Тъмно синьо"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Природна илюстрация"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Молив"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Пиано"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Портфолио"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Прогрес"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Старомоден"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Семпъл"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Автобиография"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "По подразбиране"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Съвременен"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Съвременно бизнес писмо, безсерифен шрифт"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Съвременно бизнес писмо, серифен шрифт"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Визитка с лого"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Прост"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Премахване"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Изчистване на всичко"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Дължина на паролата"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Въведената от вас парола причинява проблеми със съвместимостта. Моля, въведете парола, по-къса от 52 байта или по-дълга от 55 байта."
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Щракнете с %{key} за отваряне на хипервръзката: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Щракнете за отваряне на хипервръзката: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(използва се от: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2640,6 +2628,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "Позволява ви да приписвате на документа ваши собствени информационни полета."
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2694,6 +2688,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "Съдържа описателна информация за документа."
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3852,6 +3882,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Задава настройките за печатане."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/bg/starmath/messages.po b/source/bg/starmath/messages.po
index 97089fcdf5d..8767487958d 100644
--- a/source/bg/starmath/messages.po
+++ b/source/bg/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-04 23:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/starmathmessages/bg/>\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr "Трансформация на Фурие"
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Символ на Вайерщрас"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Точки в средата"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Точки до горе"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Точки до долу"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Точки отдолу"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Вертикални точки"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Конкатенация"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Деление (широка наклонена черта)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Деление (обратна широка наклонена черта)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Дели"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Не дели"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Двойна стрелка наляво"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Двойна стрелка наляво и надясно"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Двойна стрелка надясно"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Множество на естествените числа"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Множество на целите числа"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Множество на рационалните числа"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Множество на реалните числа"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Множество на комплексните числа"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Голям циркумфлекс"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Голяма тилда"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Голяма стрелка за вектор"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "Голям харпун"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h черта"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Ламбда черта"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Стрелка наляво"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Стрелка надясно"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Стрелка нагоре"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Стрелка надолу"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Без интервал"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Предхожда"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Предхожда или е равно на"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Предхожда или е еквивалентно на"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Следва"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Следва или е равно на"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Следва или е еквивалентно на"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Не предхожда"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Не следва"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Едноместни/двуместни операции"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Релации"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Операции с множества"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Функции"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Оператори"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Атрибути"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Скоби"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Формати"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Други"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Примери"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "Обиколка"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr "Еквивалентност маса – енергия"
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "Теорема на Питагор"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr "Ред на Тейлър"
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "Разпределение на Гаус"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr "Уравнение на Ойлер-Лагранж"
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr "Фундаментална теорема на анализа"
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr "Уравнение на хаоса"
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Равенство на Ойлер"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr "Втори закон на Нютон"
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Обща теория на относителността"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Специална теория на относителността"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Стандартен"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Курсив"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Получер"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "черно"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "синьо"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "зелено"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "червено"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr "аква"
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr "цикламено"
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "сиво"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "лайм"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "кестеняво"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "тъмносино"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "маслиново"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "пурпурно"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "сребърно"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "синьозелено"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "жълто"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr "коралово"
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr "кървавочервено"
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr "полунощно синьо"
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr "виолетово"
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr "оранжево"
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr "оранжево-червено"
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr "лавандула"
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr "снежнобяло"
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr "морско зелено"
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr "индиго"
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr "ярко розово"
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "rgb"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "шестнадесетично"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "скриване"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "размер"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "шрифт"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "отляво"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "центриране"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "отдясно"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Команди"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Формула"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Запазва се документ..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION – формула"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ГРЕШКА: "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Неочакван знак"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Неочакван символ"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "Очаква се \"{\""
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "Очаква се \"}\""
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "Очаква се \"(\""
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "Очаква се \")\""
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Несъответстващи си ляв и десен символ"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "Очаква се „fixed“, „sans“ или „serif“"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "Неочакван символ след „size“"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "Не е разрешено двойно подравняване"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "Не са разрешени двойни долни или горни индекси"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "Очаква се число"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "Очаква се \"#\""
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Очаква се цвят"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Очаква се \"RIGHT\""
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Съдържание"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Заглавие"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Текст на формула"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Кантове"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Размер"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Оригинален размер"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Побиране в страницата"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "Мащабиране"
diff --git a/source/bg/svtools/messages.po b/source/bg/svtools/messages.po
index b667894b690..060859066b4 100644
--- a/source/bg/svtools/messages.po
+++ b/source/bg/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-03 18:01+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/bg/>\n"
@@ -4980,6 +4980,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/bg/svx/messages.po b/source/bg/svx/messages.po
index dd820db2efb..9c70cabd5dd 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-11 20:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bg/>\n"
@@ -14362,30 +14362,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr "По избор..."
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19707,18 +19683,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Редактиране на стил..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Предишен"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Следващ"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index 35ac44e65f1..9a363898f63 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-20 12:36+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"
@@ -11583,44 +11583,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Знак"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Шрифт"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Ефекти за шрифт"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Позиция"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Азиатски езици"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Хипервръзка"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Осветяване"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Кантове"
@@ -14947,11 +14959,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Въведете текста, който искате да се изписва в текста на бележката под линия след номера й."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Изберете желания стил за номериране."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15091,11 +15103,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "_След:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Изберете стил за номерата на бележките под линия."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15187,11 +15199,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "_След:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Изберете стил за номерата на бележките в края."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18001,17 +18013,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Интервал:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Изберете стила, с който искате да се форматират номерата на редове."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Изберете желания стил за номериране."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -23350,11 +23362,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Неозаглавено 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Изберете готовия стил за номериране, който желаете да припишете на избраното ниво от плана."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23416,11 +23428,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "Отваря диалогов прозорец, в който можете да запишете текущите настройки за избраното ниво от плана. След това можете да заредите тези настройки от друг документ."
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Щракнете върху стил за номериране в списъка, после въведете име за стила. Числата съответстват на нивото от плана, на което се приписват стиловете."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23446,11 +23458,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Позиция"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Определя формата на номерата и йерархията за номериране на глави в текущия документ."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23494,17 +23506,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Видими поднива:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Изберете стила на номериране, който желаете да приложите върху избраното ниво от плана."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Изберете формата на знака за номериране."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -27106,44 +27118,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Знаков стил"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Организатор"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Шрифт"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Ефекти за шрифт"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Позиция"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Азиатски езици"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Осветяване"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Кантове"
diff --git a/source/bg/vcl/messages.po b/source/bg/vcl/messages.po
index 467a545ff9b..171c6583ae4 100644
--- a/source/bg/vcl/messages.po
+++ b/source/bg/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2020-11-04 20:46+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://weblate.documentfoundation.org/projects/libo_ui-master/vclmessages/bg/>\n"
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr "Разделител"
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index 67e9f6a9917..65345527ecf 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-16 06:42+0000\n"
"Last-Translator: parnas <parnasghosh@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5865,14 +5865,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে একত্রীকরণ (_M)"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "নিকটবর্তী লাইন শৈলী একত্রীকরণ (_M)"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "বৈশিষ্ট্যাবলী"
@@ -12859,10 +12865,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12877,10 +12883,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "এখান থেকে শুরু হবে:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13003,10 +13009,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -17993,10 +17999,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18005,10 +18011,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "নির্বাচন"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/bn-IN/dbaccess/messages.po b/source/bn-IN/dbaccess/messages.po
index 2fe9ff177ec..56a456bfd8f 100644
--- a/source/bn-IN/dbaccess/messages.po
+++ b/source/bn-IN/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-11 07:30+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3471,32 +3471,32 @@ msgid "Socket:"
msgstr "সকেট"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC ড্রাইভার শ্রেণী (_r):"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "পরীক্ষণ শ্রেণী"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "সংযোগ সেটিংস"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "অক্ষর সমষ্টি (_C)"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/bn-IN/filter/messages.po b/source/bn-IN/filter/messages.po
index a9731a49eca..778e6d8bfb6 100644
--- a/source/bn-IN/filter/messages.po
+++ b/source/bn-IN/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-11 05:50+0000\n"
"Last-Translator: SHUBHRANIL NAG <nagshubhranil96@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "ঠিক আছে"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"সতর্কীকরণ: ইম্পোর্টকৃত সব EPS গ্রাফিক্স স্তর ১ এ সংরক্ষিত হয়নি \n"
-"কিছু উচ্চ স্তরেও সংরক্ষিত হয়েছে!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF হিসেবে এক্সপোর্ট করুন"
@@ -221,80 +211,80 @@ msgstr "PDF হিসেবে এক্সপোর্ট করুন"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "উন্মুক্ত পাসওয়ার্ড নির্ধারণ করুন... "
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "অনুমোদন পাসওয়ার্ড নির্ধারণ... "
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A-র ক্ষেত্রে এনক্রিপশন সমর্থন করা হয় না। এক্সপোর্ট করা PDF-র জন্য পাসওয়ার্ড সহযোগে সুরক্ষিত করা হবে না।"
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "PDF/A স্বচ্ছতা"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "PDF/A স্বচ্ছতা সমর্থন করে না। একটি স্বচ্ছ বস্তুকে স্বচ্ছতার পরিবর্তে অস্বচ্ছ রঙ করা হয়েছে।"
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "PDF সংস্করণ বিরোধ"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "PDF 1.4 এর আগের সংস্করণগুলো PDF স্বচ্ছতা সমর্থন করেনা। স্বচ্ছতার পরিবর্তে একটি বস্তুকে অস্বচ্ছ করা হয়েছে।"
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "PDF/A ফরম ক্রিয়া"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "ফর্ম কন্ট্রোল এমন একটি ক্রিয়া ধারণ করে যা PDF/A দ্বারা সমর্থিত নয়। ক্রিয়াটি এড়িয়ে যাওয়া হয়েছে"
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "স্বচ্ছতা সরিয়ে দিতে কিছু বস্তুকে একটি চিত্রে রূপান্তর করা হয়েছিল, কারণ গন্তব্য PDF ফরম্যাট স্বচ্ছতা সমর্থন করে না। সম্ভবত ভাল ফলাফল অর্জন করা যাবে যদি আপনি এক্সপোর্ট করার পূর্বে স্বচ্ছ বস্তুসমূহ সরিয়ে দিন।"
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "স্বচ্ছতাসমূহ সরিয়ে ফেলা হয়েছে"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "স্বাক্ষর তৈরি করা ব্যর্থ হয়েছে"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "PDF রপ্তানি বাতিল হয়েছে"
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/python.po b/source/bn-IN/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/python.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po b/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
index 17bc49d2e47..03c87a297bb 100644
--- a/source/bn-IN/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn-IN/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array function</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "একটি ডাটা ক্ষেত্রসহ টাইপ ভ্যারিয়েন্ট প্রদান করে।"
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link> দেখুন"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>আরগুমেন্ট তালিকা:</emph> কমা দ্বারা পৃথককৃত যেকোনো সংখ্যক আরগুমেন্টের তালিকা।"
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
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 05f26f38777..c97a5218269 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index e4994d1e6f3..5275638d725 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/01.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bn_IN/>\n"
@@ -13966,41 +13966,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">একটি প্রদত্ত শ্রেণী দ্বারা উল্লেখিত ঘর যোগ করা হয়।</ahelp> আপনি যখন কিছু মান খুঁজবেন, একটি পরিসর ব্রাউজ করতে এই ফাংশনটি ব্যবহার করা হয়।"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Range</emph> হলো এমন একটি পরিসর, যাতে নির্ণায়ক প্রয়োগ করা হবে।"
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>শ্রেণীবিভাগ</emph> হলো একটি ঘর যাতে অনুসন্ধান শ্রেণীবিভাগ প্রদর্শিত হয়, অথবা নিজস্ব অনুসন্ধান শ্রেণীবিভাগ। যদি শ্রেণীবিভাগটি একটি সূত্রে লিখিত হয়, এইটি ডাবল-উক্তি দ্বারা পরিবেষ্টিত হয়।"
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14011,14 +14011,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>SumRange</emph> হলো একটি পরিসর যেখান হতে মানের সমষ্টি করা হয়। যদি এই প্রতীক চিহ্নিত না হয়, পরিসরে প্রাপ্ত মানের সমষ্টি করা হয়।"
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMIF reference সংযোজন অপারেটর (~) শুধুমাত্র শ্রেণীবিভাগ প্যারামিটারে সমর্থন করে, এবং শুধুমাত্র যদি ঐচ্ছিক SumRange প্যারামিটার প্রদান করা না হয়।"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/guide.po b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
index 69e4e1bf66d..2295b53c6e8 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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index 81276254855..7409a633e14 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index ce7367d4e1a..9db525093fe 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,13 +4165,13 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
+msgid "Assign"
msgstr ""
#. 7XELF
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr ""
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
msgstr ""
-#. LVDxA
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
+msgid "Unordered (Lists)"
msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr ""
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
+msgid "Ordered"
msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index 01a8048e76b..74e7b963be9 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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index ac31827154c..db28ecd016b 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/bn-IN/helpcontent2/source/text/simpress/guide.po b/source/bn-IN/helpcontent2/source/text/simpress/guide.po
index d964f1fd398..5eb2884cccf 100644
--- a/source/bn-IN/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "<emph>পূরণ </emph>এলাকায়, <emph>বিটম্যাপ</emph>নির্বাচন করুন, এবং তারপর তালিকার একটি চিত্রে ক্লিক করুন।"
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "ফাইল হতে স্লাইডে পাঠ সন্নিবেশ করাতে:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "<emph>নতুন</emph> ক্লিক করুন এবং আপনার স্লাইড প্রদর্শনের জন্য <emph>নাম </emph>বাক্সে একটি নাম সন্নিবেশ করান।"
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/bn-IN/helpcontent2/source/text/swriter.po b/source/bn-IN/helpcontent2/source/text/swriter.po
index 381d4cdc84b..9f4a0c14b51 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-23 07:26+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">এতে বানান টুল আছে, আপনার নথিতে যোগ করার জন্য অবজেক্ট চিত্রশালা আছে, একই সাথে মেনু কনফিগার এবং প্রোগ্রাম পছন্দসমূহ সেট করার টুলও আছে।</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">রেখা সংখ্যায়ন</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">পাদটীকা</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">সাজানো</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">স্বয়ংক্রিয়-সংশোধন অপশন</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">সাজানো</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি ডায়ালগ খোলা হয় যেখানে আপনি বর্তমান সারণিকে পাঠ্যে রুপান্তর করতে পারবেন।</ahelp><link href=\"text/swriter/01/06090000.xhp\">একটি ডায়ালগ খোলা হয় </link> যেখানে আপনিবর্তমান সারণিকে পাঠ্যে রুপান্তর করতে পারবেন।"
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "সূত্র"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index 48414516711..6471a5a9c88 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/02.po b/source/bn-IN/helpcontent2/source/text/swriter/02.po
index 4180c30a249..f5125217b72 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">বুলেট ও সংখ্যায়ন</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "লিংক"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">লিংক</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">নির্বাচিত ফ্রেমকে অন্য ফ্রেমে সংযুক্ত করুন।</ahelp> পাঠ্য স্বয়ংক্রিয়ভাবে এক ফ্রেম থেকে অন্য ফ্রেমে যায়।"
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/guide.po b/source/bn-IN/helpcontent2/source/text/swriter/guide.po
index c71c1713f3c..ac0a1c021f9 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 13:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "টেনে এনে ফেলে একটি নতুন শৈলী তৈরি করতে"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
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 9101f49b596..ecd15e6b4c7 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
@@ -1311,6 +1311,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "পরবর্তী অরক্ষিত ঘর"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18287,15 +18297,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "বস্তুর ক্যাটালগ"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "রূপরেখা"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19843,14 +19863,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "লেখচিত্র সন্নিবেশ"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19873,14 +19893,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19903,35 +19923,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "রূপরেখা"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "রূপরেখা দৃশ্যপট (~O)"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26988,6 +27007,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/bn-IN/sd/messages.po b/source/bn-IN/sd/messages.po
index ab75a7cc7f6..7b4519536d1 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4563,67 +4563,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "নির্বাচিত বস্তু বহুভূজে রূপান্তর করে (সরল রেখা দ্বারা নির্বাচিত বস্তুটি আবদ্ধ থাকে)। "
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "উত্তর (~R)"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "মোটা (_B)"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "তির্যক (_I)"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "নিম্নরেখা"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "অবচ্ছেদন রেখা"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "কপি করুন (_C)"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "প্রতিলেপন"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "মন্তব্য মুছে ফেলুন"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "%1 মন্তব্যকারীর সব মন্তব্য মুছে ফেলুন (~y)"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/bn-IN/sfx2/messages.po b/source/bn-IN/sfx2/messages.po
index 77efb2afdd9..b6523721fea 100644
--- a/source/bn-IN/sfx2/messages.po
+++ b/source/bn-IN/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-11 07:50+0000\n"
"Last-Translator: somu7777 <Soumya.chowdhury7777@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1629,286 +1629,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "প্যান বন্ধ করুন"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "অারো বিকল্প"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "পার্শ্ববার ডেক বন্ধ করুন"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "মৌচাক"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "নীল কার্ভ"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "ব্লুপ্রিন্ট পরিকল্পনা"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ডিএনএ"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "কেন্দ্রবিন্দু"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "অনুপ্রেরণা"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "আলো"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "মহানগরী"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "মাঝরাতের নিল"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "প্রকৃতি চিত্রণ"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "পেন্সিল"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "পিয়ানো"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "অগ্রগতি"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "মদ"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "প্রাণবন্ত"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "সিভি"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "জীবনবৃত্তান্ত"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "অাধুনিক"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "আধুনিক ব্যবসা চিঠি সানস-সরিফ"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "আধুনিক ব্যবসা চিঠি serif"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "লোগো সঙ্গে ব্যবসা কার্ড"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "সরিয়ে ফেলুন"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "সব মুছে ফেলুন"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "পাসওয়ার্ড দৈর্ঘ্য"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2615,6 +2603,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2669,6 +2663,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3820,6 +3850,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "মুদ্রণ সেটিং অপশন সুনির্দিষ্ট করে। "
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/bn-IN/starmath/messages.po b/source/bn-IN/starmath/messages.po
index b4c1bd69342..b350f3e0fb4 100644
--- a/source/bn-IN/starmath/messages.po
+++ b/source/bn-IN/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-11 06:35+0000\n"
"Last-Translator: biraj <brnet00@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "মাঝে ডট"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "উপরের দিকে ডট"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "নিচের দিকে ডট"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "নিচে ডট"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "উল্লম্বভাবে ডট দিন"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "কনক্যাটেনেট"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "ভাগ (ওয়াইডস্ল্যাশ)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "বিভাজন (কাউন্টার ওয়াইড-স্ল্যাশ)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "ভাগ করে"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "ভাগ করে না"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "বামমূখী ডবল তীরচিহ্ন"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "বাম এবং ডানমূখী ডবল তীরচিহ্ন "
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "ডানমূখী ডবল তীরচিহ্ন "
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "স্বাভাবিক সংখ্যার সেট"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "পূর্ণ সংখ্যার সেট"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "মূলদ সংখ্যার সেট"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "বাস্তব সংখ্যার সেট"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "জটিল সংখ্যার সেট"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "বড় সারকামফ্লেক্স"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "বড় টিল্ড"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "বড় ভেক্টর তীর"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h বার"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "ল্যামডা বার"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "বাম তীর"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "ডান তীর"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "ঊর্ধ্ব তীর"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "নিম্ন তীর"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "কোনো স্থান নেই"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "অগ্রবর্তী হয়"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "অগ্রবর্তীতে বা সমান"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "অগ্রবর্তীতে অথবা সমতুল্য"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "পশ্চাতে আসে"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "পশ্চাতে বা সমান"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "পশ্চাতে বা সমতুল্য"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "অগ্রবর্তী হয়না"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "পশ্চাতে আসেনা"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "ইউনারী/বাইনারি অপারেটর"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "অন্বয়"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "সেট অপারেশন"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ফাংশন"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "অপারেটর"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "বৈশিষ্ট্য"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "বন্ধনী"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "বিন্যাস"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "অন্যান্য"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "উদাহরণ"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "আদর্শ"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "তির্যক"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "গাঢ়"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "কালো"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "নীল"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "সবুজ"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "লাল"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "ধূসর"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "লাইম"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "মেরুন"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "নেভী"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "জলপাই রং"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "রক্তবর্ণ"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "রূপালী"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "টিল"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "হলুদ"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "আড়াল করুন"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "আকার"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "ফন্ট"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "বাঁদিকে"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "কেন্দ্র"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "ডানদিকে"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "কমান্ড"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "সূত্র"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "নথি সংরক্ষণ করা হচ্ছে..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION সূত্র"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "অপ্রত্যাশিত অক্ষর"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "অপ্রত্যাশিত টোকেন"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' প্রত্যাশিত"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' প্রত্যাশিত"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' প্রত্যাশিত"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' প্রত্যাশিত"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "বাম এবং ডান চিহ্ন মেলেনি"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "'fixed', 'sans', বা 'serif' প্রত্যাশিত"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "একটি অপ্রত্যাশিত টোকেনের পর 'আকার' আসবে"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "দুটি সারিকরণ করার অনুমতি দেওয়া হয় না"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "দুটি সাব/সুপারস্ক্রিপ্ট অনুমোদিত নয়"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' প্রত্যাশিত"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "রঙ প্রয়োজন"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' প্রত্যাশিত"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "বিষয়বস্তু"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "শিরোনাম (~T)"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "ফর্মূলা টেক্সট (~F)"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "সীমানা (~o)"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "আকার"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "মূল আকার (~r)"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "পৃষ্ঠার সাথে মানানসই করা হবে (~p)"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "আকার পরিবর্তন (_S)"
diff --git a/source/bn-IN/svtools/messages.po b/source/bn-IN/svtools/messages.po
index d3e8b085a65..cf15e9a0f61 100644
--- a/source/bn-IN/svtools/messages.po
+++ b/source/bn-IN/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5003,6 +5003,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/bn-IN/svx/messages.po b/source/bn-IN/svx/messages.po
index 3698c23e6d0..bc4b3f2ae93 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali (India) <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn_IN/>\n"
@@ -14514,30 +14514,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20072,18 +20048,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "শৈলী সম্পাদনা..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index 3b1bf873188..89d9514a223 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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11843,45 +11843,57 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "অক্ষর"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "ফন্ট"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "ফন্টের আবহ"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "অবস্থান"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "এশীয় বহির্বিন্যাস"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "হাইপারলিংক"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "উজ্জ্বলকরণ"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "সীমানা"
@@ -15302,10 +15314,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "পাঠ্য সন্নিবেশ করুন যা আপনি নোট পাঠ্যের পাদটীকা নম্বরের সম্মুখে প্রদর্শন করতে চান।"
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15451,11 +15463,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "পরে"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "পাদটীকার জন্য সংখ্যায়ন শৈলী নির্বাচন করুন।"
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15552,11 +15564,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "পরে"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "প্রান্তটীকার জন্য সংখ্যায়ন শৈলী নির্বাচন করুন।"
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18460,16 +18472,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "অভ্যন্তরীণ"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23976,11 +23988,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "শিরোনামহীন ১"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "পূর্ব নির্ধারিত সংখ্যায়ন শৈলী নির্বাচন করুন যা আপনি নির্বাচিত সীমারেখা স্তরে বরাদ্দ করতে চান।"
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -24042,11 +24054,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "তালিকায় সংখ্যায়ন শৈলীতে ক্লিক করুন, এবং এরপর শৈলীর জন্য একটি নাম সন্নিবেশ করান। বহি:রেখা স্তরের সংশ্লিষ্ট সংখ্যা যাতে শৈলী বরাদ্দ করা আছে।"
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -24073,11 +24085,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "অবস্থান"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "বর্তমান নথিতে সংখ্যা বিন্যাস এবং অধ্যায় ক্রমিকায়নের ক্রমবিন্যাস সুনির্দিষ্টভাবে উল্লেখ করা হয়।"
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -24125,17 +24137,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "সাবলেভেল প্রদর্শন"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "সংখ্যায়ন শৈলী নির্বাচন করুন যা আপনি নির্বাচিত সীমারেখা স্তরে প্রয়োগ করতে চান।"
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "সংখ্যায়ন অক্ষরের বিন্যাস নির্বাচন করুন।"
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -27854,45 +27866,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "অক্ষর শৈলী"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "সংগঠক"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "ফন্ট"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "ফন্টের আবহ"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "অবস্থান"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "এশীয় বহির্বিন্যাস"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "উজ্জ্বলকরণ"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "সীমানা"
diff --git a/source/bn-IN/vcl/messages.po b/source/bn-IN/vcl/messages.po
index 08daf442d92..0de0886f73a 100644
--- a/source/bn-IN/vcl/messages.po
+++ b/source/bn-IN/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+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"
@@ -1178,6 +1178,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index 78c133cc021..c3bcf06175c 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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -5970,14 +5970,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "পরবর্তী অনুচ্ছেদের সাথে রাখা হবে"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "বৈশিষ্ট্য"
@@ -13251,10 +13257,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -13270,10 +13276,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "শুরুর তারিখ"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13407,10 +13413,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18517,10 +18523,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18529,10 +18535,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "নির্বাচন"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/bn/dbaccess/messages.po b/source/bn/dbaccess/messages.po
index 8449c6f80ce..4dcd87575b6 100644
--- a/source/bn/dbaccess/messages.po
+++ b/source/bn/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bn/>\n"
@@ -3533,34 +3533,34 @@ msgid "Socket:"
msgstr "সকেট"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC ড্রাইভার শ্রেণী: (~r)"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "পরীক্ষণ শ্রেণী"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "সংযোগ সেটিংসমূহ"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "অক্ষর সমষ্টি"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/bn/filter/messages.po b/source/bn/filter/messages.po
index cff9d3c2aa1..d69bfe073f9 100644
--- a/source/bn/filter/messages.po
+++ b/source/bn/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-01-15 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -203,18 +203,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "ঠিক আছে"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"সতর্কীকরণ: ইম্পোর্টকৃত সব EPS গ্রাফিক্স স্তর ১ এ সংরক্ষিত হয়নি \n"
-"কিছু উচ্চ স্তরেও সংরক্ষিত হয়েছে!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF হিসেবে এক্সপোর্ট করুন"
@@ -222,7 +212,7 @@ msgstr "PDF হিসেবে এক্সপোর্ট করুন"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
#, fuzzy
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
@@ -230,74 +220,74 @@ msgstr "উন্মুক্ত পাসওয়ার্ড নির্ধ
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
#, fuzzy
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "অনুমোদন পাসওয়ার্ড নির্ধারণ... (~p)"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
diff --git a/source/bn/helpcontent2/source/text/sbasic/python.po b/source/bn/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/bn/helpcontent2/source/text/sbasic/python.po
+++ b/source/bn/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/bn/helpcontent2/source/text/sbasic/shared.po b/source/bn/helpcontent2/source/text/sbasic/shared.po
index cbd6a277068..beae9e5fbb1 100644
--- a/source/bn/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bn/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array function</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "একটি ডাটা ক্ষেত্রসহ টাইপ ভ্যারিয়েন্ট প্রদান করে।"
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "সিনট্যাক্স:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "<link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link> দেখুন"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "প্যারামিটার:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>আরগুমেন্ট তালিকা:</emph> কমা দ্বারা পৃথককৃত যেকোনো সংখ্যক আরগুমেন্টের তালিকা।"
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "উদাহরণ:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/bn/helpcontent2/source/text/sbasic/shared/03.po b/source/bn/helpcontent2/source/text/sbasic/shared/03.po
index 702f0e6c222..e44467228c5 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index 97978115cf8..a818952e2ae 100644
--- a/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/source/bn/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2019-08-08 17:28+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13966,41 +13966,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">একটি প্রদত্ত শ্রেণী দ্বারা উল্লেখিত ঘর যোগ করা হয়।</ahelp> আপনি যখন কিছু মান খুঁজবেন, একটি পরিসর ব্রাউজ করতে এই ফাংশনটি ব্যবহার করা হয়।"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Range</emph> হলো এমন একটি পরিসর, যাতে নির্ণায়ক প্রয়োগ করা হবে।"
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>শ্রেণীবিভাগ</emph> হলো একটি ঘর যাতে অনুসন্ধান শ্রেণীবিভাগ প্রদর্শিত হয়, অথবা নিজস্ব অনুসন্ধান শ্রেণীবিভাগ। যদি শ্রেণীবিভাগটি একটি সূত্রে লিখিত হয়, এইটি ডাবল-উক্তি দ্বারা পরিবেষ্টিত হয়।"
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14011,14 +14011,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>SumRange</emph> হলো একটি পরিসর যেখান হতে মানের সমষ্টি করা হয়। যদি এই প্রতীক চিহ্নিত না হয়, পরিসরে প্রাপ্ত মানের সমষ্টি করা হয়।"
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMIF reference সংযোজন অপারেটর (~) শুধুমাত্র শ্রেণীবিভাগ প্যারামিটারে সমর্থন করে, এবং শুধুমাত্র যদি ঐচ্ছিক SumRange প্যারামিটার প্রদান করা না হয়।"
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/bn/helpcontent2/source/text/scalc/guide.po b/source/bn/helpcontent2/source/text/scalc/guide.po
index 8e9ca9f7c5b..a2c24f83c99 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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index 427555cf151..3dfc8602113 100644
--- a/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index af761f21f1b..6682256b633 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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,13 +4165,13 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
+msgid "Assign"
msgstr ""
#. 7XELF
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr ""
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
msgstr ""
-#. LVDxA
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
+msgid "Unordered (Lists)"
msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr ""
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
+msgid "Ordered"
msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index 94af26fcf2c..ee7bc32ff7b 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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index bac1dc89577..0f566286743 100644
--- a/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-08-08 17:29+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/bn/helpcontent2/source/text/simpress/guide.po b/source/bn/helpcontent2/source/text/simpress/guide.po
index 9c2f12689a7..cde88b44b88 100644
--- a/source/bn/helpcontent2/source/text/simpress/guide.po
+++ b/source/bn/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "<emph>পূরণ </emph>এলাকায়, <emph>বিটম্যাপ</emph>নির্বাচন করুন, এবং তারপর তালিকার একটি চিত্রে ক্লিক করুন।"
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "ফাইল হতে স্লাইডে পাঠ সন্নিবেশ করাতে:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "<emph>নতুন</emph> ক্লিক করুন এবং আপনার স্লাইড প্রদর্শনের জন্য <emph>নাম </emph>বাক্সে একটি নাম সন্নিবেশ করান।"
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/bn/helpcontent2/source/text/swriter.po b/source/bn/helpcontent2/source/text/swriter.po
index 656807bac0d..51d5548c75d 100644
--- a/source/bn/helpcontent2/source/text/swriter.po
+++ b/source/bn/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">এতে বানান টুল আছে, আপনার নথিতে যোগ করার জন্য অবজেক্ট চিত্রশালা আছে, একই সাথে মেনু কনফিগার এবং প্রোগ্রাম পছন্দসমূহ সেট করার টুলও আছে।</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">রেখা সংখ্যায়ন</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">পাদটীকা</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">সাজানো</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">স্বয়ংক্রিয়-সংশোধন অপশন</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">সাজানো</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">একটি ডায়ালগ খোলা হয় যেখানে আপনি বর্তমান সারণিকে পাঠ্যে রুপান্তর করতে পারবেন।</ahelp><link href=\"text/swriter/01/06090000.xhp\">একটি ডায়ালগ খোলা হয় </link> যেখানে আপনিবর্তমান সারণিকে পাঠ্যে রুপান্তর করতে পারবেন।"
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "সূত্র"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index 67a724703fa..1cda0435d48 100644
--- a/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/bn/helpcontent2/source/text/swriter/02.po b/source/bn/helpcontent2/source/text/swriter/02.po
index 4fd1e6e1e1c..5f7e455d664 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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">বুলেট ও সংখ্যায়ন</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "লিংক"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">লিংক</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">নির্বাচিত ফ্রেমকে অন্য ফ্রেমে সংযুক্ত করুন।</ahelp> পাঠ্য স্বয়ংক্রিয়ভাবে এক ফ্রেম থেকে অন্য ফ্রেমে যায়।"
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/guide.po b/source/bn/helpcontent2/source/text/swriter/guide.po
index 7c0ace1290a..16e4e37322c 100644
--- a/source/bn/helpcontent2/source/text/swriter/guide.po
+++ b/source/bn/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 13:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "<emph>ঠিক আছে</emph> ক্লিক করুন।"
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "টেনে এনে ফেলে একটি নতুন শৈলী তৈরি করতে"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
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 1af2deb571d..2d84a21e649 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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -1317,6 +1317,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "পরবর্তী অরক্ষিত ঘর"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18295,15 +18305,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "বস্তুর ক্যাটালগ"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "রূপরেখা"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19851,14 +19871,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "লেখচিত্র সন্নিবেশ"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19881,14 +19901,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19911,35 +19931,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "রূপরেখা"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "রূপরেখা দৃশ্যপট (~O)"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -27000,6 +27019,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/bn/sd/messages.po b/source/bn/sd/messages.po
index e22a46f9a36..697f673a9cf 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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4596,70 +4596,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "নির্বাচিত বস্তু বহুভূজে রূপান্তর করে (সরল রেখা দ্বারা নির্বাচিত বস্তুটি আবদ্ধ থাকে)। "
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "উত্তর (~R)"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-#, fuzzy
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "গাঢ়"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-#, fuzzy
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "তির্যক"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "নিম্নরেখা"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "অবচ্ছেদন রেখা"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-#, fuzzy
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "অনুলিপি"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "প্রতিলেপন"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "মন্তব্য মুছে ফেলুন"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "%1 মন্তব্যকারীর সব মন্তব্য মুছে ফেলুন (~y)"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/bn/sfx2/messages.po b/source/bn/sfx2/messages.po
index 31dce4a7a09..9f680fc17a8 100644
--- a/source/bn/sfx2/messages.po
+++ b/source/bn/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1637,287 +1637,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-#, fuzzy
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "আরও অপশন (~O)"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "অপসারণ করুন"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2659,6 +2646,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2717,6 +2710,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3910,6 +3939,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "মুদ্রণ সেটিং অপশন সুনির্দিষ্ট করে। "
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/bn/starmath/messages.po b/source/bn/starmath/messages.po
index 63ab7b0c895..cc28da0bf01 100644
--- a/source/bn/starmath/messages.po
+++ b/source/bn/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1936,794 +1936,800 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "মাঝে ডট"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "উপরের দিকে ডট"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
#, fuzzy
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "নিচের দিকে ডট"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "নিচে ডট"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "উল্লম্বভাবে ডট দিন"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "কনক্যাটেনেট"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "ভাগ (স্ল্যাশ)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "ভাগ করে"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "ভাগ করে না"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "বামমূখী ডবল তীরচিহ্ন"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "বাম এবং ডানমূখী ডবল তীরচিহ্ন "
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "ডানমূখী ডবল তীরচিহ্ন "
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "স্বাভাবিক সংখ্যার সেট"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "পূর্ণ সংখ্যার সেট"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "মূলদ সংখ্যার সেট"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "বাস্তব সংখ্যার সেট"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "জটিল সংখ্যার সেট"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "বড় সারকামফ্লেক্স"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "বড় টিল্ড"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "বড় ভেক্টর তীর"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h বার"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "ল্যামডা বার"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "বাম তীর"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "ডান তীর"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "ঊর্ধ্ব তীর"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "নিম্ন তীর"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
#, fuzzy
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "ইউনারী/বাইনারি অপারেটর"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
#, fuzzy
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "অন্বয়"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
#, fuzzy
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "সেট অপারেশন"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ফাংশন"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
#, fuzzy
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "অপারেটর"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
#, fuzzy
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "বৈশিষ্ট্য"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
#, fuzzy
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "বন্ধনী"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
#, fuzzy
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "বিন্যাস"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "অন্যান্য"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
#, fuzzy
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "উদাহরণ"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "আদর্শ"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "তির্যক"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "গাঢ়"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "কালো"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_BLUE"
msgid "blue"
msgstr "নীল"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "সবুজ"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "ধূসর"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "সময়"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "হলুদ"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "আড়াল"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "আকার"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "ফন্ট"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "বাম"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
#, fuzzy
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "কেন্দ্র"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "ডান"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "কমান্ড"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "সূত্র"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "নথি সংরক্ষণ করা হচ্ছে..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION সূত্র"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "অপ্রত্যাশিত অক্ষর"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' প্রত্যাশিত"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' প্রত্যাশিত"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' প্রত্যাশিত"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' প্রত্যাশিত"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' প্রত্যাশিত"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "রঙ প্রয়োজন"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' প্রত্যাশিত"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "বিষয়বস্তু"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "শিরোনাম"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "ফর্মূলা টেক্সট (~F)"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "সীমানা"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "আকার"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "আদি আকার"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "পৃষ্ঠার সাথে মানানসই করা হবে (~F)"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/bn/svtools/messages.po b/source/bn/svtools/messages.po
index 5178273bbc9..cbca6bacbee 100644
--- a/source/bn/svtools/messages.po
+++ b/source/bn/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5018,6 +5018,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/bn/svx/messages.po b/source/bn/svx/messages.po
index fff17ebd7e0..d2fb3f7ad48 100644
--- a/source/bn/svx/messages.po
+++ b/source/bn/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bengali <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/bn/>\n"
@@ -14601,30 +14601,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20224,18 +20200,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "শৈলী সম্পাদনা..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/bn/sw/messages.po b/source/bn/sw/messages.po
index 3f896a7b2c4..fe1dacd1997 100644
--- a/source/bn/sw/messages.po
+++ b/source/bn/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11899,46 +11899,58 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "অক্ষর"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "ফন্ট"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "ফন্টের প্রভাব"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "অবস্থান"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
#, fuzzy
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "এশীয় বহির্বিন্যাস"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "হাইপারলিংক"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "উজ্জ্বলকরণ"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "সীমানা"
@@ -15413,10 +15425,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "পাঠ্য সন্নিবেশ করুন যা আপনি নোট পাঠ্যের পাদটীকা নম্বরের সম্মুখে প্রদর্শন করতে চান।"
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15567,11 +15579,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "পরে"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "পাদটীকার জন্য সংখ্যায়ন শৈলী নির্বাচন করুন।"
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15668,11 +15680,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "পরে"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "প্রান্তটীকার জন্য সংখ্যায়ন শৈলী নির্বাচন করুন।"
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18617,16 +18629,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "অভ্যন্তরীণ"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -24151,11 +24163,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "শিরোনামহীন"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "পূর্ব নির্ধারিত সংখ্যায়ন শৈলী নির্বাচন করুন যা আপনি নির্বাচিত সীমারেখা স্তরে বরাদ্দ করতে চান।"
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -24226,11 +24238,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "তালিকায় সংখ্যায়ন শৈলীতে ক্লিক করুন, এবং এরপর শৈলীর জন্য একটি নাম সন্নিবেশ করান। বহি:রেখা স্তরের সংশ্লিষ্ট সংখ্যা যাতে শৈলী বরাদ্দ করা আছে।"
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -24258,11 +24270,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "অবস্থান"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "বর্তমান নথিতে সংখ্যা বিন্যাস এবং অধ্যায় ক্রমিকায়নের ক্রমবিন্যাস সুনির্দিষ্টভাবে উল্লেখ করা হয়।"
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -24309,17 +24321,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "সংখ্যায়ন শৈলী নির্বাচন করুন যা আপনি নির্বাচিত সীমারেখা স্তরে প্রয়োগ করতে চান।"
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "সংখ্যায়ন অক্ষরের বিন্যাস নির্বাচন করুন।"
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -28094,46 +28106,70 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "অক্ষর শৈলী"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "ফন্ট"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "ফন্টের প্রভাব"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "অবস্থান"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
#, fuzzy
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "এশীয় বহির্বিন্যাস"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "উজ্জ্বলকরণ"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "সীমানা"
diff --git a/source/bn/vcl/messages.po b/source/bn/vcl/messages.po
index 7b356dd450e..7e5dc30d806 100644
--- a/source/bn/vcl/messages.po
+++ b/source/bn/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+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"
@@ -1180,6 +1180,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/bo/cui/messages.po b/source/bo/cui/messages.po
index 2bd88ebaa71..dfce7bca723 100644
--- a/source/bo/cui/messages.po
+++ b/source/bo/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Tibetan <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/bo/>\n"
@@ -5955,14 +5955,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "གཤམ་གྱི་དུམ་ཚན་དང་ཤོག་ལྷེ་གཅིག་པ།"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "གཏོགས་གཤིས།"
@@ -13199,10 +13205,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -13218,10 +13224,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "start_date"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13354,10 +13360,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18466,10 +18472,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18479,10 +18485,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "བྲིས་རྟགས།"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/bo/dbaccess/messages.po b/source/bo/dbaccess/messages.po
index e12d0f7e5cd..6008ac65c36 100644
--- a/source/bo/dbaccess/messages.po
+++ b/source/bo/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Tibetan <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bo/>\n"
@@ -3503,34 +3503,34 @@ msgid "Socket:"
msgstr ""
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC སྒུལ་འདེད་བྱ་རིམ།(~R):"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "ཚོད་བགམ་རིགས།"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "མཐུད་སྟངས་སྒྲིག་བཀོད་བྱེད་པ།"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "ཡིག་རྟགས་ཚོགས་སྤྱི།"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/bo/filter/messages.po b/source/bo/filter/messages.po
index edcd572313d..6d9a7f9465b 100644
--- a/source/bo/filter/messages.po
+++ b/source/bo/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-01-15 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -204,16 +204,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "གཏན་འཁེལ།"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDFདུ་ཕྱིར་འདོན་བྱེད།"
@@ -221,7 +213,7 @@ msgstr "PDFདུ་ཕྱིར་འདོན་བྱེད།"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
#, fuzzy
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
@@ -229,74 +221,74 @@ msgstr "གསང་རྟགས་ཕྱེ་སྟངས་བཟོ་སྒ
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
#, fuzzy
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "དབང་ཚད་གསང་རྟགས་བཟོ་སྒྲིག(~P)..."
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
diff --git a/source/bo/helpcontent2/source/text/sbasic/python.po b/source/bo/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/bo/helpcontent2/source/text/sbasic/python.po
+++ b/source/bo/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/bo/helpcontent2/source/text/sbasic/shared.po b/source/bo/helpcontent2/source/text/sbasic/shared.po
index 547de2c0fe0..b19e4b61a9b 100644
--- a/source/bo/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bo/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2019-08-09 08:32+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array རྟེན་གྲངས་</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "གཞི་གྲངས་ཡིག་དུམ་བརྒྱུད་གཟུགས་འགྱུར་རིགས་ཀྱི་འགྱུར་ཚད་ལ་ཕྱིར་ལོག་པ།"
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "བརྡ་འཕྲོད་"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "གཞན་ <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>ལ་གཟིགས་"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "ཁུགས་གྲངས་"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Argument list </emph>ཁ་གྲངས་གང་རུང་ཚུད་པའི་རང་འགྱུར་ཚད་ཀྱི་རེའུ་འགོད་ནང་རང་འགྱུར་ཚད་ཕན་ཚུན་བར་གཅོད་རྟགས་ཀྱིས་བར་བཅད་དགོས་"
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "དཔེ་གཞི་"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/bo/helpcontent2/source/text/sbasic/shared/03.po b/source/bo/helpcontent2/source/text/sbasic/shared/03.po
index f79ae71d0bc..0bf6f367184 100644
--- a/source/bo/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bo/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/bo/helpcontent2/source/text/scalc/01.po b/source/bo/helpcontent2/source/text/scalc/01.po
index 2c77915cc21..aacaee6547a 100644
--- a/source/bo/helpcontent2/source/text/scalc/01.po
+++ b/source/bo/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2019-08-09 08:33+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13966,41 +13966,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">སྤྲོད་ངེས་ཆ་རྐྱེན་གྱིས་གཏན་འཁེལ་བྱས་པའི་དྲ་མིག་སྣོན་པ། </ahelp> ཁྱེད་ཀྱིས་དམིགས་འཛུགས་ཐང་བཤེར་འཚོལ་སྐབས་རྟེན་གྲངས་འདི་ཉིད་མིག་བཤར་ས་ཁོངས་སུ་སྤྱོད་དོ།"
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>range</emph> ནི་གང་ཞིག་ལག་བསྟར་བྱེད་པའི་ས་ཁོངས་གཏན་འཁེལ་བརྗོད།"
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>criteria</emph> ནི་བཙལ་འཚོལ་ཆ་རྐྱེན་གྱི་དྲ་མིག་གམ་བཙལ་འཚོལ་ཆ་རྐྱེན་རང་ངོས་པར་ནང་འཇུག་བྱས་ལ་བརྗོད།"
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14011,13 +14011,13 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>sum_range</emph> ནི་སྤྱོ་འབོར་གྱི་གྲངས་ཐང་སོ་སོའི་ས་ཁོངས་ལ་བརྗོད། ཞུགས་གྲངས་ནང་འཇུག་བྱས་མེད་པའི་གནས་ཚུལ་འོག་ས་ཁོངས་ནང་གི་གྲངས་ཐང་སྤྱི་འབོར་ཁོ་ན་བརྩིས་རྒྱབ་པའོ། <emph>ས་ཁོངས་</emph>ནང་གི་གྲངས་ཐང་གི་སྤྱི་སྡོམས་རྩིས་རྒྱག་ཐུབ།"
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
msgstr ""
#. uazzL
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/bo/helpcontent2/source/text/scalc/guide.po b/source/bo/helpcontent2/source/text/scalc/guide.po
index 802df8bc2b1..35b9944e8db 100644
--- a/source/bo/helpcontent2/source/text/scalc/guide.po
+++ b/source/bo/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 5522486d0fd..2f9cc35c577 100644
--- a/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index 17fa951f88b..55b26a25488 100644
--- a/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,13 +4165,13 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
+msgid "Assign"
msgstr ""
#. 7XELF
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr ""
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
msgstr ""
-#. LVDxA
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
+msgid "Unordered (Lists)"
msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr ""
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
+msgid "Ordered"
msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/bo/helpcontent2/source/text/shared/guide.po b/source/bo/helpcontent2/source/text/shared/guide.po
index b57d85ffa6a..eae42f02306 100644
--- a/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/source/bo/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/optionen.po b/source/bo/helpcontent2/source/text/shared/optionen.po
index 07611f390a8..e8c06bc192e 100644
--- a/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/source/bo/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/bo/helpcontent2/source/text/simpress/guide.po b/source/bo/helpcontent2/source/text/simpress/guide.po
index 7d9ce0cfe7d..87033ab1a7e 100644
--- a/source/bo/helpcontent2/source/text/simpress/guide.po
+++ b/source/bo/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "<emph>ཁ་སྐོང་</emph>ས་ཁོངས་ནང་ <emph>གནས་ས་</emph>འདེམས་པ་ དེ་ནས་རེའུ་འགོད་ནང་གི་བཪྙན་རིས་ལ་རྐྱང་རྡེབ་བྱས་དགོས།"
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "ཡིག་ཆའི་ནང་གི་ཡིག་གེ་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་ནང་དུ་བསྒར་འཛུད་བྱེད་"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "<emph>གསར་འཛུགས་</emph>ལ་རྐྱང་རྡེབ་བྱས་དགོས་ དེ་ནས་<emph>མིང་</emph>སྒྲོམ་ནང་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་བསྒྲགས་གཏོང་གྱི་མིང་ནང་འཇུག་བྱེད་དགོས།"
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/bo/helpcontent2/source/text/swriter.po b/source/bo/helpcontent2/source/text/swriter.po
index eb7b166a402..d7f2251bdd8 100644
--- a/source/bo/helpcontent2/source/text/swriter.po
+++ b/source/bo/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"ཕྲེང་ཨང་སྒྲིག་\">ཕྲེང་ཨང་སྒྲིག་</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"ཞབས་མཆན་\">ཞབས་མཆན་</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"རིམ་སྒྲིག་\">རིམ་སྒྲིག་</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"རང་འགུལ་འདེམས་གཞི་དག་བཅོས་\">རང་འགུལ་འདེམས་གཞི་དག་བཅོས་</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"རིམ་སྒྲིག་\">རིམ་སྒྲིག་</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">གླེང་སྒྲོམ་ཞིག་ཁ་ཕྱེས་ གཞན་ཡང་མིག་སྔའི་རེའུ་མིག་དེ་ཡིག་དེབ་ལ་བརྗེ་སྒྱུར་བྱེད། </ahelp> <link href=\"text/swriter/01/06090000.xhp\">\"རེའུ་མིག་ཡིག་དེབ་ལ་བརྗེ་སྒྱུར་བྱེད་\"</link>གླེང་སྒྲོམ་ཁ་ཕྱེས་ གཞན་ཡང་མིག་སྔའི་རེའུ་མིག་དེ་ཡིག་དེབ་ལ་བརྗེ་སྒྱུར་བྱེད།"
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "སྤྱི་འགྲོས།"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index 5e7a5869ee2..62fad322842 100644
--- a/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/bo/helpcontent2/source/text/swriter/02.po b/source/bo/helpcontent2/source/text/swriter/02.po
index 6d84dcd3f31..760d06461e7 100644
--- a/source/bo/helpcontent2/source/text/swriter/02.po
+++ b/source/bo/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2017-11-22 14:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"རྣམ་གྲངས་རྟགས་དང་ཨང་བྲིས་\">རྣམ་གྲངས་རྟགས་དང་ཨང་བྲིས་</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "སྦྲེལ་མཐུད་"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"སྦྲེལ་མཐུད་\">སྦྲེལ་མཐུད་</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">འདེམས་ངེས་པའི་སྒྲོམ་གཞི་དེ་རྗེས་མའི་སྒྲོམ་གཞི་ཐག་སྦྲེལ་བྱེད་དགོས། </ahelp>སྒྲོམ་གཞི་ནང་གི་ཡི་གེ་དེ་སྒྲོམ་གཞི་རྗེས་མའི་ནང་རང་འགུལ་གྱི་རྒྱུན་མཐུད་བྱེད།"
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/guide.po b/source/bo/helpcontent2/source/text/swriter/guide.po
index a46b01f66b7..7936a11c7e8 100644
--- a/source/bo/helpcontent2/source/text/swriter/guide.po
+++ b/source/bo/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 13:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "<emph>\"གཏན་འཁེལ་\"</emph>ལ་རྐྱང་རྡེབ་བྱ།"
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "འདྲུད་འཇོག་སྤྱད་ནས་བཟོ་ལྟ་གསར་པ་གསར་འཇུག་བྱེད་"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
index d5f47a565aa..2e0c5a1cf87 100644
--- a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bo/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -1319,6 +1319,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "རྗེས་མའི་སྲུང་སྐྱོབ་མེད་པའི་དྲ་མིག་དུ།"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18287,15 +18297,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "ཡུལ་དཀར་ཆག"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ཡི་གེའི་གྲིབ་གཟུགས།"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19845,14 +19865,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "རིས་མཚོན།"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19875,14 +19895,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19905,35 +19925,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "ཡི་གེའི་གྲིབ་གཟུགས།"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "རྩ་འཛིན་མཐོང་རིས།(~O)"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26995,6 +27014,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/bo/sd/messages.po b/source/bo/sd/messages.po
index 60182494e5a..d544ebc92f3 100644
--- a/source/bo/sd/messages.po
+++ b/source/bo/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -4610,69 +4610,27 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "བདམས་པའི་བྱ་ཡུལ་དེ་མཐའ་མང་གྲུ་བཞིར་བསྒྱུར་བ་ (དྲང་ཐིག་ཀྱིས་བསྐོར་བའི་ཁ་རྒྱབ་པའི་བྱ་ཡུལ་ལས་)"
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-#, fuzzy
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "སྦོམ་གཟུགས།"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-#, fuzzy
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "གསེག་གཟུགས།"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "འོག་བྲིས་ཐིག"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "ནང་ཐིག་འབྲི་བ།"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-#, fuzzy
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "འདྲ་ཕབ།"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "སྦྱར་བ།(~P)"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "ནང་དོན་གཙང་སེལ།"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "$1 ཡི་ཟུར་མཆན་ཡོད་ཚད་སུབ་པ།(~A)"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr ""
diff --git a/source/bo/sfx2/messages.po b/source/bo/sfx2/messages.po
index 218ec01b895..8f26172b2bd 100644
--- a/source/bo/sfx2/messages.po
+++ b/source/bo/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1637,287 +1637,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-#, fuzzy
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "འདེམས་གཞི་གང་མང་།(~O)"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "བསུབ་པ།"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2656,6 +2643,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2714,6 +2707,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3905,6 +3934,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
#, fuzzy
diff --git a/source/bo/starmath/messages.po b/source/bo/starmath/messages.po
index e2e867ea31d..7ddd6017627 100644
--- a/source/bo/starmath/messages.po
+++ b/source/bo/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1935,796 +1935,802 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrass p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "སྟེང་གཏད་ཚིག"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "ཚིག་སྟེང་ལ་ཕྱོགས།"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
#, fuzzy
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "ཚིག་གཤམ་ལ་ཕྱོགས།"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "ཚིག་གཤམ་ལ་ཕྱོགས།"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "དྲང་འཕྱང་ཚེག་ཐིག"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "སྦྲེལ་མཐུད།"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "བགོས་ཐབས།(གསེག་ཐིག་)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "བགོས་ཆོག་པ།"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "བགོས་མི་ཆོག་པ།"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "གཡོན་ཕྱོགས་ཆའི་མདའ་རྩེ།"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "གཡས་གཡོན་དུ་ཕྱོགས་པའི་ཆའི་མདའ་རྩེ།"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "གཡས་སུ་ཕྱོགས་པའི་མདའ་རྩེ་ཆ།"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "རང་བྱུང་གྲངས་ཚོགས།"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "ཧྲིལ་གྲངས་ཚོགས་སྤྱི།"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "ལུགས་ལྡན་གྲངས་ཚོགས།"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "དངོས་ཡོད་གྲངས་ཚོགས།"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "ཚོ་གྲངས་ཚོགས།"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "ཞེང་གི་འདེགས་འཇོག་མཚོན་རྟགས།"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "ཞེང་གི་ཤི་པན་པའི་སྐད་n_ཡིག་སྟེང་བསྣན་པའི་སྒྲ་འདོན་མཚོན་རྟགས།"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "ཕྱོགས་ཚད་ཆེ་བའི་མདའ་རྩེ།"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "འཕྲེད་འཇོག་གི་ h"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "འཕྲེད་འཇོག་གི་ལན་པུ་ཏ། (lambda)"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "གཡོན་ལ་ཕྱོགས་པའི་མདའ་རྩེ།"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "གཡས་སུ་ཕྱོགས་པའི་མདའ་རྩེ།"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "མདའ་རྩེ་སྟེང་དུ་ཕྱོགས་པ།"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "འོག་ལ་ཕྱོགས་པའི་མདའ་རྩེ།"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
#, fuzzy
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "རྒྱུ་གཅིག་/རྒྱུ་གཉིས་རྩིས་རྒྱག་རྟགས།"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
#, fuzzy
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "གཞན་དག"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
#, fuzzy
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "ཚོགས་སྤྱིའི་རྩིས་རྒྱག"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
#, fuzzy
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "ཚབ་རྩིས།"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
#, fuzzy
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "རྩིས་རྒྱག་རྟགས།"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "གཏོགས་གཤིས།"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
#, fuzzy
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "གུག་རྟགས།"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
#, fuzzy
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "རྣམ་གཞག་ཅན།"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "གཞན་དག"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
#, fuzzy
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "དཔེ་སྟོན།"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "ཚད་གཞི།"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "གསེག་གཟུགས།"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "སྦོམ་གཟུགས།"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
#, fuzzy
msgctxt "STR_BLACK"
msgid "black"
msgstr "ཡིག་ནག"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_BLUE"
msgid "blue"
msgstr "སྔོན་པོའི་བསྡུར་ཚད།"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "ལྗང་ཁུའི་བསྡུར་ཚད།"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "ཐལ་མདོག"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "དུས་ཚོད།"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "སེར་པོ།"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "གབ་པ།"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
#, fuzzy
msgctxt "STR_SIZE"
msgid "size"
msgstr "དྲང་རྒྱུད།"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "ཡིག་གཟུགས།"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "གཡོན་ཕྱོགས།"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
#, fuzzy
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "ནང་།"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "གཡས་ཕྱོགས།"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "བཀའ་བརྡ།"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "སྤྱི་འགྲོས།"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "ཡིག་ཚགས་ཉར་ཚགས་བྱེད་བཞིན་པ།"
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION སྤྱི་འགྲོས།"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ནོར་བ།: "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "བསམ་ཡུལ་ལས་འདས་པའི་ཡིག་རྟགས།"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{'རེ་འགུག"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' རེ་འགུག"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' རེ་འགུག"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' རེ་འགུག"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' རེ་འགུག"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "དཚོས་གཞི་རེ་འགུག"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT'རེ་འགུག"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "ནང་དོན།"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "ཁ་བྱང་།"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "སྤྱི་འགྲོས་གསལ་བཤད་ཡི་གེ(~F)"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "མཐའ་སྒྲོམ།"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "ཆེ་ཆུང་།"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "མ་དེབ་ཆེ་ཆུང་།(~R)"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "ཤོག་ངོས་ཆེ་ཆུང་ལ་ལེགས་སྒྲིག་གིས་བསྒྱུར་བ།(~F)"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/bo/svtools/messages.po b/source/bo/svtools/messages.po
index 4f63e918e66..4b151b253ad 100644
--- a/source/bo/svtools/messages.po
+++ b/source/bo/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5010,6 +5010,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/bo/svx/messages.po b/source/bo/svx/messages.po
index 48067672eca..6b1d5e39678 100644
--- a/source/bo/svx/messages.po
+++ b/source/bo/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -14628,30 +14628,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20244,18 +20220,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "བཟོ་ལྟ་རྩོམ་སྒྲིག..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/bo/sw/messages.po b/source/bo/sw/messages.po
index 0f5b7015f8d..d22825a2d8f 100644
--- a/source/bo/sw/messages.po
+++ b/source/bo/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11906,46 +11906,58 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "ཡིག་རྟགས།"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "ཡིག་གཟུགས།"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "ཡིག་གཟུགས་ཡག་ཉེས།"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "གནས་ས།"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
#, fuzzy
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "ཕྲེང་ཟུང་གཅིག་སྒྲིལ།"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "རིམ་འདས་སྦྲེལ་མཐུད།"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "ཡིག་རྟགས་ཀྱི་རྒྱབ་ལྗོངས།"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "མཐའ་སྒྲོམ།"
@@ -15420,10 +15432,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "མཆན་ཨང་འགོད་རྗེས་ལ་མངོན་པའི་ཡི་གེ་རང་འཇུག་དགོས་ "
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15575,11 +15587,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "གཡས་ངོས་ཟླུམ་སྐོར།"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "ཞབས་མཆན་གྱི་ཨང་འགོད་རྣམ་པ་འདེམས་དགོས།"
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15675,11 +15687,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "གཡས་ངོས་ཟླུམ་སྐོར།"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "མཇུག་མཆན་ཨང་འགོད་རྣམ་པ་འདེམས་དགོས།"
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18627,16 +18639,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "གྲངས་བགྲངས་བར་ཆོད།"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -24160,11 +24172,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Doc"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "འདེམས་ངེས་ཀྱི་ཨང་འགོད་རིམ་པར་གཏན་འཁེལ་བའི་སྔོན་མཚན་འཇོག་ཨང་འགོད་རྣམ་པ་འདེམས་དགོས།"
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -24235,11 +24247,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "རིའུ་འགོད་ནང་གི་ཨང་འགོད་བཟོ་ལྟ་རྐྱང་རྡེབ་རྗེས་བཟོ་ལྟའི་མིང་ནང་འཇུག་བྱ་པ། ཨང་འགོད་དང་གཏན་འཁེལ་བྱས་པའིབཟོ་ལྟ་འདི་དག་གི་རྩ་འཛིན་རིམ་པ་ཕན་ཚུན་ལྟོས་ཟླ་བྱེད་"
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -24267,11 +24279,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "གནས་ས།"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "མིག་སྔའི་ཡིག་ཚགས་ལེ་ཚན་ཨང་འགོད་ཀྱི་ཨང་འགོད་རྣམ་བཞག་དང་རིག་པ་གཏན་འཁེལ་"
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -24318,17 +24330,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "འདེམས་ངེས་རྩ་འཛིན་རིམ་པར་སྤྱོད་རྒྱུའི་ཡང་འགོད་བཟོ་ལྟ་འདེམས་དགོས་"
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "ཨང་འགོད་ཡིག་རྟགས་རྣམ་བཞག་འདེམས་པ་"
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -28113,46 +28125,70 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "ཡིག་རྟགས་བཟོ་ལྟ།(~C)"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "ཡིག་གཟུགས།"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "ཡིག་གཟུགས་ཡག་ཉེས།"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "གནས་ས།"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
#, fuzzy
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "ཕྲེང་ཟུང་གཅིག་སྒྲིལ།"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "ཡིག་རྟགས་ཀྱི་རྒྱབ་ལྗོངས།"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "མཐའ་སྒྲོམ།"
diff --git a/source/bo/vcl/messages.po b/source/bo/vcl/messages.po
index ef115ef8294..aaa01dba839 100644
--- a/source/bo/vcl/messages.po
+++ b/source/bo/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+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"
@@ -1184,6 +1184,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/br/cui/messages.po b/source/br/cui/messages.po
index 3d8ca9bf7b1..caf4883c02d 100644
--- a/source/br/cui/messages.po
+++ b/source/br/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5847,14 +5847,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Toueziañ gant ar rannbennad da-heul"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Toueziañ ar stiloù linenn kefin"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Perzhioù"
@@ -12845,10 +12851,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12863,10 +12869,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Kregiñ gant :"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -12989,10 +12995,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -17982,10 +17988,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -17994,10 +18000,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Diuzad"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/br/dbaccess/messages.po b/source/br/dbaccess/messages.po
index be829d00ef1..fd79d04f996 100644
--- a/source/br/dbaccess/messages.po
+++ b/source/br/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-04-24 10:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3449,31 +3449,31 @@ msgid "Socket:"
msgstr "Kiez :"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Rummad stu_r JDBC evit MySQL :"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Prouadiñ ar rummad"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Arventennoù kennaskañ"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Spletad arouezennoù :"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Amdroadur ar roadennoù"
diff --git a/source/br/filter/messages.po b/source/br/filter/messages.po
index b0146323a17..9f4ba39cf48 100644
--- a/source/br/filter/messages.po
+++ b/source/br/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2017-11-22 16:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "Mat eo"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Evezh : An holl skeudennoù mod EPS enporzhiet n'int ket bet evit bezañ enrollet d'al live 1\n"
-"rak gant ur live uheloc'h ez eus un darn anezho !"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Ezporzhiañ e mentrezh PDF"
@@ -221,80 +211,80 @@ msgstr "Ezporzhiañ e mentrezh PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Despizañ ar ger-tremen da zigeriñ"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Despizañ ar ger-tremen da aotren"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "N'eo ket aotreet an enrinegañ gant PDF/A. Ar restr mod PDF ezporzhiet ne vo ket gwarezet gant ur ger-tremen."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Boullder ar restr mod PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "Berzet eo ar boullder gant ar restroù mod PDF/A. Lakaet eo bet an ergorenn voull da zemer."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Kenniñv gant handelvoù mod PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "N'eo ket skoret ar boullder gant ar restroù mod PDF kent an handelv PDF 1.4. Lakaet eo bet an ergorenn voull da zemer"
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Gwered ar furmskrid PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "E reolerezh ar furmskrid ez eus ur gwered nad eo ket skoret gant ar skouerieg PDF/A. Laosket eo bet ar gwered"
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Ergorennoù zo zo bet amdroet da skeudennoù a-benn ma vo dilamet ar boullder rak n'eo ket skoret ar boullder gant ar mentrezh bukenn PDF. Gwelloc'h e vo an disoc'h mar bez dilamet an ergorenn voull kent ezporzhiañ."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Boullderioù dilamet"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "C'hwitadenn war c'henel ar sinadur"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "Dilezet eo bet an ezporzhiañ da PDF"
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index 9daae9147e5..56eb566af05 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1304,6 +1304,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Mont d'ar gellig andiogelroezet o tont"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18172,15 +18182,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Rollad ergorennoù"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Trolinenn nodrezh"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19725,14 +19745,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Enlakaat un diervad"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19755,14 +19775,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19785,36 +19805,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Trolinenn nodrezh"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "~Mod Steuñv"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26829,6 +26847,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/br/sd/messages.po b/source/br/sd/messages.po
index 04ce60adc12..b78c499cbf3 100644
--- a/source/br/sd/messages.po
+++ b/source/br/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4560,67 +4560,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "Respont"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Tev"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Stouet"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Islinennañ"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Barrennet"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Eilañ"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Pegañ"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Lemel an askelenn(où) kuit"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Dilemel an holl askelennoù di~gant %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/br/sfx2/messages.po b/source/br/sfx2/messages.po
index 5dbe8394f23..d3829572cd5 100644
--- a/source/br/sfx2/messages.po
+++ b/source/br/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1637,287 +1637,275 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Muioc'h a zibarzhioù"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Serriñ penel ar varrenn gostez"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Dilemel"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2647,6 +2635,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2701,6 +2695,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3853,6 +3883,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/br/starmath/messages.po b/source/br/starmath/messages.po
index 14599a813e4..1d5626cc3a6 100644
--- a/source/br/starmath/messages.po
+++ b/source/br/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "P Weierstrass"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Pikoù e-kreiz"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Pikoù d'ar c'hrec'h"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Pikoù d'an traoñ"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Pikoù en traoñ"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Pikoù a-serzh"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Arrevellañ"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Rannadur (barrenn a-veskell)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Rannadur (beskell ledan gin)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Rannañ a ra"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Ne rann ket"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Daouvir d'an tu kleiz"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Daouvir d'an tuoù dehou ha kleiz"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Daouvir d'an tu dehou"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Teskad an niveroù naturel"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Teskad an niveroù kevan"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Teskad an niveroù kemezel"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Teskad an niveroù gwerc'hel"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Teskad an niveroù kemplezh"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Tired kognek bras"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Tonan bras"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Bir sturiadel bras"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h + barrenn"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda + barrenn"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Bir d'an tu kleiz"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Bir d'an tu dehou"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Bir d'al lein"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Bir d'an traoñ"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Esaou ebet"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "zo a-raok"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "zo a-raok pe bar da"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "zo a-raok pe gevatal da"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "zo war-lerc'h"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "zo war-lerc'h pe bar da"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "zo war-lerc'h pe gevatal da"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "n'emañ ket a-raok"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "n'emañ ket war-lerc'h"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Niñvaderioù unadek/daouadek"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Darempredoù"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Niñvaderioù teskadoù"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Arc'hwelioù"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Niñvaderioù"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Doareennoù"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Krommelloù"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Mentrezhoù"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "All"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Skouerioù"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Skoueriek"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Stouet"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Tev"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "du"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "glas"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "gwer"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "ruz"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "loued"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "sitroñs"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "gell"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "glas mor"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "olivez"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "limestra"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "argant"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "krakhouad"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "melen"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "kuzhat"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "ment"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "nodrezh"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "kleiz"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "kreiz"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "dehou"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Arc'hadoù"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Reollun"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Oc'h enrollañ an teul..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Reollun mod %PRODUCTNAME %PRODUCTVERSION Formula"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "FAZI : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Arouezenn dic'hortozet"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' gortozet"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' gortozet"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' gortozet"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' gortozet"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' gortozet"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Liv rekis"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' gortozet"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Endalc'hadoù"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~Titl"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Testenn ar ~reollun"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Ri~blennoù"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Ment"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Ment ~orin"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "L~akaat da genglotañ gant ar bajenn"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~Skeul"
diff --git a/source/br/svtools/messages.po b/source/br/svtools/messages.po
index 12446169108..7a735474539 100644
--- a/source/br/svtools/messages.po
+++ b/source/br/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4997,6 +4997,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/br/svx/messages.po b/source/br/svx/messages.po
index 808290dad05..d4534fad2ec 100644
--- a/source/br/svx/messages.po
+++ b/source/br/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Breton <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/br/>\n"
@@ -14481,30 +14481,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19887,18 +19863,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Embann ar stil..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/br/sw/messages.po b/source/br/sw/messages.po
index a17617f7c66..2e114a4368f 100644
--- a/source/br/sw/messages.po
+++ b/source/br/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11684,44 +11684,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Arouezenn"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Nodrezh"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efedoù arouezennoù"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Lec'hiadur"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Pajennaozañ aziat"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Gourere"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Usskediñ"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Riblennoù"
@@ -15048,10 +15060,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15192,10 +15204,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "Gou_de :"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15288,10 +15300,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "Goud_e :"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18119,16 +18131,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Etremez :"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23503,10 +23515,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Dizanv 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23569,10 +23581,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23600,10 +23612,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Lec'hiadur"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23648,16 +23660,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Diskouez an isliveoù :"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27323,44 +27335,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Stil an arouezennoù"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Ardead"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Nodrezh"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efedoù arouezennoù"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Lec'hiadur"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Pajennaozañ aziat"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Usskediñ"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Riblennoù"
diff --git a/source/br/vcl/messages.po b/source/br/vcl/messages.po
index 122fdb91c0f..b4a7bcff8fa 100644
--- a/source/br/vcl/messages.po
+++ b/source/br/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1172,6 +1172,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/brx/cui/messages.po b/source/brx/cui/messages.po
index 0baafae3325..10beb002946 100644
--- a/source/brx/cui/messages.po
+++ b/source/brx/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5939,14 +5939,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "उननि आनथोरजों लाखि"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "आखुथायफोर"
@@ -13161,10 +13167,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -13180,10 +13186,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "जागायनाय अक्ट'"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13316,10 +13322,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18411,10 +18417,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18423,10 +18429,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "सायखनाय"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/brx/dbaccess/messages.po b/source/brx/dbaccess/messages.po
index 3ff8173be23..a1e4cbd6dea 100644
--- a/source/brx/dbaccess/messages.po
+++ b/source/brx/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/brx/>\n"
@@ -3515,34 +3515,34 @@ msgid "Socket:"
msgstr ""
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC सालायग्रा थाखो:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "आनजाद थाखो"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "फोनांजाब फज'नायफोर"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "हांखो फज'नाय"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/brx/filter/messages.po b/source/brx/filter/messages.po
index 518bb62e381..912b13a16a2 100644
--- a/source/brx/filter/messages.po
+++ b/source/brx/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-01-15 19:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -202,16 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "PDF बादि दैथाय हर"
@@ -219,7 +211,7 @@ msgstr "PDF बादि दैथाय हर"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
#, fuzzy
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
@@ -227,74 +219,74 @@ msgstr "पासवर्ड थि खालाम"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
#, fuzzy
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "पासवर्ड थि खालाम"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
diff --git a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
index 8a392868554..4d27c31c0ff 100644
--- a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/brx/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1318,6 +1318,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "उननि रैखाथि गैयै खथासासिम"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18310,15 +18320,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "मुवानि फारिलिर"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "सिमा हांखो"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19866,14 +19886,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "चार्ट फज"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19896,14 +19916,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19926,35 +19946,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "सिमा हांखो"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "बायजोनि सारि नुथाय"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -27014,6 +27033,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/brx/sd/messages.po b/source/brx/sd/messages.po
index 95e07b5859d..1b4d83c0013 100644
--- a/source/brx/sd/messages.po
+++ b/source/brx/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4610,68 +4610,26 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr ""
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-#, fuzzy
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "बल्ड"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-#, fuzzy
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "फारसे खेंख्रा हांखो"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "आन्डारलाइन"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "स्ट्राइकथ्"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-#, fuzzy
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "कपि खालाम"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "~नांजाब हो"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "थानाय आयदाफोर हुखुमोर"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr ""
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr ""
diff --git a/source/brx/sfx2/messages.po b/source/brx/sfx2/messages.po
index 27af13162af..e19a6e1fc7e 100644
--- a/source/brx/sfx2/messages.po
+++ b/source/brx/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1626,287 +1626,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-#, fuzzy
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "गोबां~ उफ्रा"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "गैया खालाम"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2627,6 +2614,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2685,6 +2678,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3872,6 +3901,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
#, fuzzy
diff --git a/source/brx/starmath/messages.po b/source/brx/starmath/messages.po
index e60c57048df..dae99eededb 100644
--- a/source/brx/starmath/messages.po
+++ b/source/brx/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1932,795 +1932,801 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "उइयारस्ट्रास p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "गेजेराव बिन्दु"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "गोजौयाव बिन्दु"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
#, fuzzy
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "गाहायाव बिन्दु"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "गाहायाव बिन्दु"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "थोंगोरै थानाय बिन्दु"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "ज' खालाम"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
#, fuzzy
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "राननाय (स्लेश)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "राननो"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "रानना"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "नैगुण थिर आगसि"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "नैगुण थिर आगसि आरो आगदा"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "नैगुण थिर आगदा"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "सरासनस्रा अनजिमा फोरनि जथाय"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "आबुं अनजिमानि जथाय"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "गुबै उनजिमानि जथायफोर"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "थार अनजिमा फोरनि जथाय"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "जेथो गोनां अनजिमा फोरनि जथाय"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "गेदेर गारां बोनाय सिन"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "गेदेर टिल्ड"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "गेदेर भेक्टर थिर"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h बार"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "लाम्बडा बार"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "आगसि थिर"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "आगदा थिर"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "गोजौनि थिर"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "गाहायनि थिर"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
#, fuzzy
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "इउनारि/बायनारि सालायग्राफोर"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
#, fuzzy
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "सोमोन्दोफोर"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
#, fuzzy
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "सालायग्राफोर फज'"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
#, fuzzy
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "खामानिफोर"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
#, fuzzy
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "सालायग्राफोर"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "गुणफोर"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
#, fuzzy
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "बेन्दोंफोर"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
#, fuzzy
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "दाथाय"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "गुबुन"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
#, fuzzy
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "बिदिन्थि"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "थाखोमान"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "फारसे खेंख्रा हांखो"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "बल्ड"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
#, fuzzy
msgctxt "STR_BLACK"
msgid "black"
msgstr "गोसोम"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
#, fuzzy
msgctxt "STR_BLUE"
msgid "blue"
msgstr "गोथां"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
#, fuzzy
msgctxt "STR_GREEN"
msgid "green"
msgstr "सोमखोर"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "फुरगेव"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
#, fuzzy
msgctxt "STR_LIME"
msgid "lime"
msgstr "सम"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
#, fuzzy
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "गोमो"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_HIDE"
msgid "hide"
msgstr "एरसो"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "महर"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_FONT"
msgid "font"
msgstr "फन्ट"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "आगसि"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
#, fuzzy
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "मिरु"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "आगदा"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "बिथोनफोर"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "फरमुला"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "फोरमान बिलाइखौ थि गासिनो दङ..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION फरमुला"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "मिजिंथियै हांखो"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' मिजिंथिनाय"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' मिजिंथिनाय"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "'(' मिजिंथिनाय"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "')' मिजिंथिनाय"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "'#' मिजिंथिनाय"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "गोनांथि जानाय गाब"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "'RIGHT' मिजिंथिनाय"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME कल्क"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "आयदाफोर"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "बिमुं"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "~फरमुला फराय बिजाब"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "सिमनाफोर"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "महर"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "गुबै महर"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "~बिखंनि गोरोबनाय"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/brx/svtools/messages.po b/source/brx/svtools/messages.po
index faedd1548dc..2b9848ef114 100644
--- a/source/brx/svtools/messages.po
+++ b/source/brx/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4992,6 +4992,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/brx/svx/messages.po b/source/brx/svx/messages.po
index 83178088cb4..178d54d1460 100644
--- a/source/brx/svx/messages.po
+++ b/source/brx/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-05-20 11:23+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Bodo <https://weblate.documentfoundation.org/projects/libo_ui-master/svxmessages/brx/>\n"
@@ -14598,30 +14598,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20204,18 +20180,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "आदब सुजु..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/brx/sw/messages.po b/source/brx/sw/messages.po
index 7d96b4ca7c5..8c86aff624b 100644
--- a/source/brx/sw/messages.po
+++ b/source/brx/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11890,46 +11890,58 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "हांखो"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "फन्ट"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "फन्ट जाउनफोर"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "थासारि"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
#, fuzzy
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "एशियान लेआउट"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "हाइपारलिंक"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "गोजोंङै दिनथिबाय थानाय"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "सिमनाफोर"
@@ -15402,10 +15414,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15556,10 +15568,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "उनाव"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15656,10 +15668,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "उनाव"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -18595,16 +18607,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "जिराय थ'नाय"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -24116,10 +24128,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "बिमुं होयै"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -24191,10 +24203,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -24222,10 +24234,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "थासारि"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -24273,16 +24285,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -28063,46 +28075,70 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "हांखो आदब"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr ""
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "फन्ट"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "फन्ट जाउनफोर"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "थासारि"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
#, fuzzy
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "एशियान लेआउट"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "गोजोंङै दिनथिबाय थानाय"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "सिमनाफोर"
diff --git a/source/brx/vcl/messages.po b/source/brx/vcl/messages.po
index 16ce5afdea1..fccf267527d 100644
--- a/source/brx/vcl/messages.po
+++ b/source/brx/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1186,6 +1186,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/bs/cui/messages.po b/source/bs/cui/messages.po
index 0cdb21e5b97..facd557889e 100644
--- a/source/bs/cui/messages.po
+++ b/source/bs/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5938,14 +5938,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Spoji sa slijedećim odlomkom"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Spoji stilove susjedne linije"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Svojstva"
@@ -13147,10 +13153,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -13166,10 +13172,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Počni u"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -13296,10 +13302,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -18404,10 +18410,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -18416,10 +18422,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Izbor"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/bs/dbaccess/messages.po b/source/bs/dbaccess/messages.po
index 9c562bba900..7a68162c719 100644
--- a/source/bs/dbaccess/messages.po
+++ b/source/bs/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-01-07 12:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Bosnian <https://weblate.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/bs/>\n"
@@ -3531,34 +3531,34 @@ msgid "Socket:"
msgstr "Socket"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "MySQL JDBC klasa d~rajvera:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Testna klasa"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Podešavanje konekcije"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Skup znakova"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
#, fuzzy
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
diff --git a/source/bs/filter/messages.po b/source/bs/filter/messages.po
index 369094948df..02ed78cf62a 100644
--- a/source/bs/filter/messages.po
+++ b/source/bs/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-01-15 15:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "U redu"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Upozorenje: Uvezene EPS ilustracije neće sve biti snimljene kao level1\n"
-"jer su neke na višem nivou!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Izvezi kao PDF"
@@ -221,81 +211,81 @@ msgstr "Izvezi kao PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Postavi otvorenu šifru"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Postavi šifru sa dozvolom"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
#, fuzzy
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A ne dozvoljava šifrovanje. Eksportovani PDF fajl neće biti zaštićen šifrom."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/sbasic/python.po b/source/bs/helpcontent2/source/text/sbasic/python.po
index af88583d490..3bbc1e0cbaa 100644
--- a/source/bs/helpcontent2/source/text/sbasic/python.po
+++ b/source/bs/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -148,13 +148,13 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr ""
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
msgstr ""
#. Gn9Bv
diff --git a/source/bs/helpcontent2/source/text/sbasic/shared.po b/source/bs/helpcontent2/source/text/sbasic/shared.po
index 7d64b073c0f..a2867c11269 100644
--- a/source/bs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bs/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29293,13 +29293,13 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
msgstr ""
#. qNuUW
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Primjer:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,13 +29788,13 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array funkcija</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
msgstr ""
#. ZFAuc
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Vraca tip Promjenjiv sa poljem podatka."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaksa:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Takode pogledaj <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametri:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Primjer:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,13 +35062,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/bs/helpcontent2/source/text/sbasic/shared/03.po b/source/bs/helpcontent2/source/text/sbasic/shared/03.po
index 6f8a816a09e..6226d75ccac 100644
--- a/source/bs/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/bs/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index fd8f931f848..03eaae69969 100644
--- a/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/source/bs/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bosnian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bs/>\n"
@@ -13966,41 +13966,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr ""
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Sairanje polja odredjenih zadatim kriterijima.</ahelp> Ova funkcija se koristi za trazenje ranga kada trazite neku odredjenu vrijednost."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Kriteriji</emph> je referenca na polje koje sadrzi date kriterije, ili samo trazeni kriterij. Ako su kriteriji zadati unutar formule, moraju biti zatvoreni sa navodnicima."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14011,14 +14011,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>Sum_range</emph> je rang od kojeg su vrijednosti sabrane. Ako ovaj parametar jos nije pokazan, vrijednosti nadjene u rangu su sabrane."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMIF podrzava referencu znakova povezanih u lanac (~)samo u kriterij parametru i samo ako neobavezan SumRange parametar nije zadat."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19141,6 +19141,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19177,6 +19186,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52297,13 +52333,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/bs/helpcontent2/source/text/scalc/guide.po b/source/bs/helpcontent2/source/text/scalc/guide.po
index 40fda540d48..f34ed63fbb8 100644
--- a/source/bs/helpcontent2/source/text/scalc/guide.po
+++ b/source/bs/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index b82d6776618..5da6a2951bb 100644
--- a/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -8278,13 +8278,13 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr ""
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
msgstr ""
#. F6EnA
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index 4ffa53a0dfd..6f7a1f0ca3d 100644
--- a/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+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"
@@ -4102,13 +4102,13 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr ""
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
msgstr ""
#. 46kw3
@@ -4165,14 +4165,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr ""
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "Podešavanje"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr ""
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr ""
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,22 +36862,121 @@ msgctxt ""
msgid "Replace"
msgstr "Zamijeni"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
msgstr ""
-#. LVDxA
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36961,31 +37114,31 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "Popravi DVa VElika POčetna SLova"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr ""
#. AtnKw
@@ -37015,13 +37168,22 @@ msgctxt ""
msgid "AutoInclude"
msgstr ""
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
msgstr ""
#. iDNuq
@@ -37780,40 +37942,40 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "Tačke"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/01010200.xhp\" name=\"Labels\">Naljepnice</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
msgstr ""
#. zejaE
@@ -37834,13 +37996,13 @@ msgctxt ""
msgid "Selection"
msgstr "Izbor"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
msgstr ""
#. su62X
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "Stil numerisanja"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po
index aef580616d7..f246aa95ac4 100644
--- a/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/source/bs/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index 482dae92f7a..320af85c9be 100644
--- a/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+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"
@@ -8179,13 +8179,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/bs/helpcontent2/source/text/simpress/guide.po b/source/bs/helpcontent2/source/text/simpress/guide.po
index e349e9c03d5..2916173c262 100644
--- a/source/bs/helpcontent2/source/text/simpress/guide.po
+++ b/source/bs/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-09-03 12:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1141,13 +1141,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr ""
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1879,13 +1879,13 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr ""
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
msgstr ""
#. NCRij
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr ""
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/bs/helpcontent2/source/text/swriter.po b/source/bs/helpcontent2/source/text/swriter.po
index ba0296b4e8a..84ab1d2f082 100644
--- a/source/bs/helpcontent2/source/text/swriter.po
+++ b/source/bs/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr ""
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr ""
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/04070200.xhp\" name=\"Format\">Format</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/04070200.xhp\" name=\"Format\">Format</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Opcije za Automatku Ispravku</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/04070200.xhp\" name=\"Format\">Format</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr ""
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Formula"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index 92f9ffe7669..81137c9529e 100644
--- a/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/source/bs/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/bs/helpcontent2/source/text/swriter/02.po b/source/bs/helpcontent2/source/text/swriter/02.po
index ba686334301..2247b04b0d0 100644
--- a/source/bs/helpcontent2/source/text/swriter/02.po
+++ b/source/bs/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2017-11-22 14:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Veza"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoTekst</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr ""
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/guide.po b/source/bs/helpcontent2/source/text/swriter/guide.po
index 186e04a4e7f..a33f6bef002 100644
--- a/source/bs/helpcontent2/source/text/swriter/guide.po
+++ b/source/bs/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 13:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Click <emph>Zatvori</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "To create a new style by drag-and-drop:"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
index 42db7d84a36..48e20d18695 100644
--- a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bs/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1311,6 +1311,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Na sljedeću nezaštićenu ćeliju"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18284,15 +18294,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Katalog objekata"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Obris"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19842,14 +19862,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Ubaci grafikon"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19872,14 +19892,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19902,36 +19922,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Obris"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "~Pregled sa rubovima"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26986,6 +27004,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
#, fuzzy
diff --git a/source/bs/sd/messages.po b/source/bs/sd/messages.po
index 4660b2246a3..a8bcfe7b9e4 100644
--- a/source/bs/sd/messages.po
+++ b/source/bs/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4585,67 +4585,28 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
#, fuzzy
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "~Odgovori"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Podebljano"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Koso"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-#, fuzzy
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "Podvučena"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-#, fuzzy
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Precrtana"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Kopiraj"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-#, fuzzy
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "Ubaci"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
#, fuzzy
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "Obriši komentar(e)"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
#, fuzzy
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Obriši s~ve komentare od %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
#, fuzzy
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
diff --git a/source/bs/sfx2/messages.po b/source/bs/sfx2/messages.po
index 17db3fb7fd4..2d6a9c40ae3 100644
--- a/source/bs/sfx2/messages.po
+++ b/source/bs/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-10-21 19:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1639,287 +1639,275 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Više opcija"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Zatvori skup bočnih traka"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr ""
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr ""
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr ""
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr ""
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr ""
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
#, fuzzy
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Ukloni"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr ""
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2656,6 +2644,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
#, fuzzy
@@ -2714,6 +2708,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3897,6 +3927,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/bs/starmath/messages.po b/source/bs/starmath/messages.po
index 1f0cead6797..35e28ab1617 100644
--- a/source/bs/starmath/messages.po
+++ b/source/bs/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-05-08 13:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1926,777 +1926,783 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrassova p-funkcija"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Tačke na sredini"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Tačke do vrha"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Tačke do dna"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Tačke na dolje"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Tačke uspravno"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Spoji"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Dijeljenje (kroz)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Dijeljenje (kroz)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Dijeli"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Ne dijeli"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Dvostruka strelica lijevo"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Dvostruka strelica lijevo i desno"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Dvostruka strelica desno"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Skup prirodnih brojeva"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Skup cijelih brojeva"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Skup racionalnih brojeva"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Skup realnih brojeva"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Skup kompleksnih brojeva"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Veliki Cirkumifleks"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Velika tilda"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Velika vektorska strelica"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h bar"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda bar"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Strelica ulijevo"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Strelica udesno"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Strelica gore"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Strelica dolje"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Nema prostora"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Prethodi"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Prethodi ili jednako"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Prethodi ili ekvivalentno"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Uspješno"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Slijedi ili jednako"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Slijedi ili ekvivalentno"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Ne prethodi"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Ne slijedi"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unarni/binarni operatori"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Relacije"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Operacije nad skupovima"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funkcije"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operatori"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributi"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Zagrade"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formati"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Ostalo"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Primjeri"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Standardno"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Kurziv"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Masno"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "crna"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "plava"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "zelena"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "crvena"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
#, fuzzy
msgctxt "STR_GRAY"
msgid "gray"
msgstr "Siva"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "lime"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "kestenjasta"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "mornarska"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "maslinasta"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "ljubičasta"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "srebrena"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "grogotovac"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "žuta"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "sakriti"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "veličina"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "font"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "lijevo"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "centar"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "desno"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Naredbe"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Formula"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Snimam dokument..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTVERSION formula"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "GREŠKA : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Neočekivani znak"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "'{' očekivana"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "'}' očekivana"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "očekivana '('"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "očekivano je ')'"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "očekivan '#'"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Zahtjevana je boja"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Očekivan 'RIGHT'"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
#, fuzzy
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Sadržaj"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
#, fuzzy
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Naslov"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
#, fuzzy
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Tekst formule"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
#, fuzzy
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "Rubovi"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Veličina"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
#, fuzzy
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Originalna veličina"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
#, fuzzy
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Stati na stranicu"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
#, fuzzy
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
diff --git a/source/bs/svtools/messages.po b/source/bs/svtools/messages.po
index 0cab8365d2e..f890e2aed9b 100644
--- a/source/bs/svtools/messages.po
+++ b/source/bs/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5005,6 +5005,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/bs/svx/messages.po b/source/bs/svx/messages.po
index 9d99260ad95..bc8dc4bdeb1 100644
--- a/source/bs/svx/messages.po
+++ b/source/bs/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14582,30 +14582,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -20167,18 +20143,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Izmijeni stil..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/bs/sw/messages.po b/source/bs/sw/messages.po
index 418cc9a6f88..a2817e2f293 100644
--- a/source/bs/sw/messages.po
+++ b/source/bs/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -11872,45 +11872,57 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Znak"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Font"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efekti fonta"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Pozicija"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Azijski raspored"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hiperveza"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
#, fuzzy
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Isticanje"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Rubovi"
@@ -15273,10 +15285,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15418,11 +15430,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "_Poslije:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Odaberite stil numerisanja za fusnotu."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15514,11 +15526,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "_Poslije:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Odaberite nacin numerisanja u napomeni."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18381,16 +18393,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23868,10 +23880,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Bez naslova 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23934,10 +23946,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23965,10 +23977,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Položaj"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -24017,16 +24029,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Prikaži podnivoe"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27741,45 +27753,69 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Stil znaka"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organizator"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Font"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efekti fonta"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Pozicija"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Azijski raspored"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
#, fuzzy
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Isticanje"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Rubovi"
diff --git a/source/bs/vcl/messages.po b/source/bs/vcl/messages.po
index 9bc35bae6ce..4192b83fc3c 100644
--- a/source/bs/vcl/messages.po
+++ b/source/bs/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1171,6 +1171,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ca-valencia/cui/messages.po b/source/ca-valencia/cui/messages.po
index 0469e12a36b..a1ef03871df 100644
--- a/source/ca-valencia/cui/messages.po
+++ b/source/ca-valencia/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ca_VALENCIA/>\n"
@@ -5836,14 +5836,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Fusiona amb el paràgraf següent"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Fusiona els estils de línia adjacents"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Propietats"
@@ -12821,11 +12827,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr "Seleccioneu l l'estil de caràcter que vulgueu fer servir a la llista numerada."
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "Introduïu el nombre de nivells previs que s'han d'incloure a l'estil de numeració.Per exemple, si introduïu «2» i el nivell previ fa servir l'estil de numeració «A, B, C...», la combinació de la numeració del nivell actual passa a ser: «A.1»."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12839,11 +12845,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Inicia a:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "Seleccioneu un estil de numeració per als nivells seleccionats."
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12965,11 +12971,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "Seleccioneu o cerqueu el fitxer gràfic que vulgueu utilitzar com a pic."
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "Seleccioneu un color per a l'estil de numeració actual."
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17944,11 +17950,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "Mostra els diferents gràfics que podeu utilitzar com a pics en una llista amb pics."
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "Feu clic a l'estil de numeració que vulgueu utilitzar."
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17956,11 +17962,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Selecció"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "Mostra els diferents estils de numeració que podeu aplicar."
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
diff --git a/source/ca-valencia/dbaccess/messages.po b/source/ca-valencia/dbaccess/messages.po
index c3890a7a42d..d28ac5df64d 100644
--- a/source/ca-valencia/dbaccess/messages.po
+++ b/source/ca-valencia/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ca_VALENCIA/>\n"
@@ -3445,31 +3445,31 @@ msgid "Socket:"
msgstr "Sòcol:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Classe de cont_rolador MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Prova la classe"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Paràmetres de la connexió"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Joc de caràcters:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Conversió de dades"
diff --git a/source/ca-valencia/filter/messages.po b/source/ca-valencia/filter/messages.po
index 2fcfbe5fa3b..4eeff794a3e 100644
--- a/source/ca-valencia/filter/messages.po
+++ b/source/ca-valencia/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ca_VALENCIA/>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "D'acord"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Avís: No s'han pogut guardar en el nivell 1 tots els gràfics EPS importats,\n"
-"ja que alguns es troben en un nivell superior."
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Exporta a PDF"
@@ -221,80 +211,80 @@ msgstr "Exporta a PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Defineix la contrasenya d'obertura"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Defineix la contrasenya de permisos"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A no admet xifratge. El fitxer PDF exportat no estarà protegit per contrasenya."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Transparència PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "El PDF/A prohibeix la transparència. S'ha pintat com a opac un objecte transparent."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Conflicte de versions de PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "La transparència no és compatible amb versions de PDF anteriors a la PDF 1.4. S'ha pintat com a opac un objecte transparent."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Acció de formulari PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "Un control de formulari contenia una acció no compatible amb l'estàndard PDF/A. Esta acció ha estat ignorada."
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Alguns objectes s'han convertit en imatges per eliminar les transparències, perquè el format PDF de destinació no permet l'ús de transparències. És possible que obtingueu millors resultats si elimineu els objectes transparents abans d'exportar."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "S'han eliminat les transparències"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "S'ha produït un error en la generació de la signatura"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "S'ha interromput l'exportació a PDF"
diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/python.po b/source/ca-valencia/helpcontent2/source/text/sbasic/python.po
index b685ebda364..06eec3b6103 100644
--- a/source/ca-valencia/helpcontent2/source/text/sbasic/python.po
+++ b/source/ca-valencia/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-31 19:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ca_VALENCIA/>\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.4\n"
+"X-Generator: LibreOffice\n"
#. naSFZ
#: main0000.xhp
@@ -150,14 +150,14 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "La crida <literal>Xray</literal> interrompeix l'execució dels scripts Python per ajudar a inspeccionar variables."
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr "La interfície de programació d'aplicacions (API) de %PRODUCTNAME permet l'execució d'scripts entre Python i Basic o altres llenguatges de programació compatibles. Els arguments es poden passar d'anada i tornada a través de les crides, sempre que representin tipus de dades primitives que els dos llenguatges reconisquen, i suposant que l'entorn de programació els convertisca adequadament."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgstr ""
#. Gn9Bv
#: python_2_basic.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po b/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po
index 38210bc1c69..f1e06b43c82 100644
--- a/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca-valencia/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-29 00:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca_VALENCIA/>\n"
@@ -29294,14 +29294,14 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr ""
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Expressió Set\">Expressió Set</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
+msgstr ""
#. qNuUW
#: 03103700.xhp
@@ -29312,15 +29312,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr ""
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29339,15 +29330,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr ""
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29393,15 +29375,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr ""
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29816,14 +29789,14 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Funció Array</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Funció Array\">Funció Array</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
+msgstr ""
#. ZFAuc
#: 03104200.xhp
@@ -29834,15 +29807,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Torna el tipus Variant amb un camp de dades."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29861,15 +29825,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Vegeu també <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29879,15 +29834,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Argument list:</emph> Una llista de qualsevol nombre d'arguments que se separen amb comes."
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35117,13 +35063,13 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr ""
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
msgstr ""
#. BKWJA
diff --git a/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po b/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po
index 8ab34983bdf..dc42a1f3fb3 100644
--- a/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ca-valencia/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca_VALENCIA/>\n"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/01.po b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
index 443fd93ba29..011f3bb91f9 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca_VALENCIA/>\n"
@@ -13967,41 +13967,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMASI</link></variable>"
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Suma les cel·les que s'han indicat segons uns criteris determinats.</ahelp> Esta funció s'utilitza per buscar un valor determinat en un interval."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Interval</emph> és l'interval de cel·les on s'han d'aplicar els criteris."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Criteris</emph> és la cel·la on es mostra el criteri de busca, o el mateix criteri. Si s'escriu el criteri en la fórmula, s'ha de posar entre cometes dobles."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14012,14 +14012,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>IntervalDeSuma</emph> és l'interval a partir del qual se sumen els valors. Si no s'ha indicat el paràmetre, se sumen els valors de l'Interval."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMASI només admet l'operador de concatenació de referència (~) en el paràmetre Criteris, i només si no s'indica el paràmetre opcional IntervalDeSuma."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19142,6 +19142,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19178,6 +19187,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52298,13 +52334,13 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr ""
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
msgstr ""
#. B9FE5
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po b/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
index be79fbbd923..3e99f39e0f5 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca-valencia/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ca_VALENCIA/>\n"
@@ -3266,13 +3266,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index 3e1e763ba38..519dbc072db 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca_VALENCIA/>\n"
@@ -8279,14 +8279,14 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr "<variable id=\"zoptionen\">Trieu <emph>Eines ▸ Ortografia</emph>; tot seguit feu clic a <emph>Opcions</emph>.</variable>"
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
-msgstr "Trieu <emph>Eines ▸ Llengua ▸ Tesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
+msgstr ""
#. F6EnA
#: 00000406.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index e2b024bb6d5..061a55e8673 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/01.po
+++ b/source/ca-valencia/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca_VALENCIA/>\n"
@@ -4103,14 +4103,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr "<ahelp hid=\".uno:AddressBookSource\">Editeu les assignacions de camps i la font de dades de la llibreta d'adreces.</ahelp>"
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
-msgstr "Trieu <emph>Eines ▸ Font de la llibreta d'adreces</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
+msgstr ""
#. 46kw3
#: 01110101.xhp
@@ -4166,14 +4166,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Seleccioneu la taula de dades per a la llibreta d'adreces.</ahelp>"
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "Configura"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22337,6 +22337,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr ""
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22670,6 +22679,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr ""
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22886,6 +22913,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seleccioneu l'estil de paràgraf que voleu utilitzar com a referència per alinear el text a l'estil de pàgina seleccionat. L'alçària del tipus de lletra que s'indica a l'estil de referència defineix l'espaiat de la graella de pàgina vertical. </ahelp>"
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35990,6 +36035,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr "Si introduïu dues lletres majúscules al principi d'una paraula, la segona lletra majúscula es reemplaçarà automàticament per la minúscula que correspongui."
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36809,22 +36863,121 @@ msgctxt ""
msgid "Replace"
msgstr "Reemplaça"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
msgstr ""
-#. LVDxA
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
msgstr ""
#. F4UNM
@@ -36962,32 +37115,32 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Llista les abreviacions que no es corregeixen automàticament.</ahelp> Per suprimir un element de la llista, seleccioneu-lo i, a continuació, feu clic a <emph>Suprimeix</emph>."
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "Paraules amb dues majúscules inicials"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">Introduïu la paraula o abreviació començada amb dues majúscules per a la qual no vulgueu que el $[officename] apliqui el canvi a una sola majúscula inicial. Per exemple, podeu introduir la sigla PC per evitar que el $[officename] la convertisca en Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
+msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Llista les paraules o abreviacions que comencen amb dues majúscules i que no s'han de corregir automàticament. Totes les paraules que comencen amb dues majúscules es llistaran en este camp.</ahelp> Per treure un element de la llista, seleccioneu-lo i feu clic a <emph>Suprimeix</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgstr ""
#. AtnKw
#: 06040300.xhp
@@ -37016,14 +37169,23 @@ msgctxt ""
msgid "AutoInclude"
msgstr "Inclusió automàtica"
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Afig automàticament abreviacions o paraules començades amb dues majúscules inicials a la llista d'excepcions corresponent. Esta característica només funciona si activeu les opcions <emph>Corregeix DUes MAjúscules al COmençament de PAraula</emph> o <emph>Converteix en majúscula la primera lletra de cada frase</emph> que hi ha a la columna <emph>[T]</emph> de la pestanya <link href=\"text/shared/01/06040100.xhp\" name=\"Opcions\"><emph>Opcions</emph></link> d'este diàleg. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
+msgstr ""
#. iDNuq
#: 06040400.xhp
@@ -37781,41 +37943,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr ""
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "Pics"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
-msgstr "<bookmark_value>pics;paràgrafs</bookmark_value><bookmark_value>paràgrafs; inserció de pics</bookmark_value><bookmark_value>inserció; pics en paràgrafs</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
+msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Pics\">Pics</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
-msgstr "<ahelp hid=\".\">Mostra els diferents estils de pic que podeu aplicar.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
+msgstr ""
#. zejaE
#: 06050100.xhp
@@ -37835,14 +37997,14 @@ msgctxt ""
msgid "Selection"
msgstr "Selecció"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Feu clic a l'estil de pic que vulgueu utilitzar.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
+msgstr ""
#. su62X
#: 06050100.xhp
@@ -37853,40 +38015,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Pestanya Posició (diàleg Pics i numeració)\">Pestanya Posició (diàleg Pics i numeració)</link>"
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
-msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Pestanya Opcions (diàleg Pics i numeració)\">Pestanya Opcions (diàleg Pics i numeració)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "Estil de numeració"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/guide.po b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
index f08b59f3493..f682fdfcba5 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/guide.po
+++ b/source/ca-valencia/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ca_VALENCIA/>\n"
@@ -16802,78 +16802,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
index afb475d576f..329c45c7561 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca_VALENCIA/>\n"
@@ -8180,13 +8180,13 @@ msgctxt ""
msgid "Show standardized page count"
msgstr ""
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
msgstr ""
#. eQjAd
diff --git a/source/ca-valencia/helpcontent2/source/text/simpress/guide.po b/source/ca-valencia/helpcontent2/source/text/simpress/guide.po
index fb209b78c34..c39734074ac 100644
--- a/source/ca-valencia/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca_VALENCIA/>\n"
@@ -1142,13 +1142,13 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "A l'àrea <emph>Omple</emph>, seleccioneu <emph>Mapa de bits</emph> i després feu clic a una imatge de la llista."
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
msgstr ""
#. 24cCs
@@ -1880,14 +1880,14 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "Per inserir text d'un fitxer a una diapositiva:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
-msgstr "A la diapositiva on voleu inserir el text, trieu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva ▸ Insereix una diapositiva des d'un fitxer</menuitem></caseinline><defaultinline><menuitem>Pàgina ▸ Insereix una pàgina des d'un fitxer</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgstr ""
#. NCRij
#: html_import.xhp
@@ -2510,13 +2510,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "Feu clic a <emph>Nova</emph> i introduïu un nom per a la presentació de diapositives en el quadre <emph>Nova</emph>."
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2942,13 +2942,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter.po b/source/ca-valencia/helpcontent2/source/text/swriter.po
index 5ba20c7fad0..bc397d568c9 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ca_VALENCIA/>\n"
@@ -1277,6 +1277,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">Conté eines ortogràfiques, una galeria d'objectes d'art que podeu afegir al document, i també eines per configurar els menús i les preferències de configuració del programa.</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr ""
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1295,41 +1313,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Numeració de línies\">Numeració de línies</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Notes al peu\">Notes al peu</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordena\">Ordena</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Correcció automàtica\">Opcions de correcció automàtica</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordena\">Ordena</link>"
#. VY3FE
#: main0106.xhp
@@ -1925,14 +1934,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obri un diàleg per convertir la taula seleccionada en text.</ahelp> Obri un <link href=\"text/swriter/01/06090000.xhp\">diàleg</link> per convertir la taula actual en text."
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Fórmula"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index a4be4461495..8bd85c9e6d2 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca_VALENCIA/>\n"
@@ -22562,13 +22562,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/02.po b/source/ca-valencia/helpcontent2/source/text/swriter/02.po
index cd89ac37f9c..5b268836f3c 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/02.po
+++ b/source/ca-valencia/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 10:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ca_VALENCIA/>\n"
@@ -80,23 +80,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Pics i numeració\">Pics i numeració</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Enllaç"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Enllaç\">Enllaç</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -107,6 +107,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Enllaça el marc seleccionat amb el marc següent.</ahelp> El text flueix automàticament d'un marc a l'altre."
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po b/source/ca-valencia/helpcontent2/source/text/swriter/guide.po
index 5823b9e9465..9a6fc5b7e85 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-29 00:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca_VALENCIA/>\n"
@@ -15461,13 +15461,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Feu clic a <emph>D'acord</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15488,58 +15488,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "Per crear un estil nou arrossegant i deixant anar"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
index ea8c0bb4f91..0ef2ac1e85d 100644
--- a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca-valencia/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca_VALENCIA/>\n"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Selecciona les cel·les desprotegides"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Catàleg d'objectes"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Contorn"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Insereix un diagrama"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19638,14 +19658,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19668,35 +19688,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Esquema"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "Llista d'~esquema"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Estableix l'estil de llista d'esquema"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr "Verticalment a ~baix"
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/ca-valencia/sd/messages.po b/source/ca-valencia/sd/messages.po
index 8201e18e58b..f8dacb51ba8 100644
--- a/source/ca-valencia/sd/messages.po
+++ b/source/ca-valencia/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ca_VALENCIA/>\n"
@@ -4518,61 +4518,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Converteix l'objecte seleccionat en un polígon (un objecte tancat limitat per línies rectes)."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_Respon"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Negreta"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Cursiva"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "_Subratllat"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "_Barrat"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Copia"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "_Enganxa"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "_Suprimeix el comentari"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Suprimeix _tots els comentaris de %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Suprimeix _tots els comentaris"
diff --git a/source/ca-valencia/sfx2/messages.po b/source/ca-valencia/sfx2/messages.po
index 5cf1008ab3d..bb7157a98c5 100644
--- a/source/ca-valencia/sfx2/messages.po
+++ b/source/ca-valencia/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca_VALENCIA/>\n"
@@ -1652,286 +1652,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tanca el quadre"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Més opcions"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Tanca la barra lateral"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Rusc"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Corba blava"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Cianotip"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ADN"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Focus"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Au forestal"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiració"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Llums"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metròpoli"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Blau de mitjanit"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natura"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Llapis"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Piano"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portafolis"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Progrés"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Vintage"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Llampant"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Currículum"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Per defecte"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Carta comercial moderna, lletra sense serif"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Carta comercial moderna, lletra amb serif"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Targeta de visita amb logotip"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Simple"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Suprimeix"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Neteja-ho tot"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Longitud de la contrasenya"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "La contrasenya que heu introduït té problemes d'interoperabilitat. Introduïu una contrasenya de menys de 52 bytes o de més de 55 bytes."
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Mantingueu premuda la tecla %{key} i feu clic a l'enllaç per a obrir-lo: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Feu clic per a obrir l'enllaç: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilitzat per: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2637,6 +2625,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "Permet assignar camps d'informació personalitzats al document."
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2691,6 +2685,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "Conté informació descriptiva sobre el document."
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3849,6 +3879,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Especifica les opcions per a la configuració de la impressió."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ca-valencia/starmath/messages.po b/source/ca-valencia/starmath/messages.po
index 0a6b5517786..59ecae2cba9 100644
--- a/source/ca-valencia/starmath/messages.po
+++ b/source/ca-valencia/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ca_VALENCIA/>\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr "Transformada de Fourier"
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "p de Weierstrass"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Punts al mig"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Punts cap amunt"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Punts cap avall"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Punts per sota"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Punts en vertical"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Concatena"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Divisió (barra inclinada)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Divisió (contra barra inclinada)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Divideix"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "No divideix"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Fletxa doble esquerra"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Fletxa doble esquerra i dreta"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Fletxa doble dreta"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Conjunt dels nombres naturals"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Conjunt dels nombres enters"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Conjunt dels nombres racionals"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Conjunt dels nombres reals"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Conjunt dels nombres complexos"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Circumflex gran"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Titlla gran"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Fletxa vectorial llarga"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "Arpó gran"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h barrada"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda barrada"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Fletxa esquerra"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Fletxa dreta"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Fletxa amunt"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Fletxa avall"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Sense espai"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Precedeix"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Precedeix o és igual a"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Precedeix o és equivalent a"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Succeeix"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Succeeix o és igual a"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Succeeix o és equivalent a"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "No precedeix"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "No succeeix"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Operadors unaris i binaris"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Relacions"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Operacions amb conjunts"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funcions"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operadors"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributs"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Claudàtors"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formats"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Altres"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Exemples"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "Circumferència"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr "Equivalència massa-energia"
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "Teorema de Pitàgores"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr "Sèrie de Taylor"
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "Distribució de Gauss"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr "Equació d'Euler-Lagrange"
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr "Teorema fonamental del càlcul"
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr "Equació del caos"
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Identitat d'Euler"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr "Segona llei de Newton"
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Relativitat general"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Relativitat especial"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Estàndard"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Cursiva"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Negreta"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "negre"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "blau"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "verd"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "roig"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr "aigua"
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr "fúcsia"
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "gris"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "llimona"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "marró"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "blau marí"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "verd oliva"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "porpa"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "plata"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "jade"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "groc"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr "corall"
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr "carmesí"
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr "mitjanit"
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr "violeta"
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr "taronja"
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr "taronja vermellós"
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr "lavanda"
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr "neu"
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr "verd marí"
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr "indi"
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr "rosa càlid"
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "rgb"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "hex"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "amaga"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "mida"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "tipus de lletra"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "esquerra"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "centre"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "dreta"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Ordes"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Fórmula"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "S'està desant el document..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Fórmula del %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Caràcter no esperat"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Símbol inesperat"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "S'esperava '{'"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "S'esperava '}'"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "S'esperava '('"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "S'esperava ')'"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Els símbols esquerre i dret no es corresponen"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "S'esperava «fixed«, «sans» o «serif»"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "«size» seguit d'un senyal no esperat"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "No es permet l'alineació doble"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "No es permeten ni els subíndexs dobles ni els superíndexs dobles"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "S'esperava un nombre"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "S'esperava '#'"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Es necessita un color"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "S'esperava 'RIGHT'"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Contingut"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~Títol"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "~Text de la fórmula"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "V~ores"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Mida"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Mida o~riginal"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Ajusta a la ~pàgina"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "E~scalat"
diff --git a/source/ca-valencia/svtools/messages.po b/source/ca-valencia/svtools/messages.po
index ab5583dc85c..94be1f69e74 100644
--- a/source/ca-valencia/svtools/messages.po
+++ b/source/ca-valencia/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ca_VALENCIA/>\n"
@@ -4980,6 +4980,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/ca-valencia/svx/messages.po b/source/ca-valencia/svx/messages.po
index e4130e60b4d..87e7a612bd9 100644
--- a/source/ca-valencia/svx/messages.po
+++ b/source/ca-valencia/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca_VALENCIA/>\n"
@@ -14364,30 +14364,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr "_Personalitzat..."
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19709,18 +19685,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Edita l'estil..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Anterior"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Següent"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ca-valencia/sw/messages.po b/source/ca-valencia/sw/messages.po
index 5d27ccbfaad..7581ad9b719 100644
--- a/source/ca-valencia/sw/messages.po
+++ b/source/ca-valencia/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ca_VALENCIA/>\n"
@@ -11583,44 +11583,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Caràcter"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Tipus de lletra"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efectes del tipus de lletra"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posició"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Disposició asiàtica"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Enllaç"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Realçament"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Vores"
@@ -14947,11 +14959,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Introduïu el text que voleu visualitzar després del número de la nota al peu en el text de la nota."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleccioneu l'estil de numeració que voleu utilitzar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15091,11 +15103,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "D_esprés:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Seleccioneu l'estil de numeració per a les notes al peu."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15187,11 +15199,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "D_esprés:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Seleccioneu l'estil de numeració per a les notes finals."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18001,17 +18013,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Seleccioneu l'estil de formatació que voleu utilitzar per als números de línia."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleccioneu l'estil de numeració que voleu utilitzar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -23350,11 +23362,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Sense títol 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Seleccioneu l'estil de numeració predefinit que voleu assignar al nivell d'esquema seleccionat."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23416,11 +23428,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "Obri un diàleg on podeu guardar els paràmetres actuals per al nivell d'esquema seleccionat. A continuació, podreu carregar aquests paràmetres des d'un altre document."
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Feu clic en un estil de numeració de la llista i, a continuació, introduïu un nom per a l'estil. Els nombres corresponen al nivell d'esquema a què estan assignats els estils."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23446,11 +23458,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posició"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Especifica el format numèric i la jerarquia de la numeració de capítols en el document actual."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23494,17 +23506,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Mostra els subnivells:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Seleccioneu l'estil de numeració que voleu aplicar al nivell d'esquema seleccionat."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Seleccioneu el format del caràcter de numeració."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -27106,44 +27118,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Estil de caràcter"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organitzador"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Tipus de lletra"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efectes del tipus de lletra"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posició"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Disposició asiàtica"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Realçament"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Vores"
diff --git a/source/ca-valencia/vcl/messages.po b/source/ca-valencia/vcl/messages.po
index 0b504d7212d..c72c5770317 100644
--- a/source/ca-valencia/vcl/messages.po
+++ b/source/ca-valencia/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-12 09:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ca_VALENCIA/>\n"
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr "Separador"
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ca/chart2/messages.po b/source/ca/chart2/messages.po
index 7ce275c2fce..7235962ee8f 100644
--- a/source/ca/chart2/messages.po
+++ b/source/ca/chart2/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-01-28 07:37+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2021-02-13 19:37+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1547819235.000000\n"
#. NCRDD
@@ -1517,13 +1517,13 @@ msgstr "Format del nombre per al valor del percentatge"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Mostra el nom de la _sèrie de dades"
#. 8bEui
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Mostra el nom de la sèrie de dades en l'etiqueta."
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
@@ -3827,13 +3827,13 @@ msgstr "Format del nombre per al valor del percentatge"
#: chart2/uiconfig/ui/tp_DataLabel.ui:295
msgctxt "tp_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Mostra el nom de la _sèrie de dades"
#. 3tWYv
#: chart2/uiconfig/ui/tp_DataLabel.ui:304
msgctxt "tp_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Mostra el nom de la sèrie de dades en l'etiqueta."
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:325
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index 4dee4b97fac..b616e935407 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/cui/messages.po
@@ -3,9 +3,9 @@ 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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-03 18:01+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-09 16:36+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -5838,14 +5838,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_Fusiona amb el paràgraf següent"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "_Fusiona els estils de línia adjacents"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Propietats"
@@ -12823,11 +12829,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr "Seleccioneu l l'estil de caràcter que vulgueu fer servir a la llista numerada."
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "Introduïu el nombre de nivells previs que s'han d'incloure a l'estil de numeració.Per exemple, si introduïu «2» i el nivell previ fa servir l'estil de numeració «A, B, C...», la combinació de la numeració del nivell actual passa a ser: «A.1»."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12841,11 +12847,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Inicia a:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "Seleccioneu un estil de numeració per als nivells seleccionats."
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12967,11 +12973,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "Seleccioneu o cerqueu el fitxer gràfic que vulgueu utilitzar com a pic."
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "Seleccioneu un color per a l'estil de numeració actual."
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17144,7 +17150,7 @@ msgstr "Inferior:"
#: cui/uiconfig/ui/pageformatpage.ui:456
msgctxt "pageformatpage|labelGutterMargin"
msgid "Gutter:"
-msgstr ""
+msgstr "Enquadernació:"
#. Tvwu6
#: cui/uiconfig/ui/pageformatpage.ui:490
@@ -17241,19 +17247,19 @@ msgstr "E_stil de referència:"
#: cui/uiconfig/ui/pageformatpage.ui:679
msgctxt "pageformatpage|labelGutterPosition"
msgid "Gutter position:"
-msgstr ""
+msgstr "Pos. de marge d'enquadernació:"
#. LF4Ex
#: cui/uiconfig/ui/pageformatpage.ui:694
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Left"
-msgstr ""
+msgstr "A l'esquerra"
#. DSBY5
#: cui/uiconfig/ui/pageformatpage.ui:695
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Top"
-msgstr ""
+msgstr "A dalt"
#. xdECe
#: cui/uiconfig/ui/pageformatpage.ui:715
@@ -17946,11 +17952,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "Mostra els diferents gràfics que podeu utilitzar com a pics en una llista amb pics."
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "Feu clic a l'estil de numeració que vulgueu utilitzar."
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17958,11 +17964,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Selecció"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "Mostra els diferents estils de numeració que podeu aplicar."
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
@@ -19308,7 +19314,7 @@ msgstr "Certificat:"
#: cui/uiconfig/ui/signsignatureline.ui:151
msgctxt "signsignatureline|btn_select_certificate"
msgid "Select X.509 Certificate"
-msgstr "Seleccioneu un certificat X.509"
+msgstr "Selecciona un certificat X.509"
#. uJ9EC
#: cui/uiconfig/ui/signsignatureline.ui:157
@@ -19351,7 +19357,7 @@ msgstr "Signa"
#: cui/uiconfig/ui/signsignatureline.ui:275
msgctxt "signsignatureline|label_add_comment"
msgid "Add comment:"
-msgstr "Afegeix un comentari:"
+msgstr "Afegiu un comentari:"
#. CJAg3
#: cui/uiconfig/ui/signsignatureline.ui:300
diff --git a/source/ca/dbaccess/messages.po b/source/ca/dbaccess/messages.po
index 21d6a275134..90bfd720971 100644
--- a/source/ca/dbaccess/messages.po
+++ b/source/ca/dbaccess/messages.po
@@ -3,9 +3,9 @@ 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: 2021-02-05 18:58+0100\n"
-"PO-Revision-Date: 2021-01-28 07:37+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -3217,7 +3217,7 @@ msgstr "Exemple de format"
#: dbaccess/uiconfig/ui/fielddescpage.ui:172
msgctxt "fielddescpage|STR_BUTTON_FORMAT"
msgid "_Format Field"
-msgstr ""
+msgstr "_Formata el camp"
#. Ff2B8
#: dbaccess/uiconfig/ui/fielddescpage.ui:194
@@ -3445,31 +3445,31 @@ msgid "Socket:"
msgstr "Sòcol:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Classe de cont_rolador MySQL JDBC:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Prova la classe"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Paràmetres de la connexió"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Joc de caràcters:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Conversió de dades"
diff --git a/source/ca/filter/messages.po b/source/ca/filter/messages.po
index 3793ba5b4d6..5891d6ac36e 100644
--- a/source/ca/filter/messages.po
+++ b/source/ca/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562301101.000000\n"
#. 5AQgJ
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "D'acord"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Avís: No s'han pogut desar en el nivell 1 tots els gràfics EPS importats,\n"
-"ja que alguns es troben en un nivell superior."
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Exporta a PDF"
@@ -221,80 +211,80 @@ msgstr "Exporta a PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Defineix la contrasenya d'obertura"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Defineix la contrasenya de permisos"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A no admet xifratge. El fitxer PDF exportat no estarà protegit per contrasenya."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Transparència PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "El PDF/A prohibeix la transparència. S'ha pintat com a opac un objecte transparent."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Conflicte de versions de PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "La transparència no és compatible amb versions de PDF anteriors a la PDF 1.4. S'ha pintat com a opac un objecte transparent."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Acció de formulari PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "Un control de formulari contenia una acció no compatible amb l'estàndard PDF/A. Aquesta acció ha estat ignorada."
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Alguns objectes s'han convertit en imatges per a eliminar-ne les transparències, perquè el format PDF de destinació no permet l'ús de transparències. És possible que obtingueu millors resultats si elimineu els objectes transparents abans d'exportar."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "S'han eliminat les transparències"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "S'ha produït un error en la generació de la signatura"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "S'ha interromput l'exportació a PDF"
diff --git a/source/ca/helpcontent2/source/text/sbasic/guide.po b/source/ca/helpcontent2/source/text/sbasic/guide.po
index 2eed6e58ceb..a5955ba873b 100644
--- a/source/ca/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ca/helpcontent2/source/text/sbasic/guide.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-11-08 19:34+0100\n"
-"PO-Revision-Date: 2020-12-16 17:22+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicguide/ca/>\n"
+"PO-Revision-Date: 2021-02-12 12:36+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.1.1\n"
+"X-Generator: Weblate 4.4\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1562337396.000000\n"
@@ -564,13 +564,12 @@ msgstr "El bined Python conté moltes biblioteques estàndard de les quals es be
#. aPbV7
#: basic_2_python.xhp
-#, fuzzy
msgctxt ""
"basic_2_python.xhp\n"
"N0552\n"
"help.text"
msgid "<emph>argparse</emph> Parser for command-line options, arguments and sub-commands"
-msgstr "<unk>GA argparse</emph> Parser per a opcions de línia d'ordres arguments i subordres"
+msgstr "<emph>GA argparse</emph> Parser per a opcions de línia d'ordres arguments i subordres"
#. zBD3c
#: basic_2_python.xhp
diff --git a/source/ca/helpcontent2/source/text/sbasic/python.po b/source/ca/helpcontent2/source/text/sbasic/python.po
index 991065d267a..6533119db4d 100644
--- a/source/ca/helpcontent2/source/text/sbasic/python.po
+++ b/source/ca/helpcontent2/source/text/sbasic/python.po
@@ -3,9 +3,9 @@ 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: 2021-01-30 15:37+0100\n"
-"PO-Revision-Date: 2021-02-08 11:28+0000\n"
-"Last-Translator: Jaumej <jaume.jorba@gmail.com>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-12 12:36+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561604938.000000\n"
#. naSFZ
@@ -151,14 +151,14 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "La crida <literal>Xray</literal> interrompeix l'execució dels scripts Python per ajudar a inspeccionar variables."
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr "La interfície de programació d'aplicacions (API) de %PRODUCTNAME permet l'execució d'scripts entre Python i Basic o altres llenguatges de programació compatibles. Els arguments es poden passar d'anada i tornada a través de les crides, sempre que representin tipus de dades primitives que els dos llenguatges reconeixin, i suposant que l'entorn de programació els converteixi adequadament."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgstr ""
#. Gn9Bv
#: python_2_basic.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"N0337\n"
"help.text"
msgid "%PRODUCTNAME static dialogs are created with the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"dialog editor\">Dialog editor</link> and are stored in varying places according to their personal (My Macros), shared (%PRODUCTNAME Macros) or document-embedded nature. In reverse, dynamic dialogs are constructed at runtime, from Basic or Python scripts, or using any other <link href=\"text/shared/guide/scripting.xhp\">%PRODUCTNAME supported language</link> for that matter. Opening static dialogs with Python is illustrated herewith. Exception handling and internationalization are omitted for clarity."
-msgstr "Els diàlegs estàtics de %PRODUCTNAME es creen amb <link href=\"text/sbasic/guide/createdialog.xhp\" name=\"dialog editor\">L'editor de diàlegs<link href=\"text/sbasic/guide/createdialog.xhp\" name=\"dialog editor\"></link> i s'emmagatzemen en llocs variables segons la seva naturalesa, personal (Les meves macros), compartida (les macros de %PRODUCTNAME o, incrustades en documents. En ordre invers, els diàlegs dinàmics es construeixen en temps d'execució a partir de scripts Basic o Python, o utilitzant qualsevol altre llenguatge <link href=\"text/shared/guide/scripting.xhp\"> compatible amb %PRODUCTNAME</link> amb aquest objectiu. A continuació es mostra l'obertura de diàlegs estàtics amb Python. La gestió i internacionalització de les excepcions s'ometen per claredat."
+msgstr "Els diàlegs estàtics de %PRODUCTNAME es creen amb <link href=\"text/sbasic/guide/createdialog.xhp\" name=\"dialog editor\">L'editor de diàlegs</link> i s'emmagatzemen en llocs variables segons la seva naturalesa, personal (Les meves macros), compartida (les macros de %PRODUCTNAME o, incrustades en documents. En ordre invers, els diàlegs dinàmics es construeixen en temps d'execució a partir de scripts Basic o Python, o utilitzant qualsevol altre llenguatge <link href=\"text/shared/guide/scripting.xhp\"> compatible amb %PRODUCTNAME</link> amb aquest objectiu. A continuació es mostra l'obertura de diàlegs estàtics amb Python. La gestió i internacionalització de les excepcions s'ometen per claredat."
#. BNxEA
#: python_dialogs.xhp
@@ -1833,7 +1833,7 @@ msgctxt ""
"N0387\n"
"help.text"
msgid "Events raised by dialogs, documents, forms or graphical controls can be linked to macros, which is referred to as event-driven programming. The most common method to relate events to macros are the <literal>Events</literal> tab in <menuitem>Tools – Customize</menuitem> menu and the <link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Create dialog\">Dialog Editor</link> Control properties pane from <menuitem>Tools - Macros – Organise Dialogs...</menuitem> menu."
-msgstr "Els esdeveniments emesos pels diàlegs, documents, formularis o controls, es poden enllaçar a macros, el que es coneix com a programació orientada a esdeveniments. El mètode més comú per a relacionar esdeveniments amb macros és la pestanya <literal>Esdeveniments</literal>Eines - Personalitza el menú</menuitem> i el panell de control de propietats de l'<link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Crea un diàleg\">Editor de diàlegs</link> des del menú <menuitem>Eines - Macros - Organitza els diàlegs... </menuitem>."
+msgstr "Els esdeveniments emesos pels diàlegs, documents, formularis o controls, es poden enllaçar a macros, el que es coneix com a programació orientada a esdeveniments. El mètode més comú per a relacionar esdeveniments amb macros és la pestanya <literal>Esdeveniments</literal><menuitem>Eines - Personalitza el menú</menuitem> i el panell de control de propietats de l'<link href=\"text/sbasic/guide/create_dialog.xhp\" name=\"Crea un diàleg\">Editor de diàlegs</link> des del menú <menuitem>Eines - Macros - Organitza els diàlegs... </menuitem>."
#. Dd2YW
#: python_listener.xhp
@@ -2291,13 +2291,12 @@ msgstr "Python: classe Platform"
#. jnNvg
#: python_platform.xhp
-#, fuzzy
msgctxt ""
"python_platform.xhp\n"
"N0508\n"
"help.text"
msgid "<bookmark_value>Platform;isLinux</bookmark_value> <bookmark_value>Platform;isMacOsX</bookmark_value> <bookmark_value>Platform;isWindows</bookmark_value> <bookmark_value>Platform;ComputerName</bookmark_value> <bookmark_value>Platform;OSName</bookmark_value> <bookmark_value>API;ConfigurationAccess</bookmark_value> <bookmark_value>Tools;GetRegistryContent</bookmark_value>"
-msgstr "Plataforma <bookmarkvalue>;isLinux</bookmarkvalue> plataforma <bookmarkvalue><bookmarkvalue>;isMacOsX</bookmarkvalue> plataforma <bookmarkvalue>;isWindows</bookmarkvalue> plataforma <bookmarkvalue>;ComputerName</bookmarkvalue> <bookmarkvalue>Plataforma;OSName</bookmarkvalue> <bookmarkvalue>API;ConfiguracióAccésAccés</bookmarkvalue> <bookmarkvalue>Eines;GetRegistryContent</bookmarkvalue>"
+msgstr "<bookmarkvalue>Plataforma;isLinux</bookmarkvalue> <bookmarkvalue>plataforma;isMacOsX</bookmarkvalue><bookmarkvalue>plataforma;isWindows</bookmarkvalue> <bookmarkvalue>plataforma;ComputerName</bookmarkvalue> <bookmarkvalue>Plataforma;OSName</bookmarkvalue> <bookmarkvalue>API;ConfiguracióAccésAccés</bookmarkvalue> <bookmarkvalue>Eines;GetRegistryContent</bookmarkvalue>"
#. uMBGn
#: python_platform.xhp
@@ -2570,13 +2569,12 @@ msgstr "El context del component que l'script pot utilitzar per crear altres com
#. 5wUcN
#: python_programming.xhp
-#, fuzzy
msgctxt ""
"python_programming.xhp\n"
"N0237\n"
"help.text"
msgid "<emph>HelloWorld</emph> and <emph>Capitalise</emph> installation shared scripts illustrate UNO-related macros making use of <literal>XSCRIPTCONTEXT</literal> global variable."
-msgstr "<unk>GA HelloWorld</emph> i <emph>Capitalise</emph> instal·lació scripts compartits il·lustren macros relacionades amb l'UNO fent ús de la variable global <literal>XSCRIPTCONTEXT</literal>."
+msgstr "<emph>GA HelloWorld</emph> i <emph>Capitalise</emph> instal·lació scripts compartits il·lustren macros relacionades amb l'UNO fent ús de la variable global <literal>XSCRIPTCONTEXT</literal>."
#. RQgKR
#: python_programming.xhp
@@ -2599,13 +2597,12 @@ msgstr "Importació de mòduls"
#. tBVP2
#: python_programming.xhp
-#, fuzzy
msgctxt ""
"python_programming.xhp\n"
"N0240\n"
"help.text"
msgid "<literal>XSCRIPTCONTEXT</literal> is not provided to imported modules."
-msgstr "<unk>GA XSCRIPTCONTEXT</literal> no es proporciona als mòduls importats."
+msgstr "<literal>GA XSCRIPTCONTEXT</literal> no es proporciona als mòduls importats."
#. dURCV
#: python_programming.xhp
@@ -2742,13 +2739,12 @@ msgstr "Retorna un URL de fitxer per al camí de sistema indicat."
#. GEMGY
#: python_programming.xhp
-#, fuzzy
msgctxt ""
"python_programming.xhp\n"
"N0272\n"
"help.text"
msgid "<emph>LibreLogo</emph> and <emph>TableSample</emph> installation shared scripts use <literal>uno.py</literal> module."
-msgstr "<unk>GA LibreLogo</emph> i <emph>TableSample instal·lació de</emph> scripts compartits utilitzen el mòdul <literal>uno.py</literal>."
+msgstr "<emph>GA LibreLogo</emph> i <emph>TableSample instal·lació de</emph> scripts compartits utilitzen el mòdul <literal>uno.py</literal>."
#. 9NieC
#: python_programming.xhp
@@ -2911,13 +2907,12 @@ msgstr "ui = loadlibrary(\"mygui\"'screenio') # afegeix el camí <lib> + importa
#. HFcCm
#: python_programming.xhp
-#, fuzzy
msgctxt ""
"python_programming.xhp\n"
"N0321\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UNO objects page\">Basic UNO Objects, Functions and Services</link>"
-msgstr "<unk>GA Basic UNO Objects Funcions i Serveis</link>"
+msgstr "<link href=\"text/sbasic/shared/uno_objects.xhp\" name=\"UNO objects page\">GA Basic UNO Objects Funcions i Serveis</link>"
#. zRBRa
#: python_screen.xhp
@@ -2930,23 +2925,21 @@ msgstr "Python: entrada i sortida de i cap a la pantalla"
#. tMEMB
#: python_screen.xhp
-#, fuzzy
msgctxt ""
"python_screen.xhp\n"
"N0433\n"
"help.text"
msgid "<bookmark_value>Python;InputBox</bookmark_value> <bookmark_value>Python;MsgBox</bookmark_value> <bookmark_value>Python;Print</bookmark_value> <bookmark_value>API;script.provider.MasterScriptProvider: Screen Input/Output</bookmark_value> <bookmark_value>API;script.provider.XScript: Screen Input/Output</bookmark_value>"
-msgstr "<unk>GA Python;InputBox</bookmarkvalue> <bookmarkvalue>Python;MsgBox</bookmarkvalue> <bookmarkvalue>Python;Print</bookmarkvalue> <bookmarkvalue>API;script.provider.MasterScriptProvider Entrada/sortida de pantalla</bookmarkvalue> <bookmarkvalue>API;script.provider.XScript Entrada/sortida de pantalla</bookmarkvalue>"
+msgstr "<bookmark_value>GA Python;InputBox</bookmarkvalue> <bookmarkvalue>Python;MsgBox</bookmarkvalue> <bookmarkvalue>Python;Print</bookmarkvalue> <bookmarkvalue>API;script.provider.MasterScriptProvider Entrada/sortida de pantalla</bookmarkvalue> <bookmarkvalue>API;script.provider.XScript Entrada/sortida de pantalla</bookmarkvalue>"
#. fovpz
#: python_screen.xhp
-#, fuzzy
msgctxt ""
"python_screen.xhp\n"
"N0434\n"
"help.text"
msgid "<variable id=\"ioscreen\"><link href=\"text/sbasic/python/python_screen.xhp\" name=\"IO to screen\">Input/Output to Screen</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/python/pythonscreen.xhp\" name=\"IO to screen\">Entrada/sortida a pantalla</link></variable>"
+msgstr "<variable id=\"ioscreen\"><link href=\"text/sbasic/python/python_screen.xhp\" name=\"IO to screen\">Entrada/sortida a pantalla</link></variable>"
#. qCLEs
#: python_screen.xhp
@@ -2970,13 +2963,12 @@ msgstr "L'extensió <link href=\"https//extensions.libreoffice.org/extensions/ap
#. aPSDz
#: python_screen.xhp
-#, fuzzy
msgctxt ""
"python_screen.xhp\n"
"N0437\n"
"help.text"
msgid "%PRODUCTNAME Basic proposes <literal>InputBox()</literal>, <literal>Msgbox()</literal> and <literal>Print()</literal> screen I/O functions. Python alternatives exist relying either on %PRODUCTNAME API Abstract Windowing Toolkit, either on Python to Basic function calls. The latter proposes a syntax that is intentionally close to that of Basic, and uses a Python module next to a Basic module. The API Scripting Framework is used to perform Basic, BeanShell, JavaScript and Python inter-languages function calls."
-msgstr "El <literal>Basic proposa funcions <literal> InputBox()</literal> <literal>XYGbox()</literal> i <literal>Print()</literal> screen screen I/O. Hi ha alternatives Python que depenen de les crides de funció Python a Basic. Aquesta última proposa una sintaxi que és intencionalment propera a la del Basic i utilitza un mòdul Python al costat d'un mòdul Basic. L'API Scripting Framework s'utilitza per realitzar crides de funcions bàsiques BeanShell JavaScript i Python inter-languages."
+msgstr "El %PRODUCTNAME Basic proposa funcions <literal>InputBox()</literal> <literal>XYGbox()</literal> i <literal>Print()</literal> screen screen I/O. Hi ha alternatives Python que depenen de les crides de funció Python a Basic. Aquesta última proposa una sintaxi que és intencionalment propera a la del Basic i utilitza un mòdul Python al costat d'un mòdul Basic. L'API Scripting Framework s'utilitza per realitzar crides de funcions bàsiques BeanShell JavaScript i Python inter-languages."
#. hat4k
#: python_screen.xhp
@@ -3103,13 +3095,12 @@ msgstr "Sessió <bookmarkvalue>;Nom d'usuari</bookmarkvalue> <bookmarkvalue>Sess
#. EvmoA
#: python_session.xhp
-#, fuzzy
msgctxt ""
"python_session.xhp\n"
"N0340\n"
"help.text"
msgid "<variable id=\"pythonsession\"><link href=\"text/sbasic/python/python_session.xhp\" name=\"session01\">Getting Session Information</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/python/pythonsession.xhp\" name=\"session01\">S'està obtenint informació de la sessió</link></variable>"
+msgstr "<variable id=\"pythonsession\"><link href=\"text/sbasic/python/python_session.xhp\" name=\"session01\">S'està obtenint informació de la sessió</link></variable>"
#. nmTjF
#: python_session.xhp
@@ -3141,13 +3132,12 @@ msgstr "Amb l'intèrpret de Python."
#. yziJv
#: python_session.xhp
-#, fuzzy
msgctxt ""
"python_session.xhp\n"
"N0346\n"
"help.text"
msgid "<literal>>>> print(Session.SharedPythonScripts()) # static method</literal>"
-msgstr "<unk>GA print(Session.SharedPythonScripts()) # mètode estàtic</literal>"
+msgstr "<literal>>>> print(Session.SharedPythonScripts()) # mètode estàtic</literal>"
#. ezhbr
#: python_session.xhp
@@ -3429,13 +3419,12 @@ msgstr "Consola <bookmarkvalue>Python</bookmarkvalue> <bookmarkvalue>Python Inte
#. PmoqF
#: python_shell.xhp
-#, fuzzy
msgctxt ""
"python_shell.xhp\n"
"N0118\n"
"help.text"
msgid "<variable id=\"pythonshell1\"><link href=\"text/sbasic/python/python_shell.xhp\" name=\"python shell\">Running Python Interactive Console</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/python/pythonshell.xhp\" name=\"python shell\">Executant Python Interactive Consola</link></variable>"
+msgstr "<variable id=\"pythonshell1\"><link href=\"text/sbasic/python/python_shell.xhp\" name=\"python shell\">Executant Python Interactive Consola</link></variable>"
#. Met9b
#: python_shell.xhp
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index e0864f6a550..320a4cf4a65 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ 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: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-12 12:36+0000\n"
+"Last-Translator: David Guerrero <guerrerocdv@gmail.com>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -532,13 +532,12 @@ msgstr "Blanc transparent"
#. sdV2V
#: 00000003.xhp
-#, fuzzy
msgctxt ""
"00000003.xhp\n"
"par_id631529990528928\n"
"help.text"
msgid "Open <item type=\"menuitem\">Tools - Macros - Organize dialogs...</item> and select <item type=\"menuitem\">%PRODUCTNAME Dialogs</item> container."
-msgstr "Obriu Eines <item type=\"menuitem\">▸ Macros ▸ Organitza els diàlegs</item> i seleccioneu el contenidor <item type=\"menuitem\">%PRODUCTNAME."
+msgstr "Obriu Eines <item type=\"menuitem\">▸ Macros ▸ Organitza els diàlegs</item> i seleccioneu el contenidor <item type=\"menuitem\">%PRODUCTNAME</item>."
#. C3yvQ
#: 00000003.xhp
@@ -614,13 +613,12 @@ msgstr "<variable id=\"functexample\">Exemple:</variable>"
#. TV2YL
#: 00000003.xhp
-#, fuzzy
msgctxt ""
"00000003.xhp\n"
"par_id161599082457466\n"
"help.text"
msgid "<variable id=\"stringfunctions\"><link href=\"text/sbasic/shared/03120300.xhp\" name=\"string functions\">String functions</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03120300.xhp\" name=\"string functions\">de les funcions de cadena</link></variable>"
+msgstr "<variable id=\"stringfunctions\"><link href=\"text/sbasic/shared/03120300.xhp\" name=\"string functions\">de les funcions de cadena</link></variable>"
#. CGSvh
#: 00000003.xhp
@@ -2694,13 +2692,12 @@ msgstr "Ús dels procediments, les funcions i les propietats"
#. 6jwBY
#: 01020300.xhp
-#, fuzzy
msgctxt ""
"01020300.xhp\n"
"bm_id3149456\n"
"help.text"
msgid "<bookmark_value>procedures</bookmark_value> <bookmark_value>functions;using</bookmark_value> <bookmark_value>variables;passing to procedures, functions, properties</bookmark_value> <bookmark_value>parameters;for procedures, functions or properties</bookmark_value> <bookmark_value>parameters;passing by reference or value</bookmark_value> <bookmark_value>variables;scope</bookmark_value> <bookmark_value>scope of variables</bookmark_value> <bookmark_value>GLOBAL variables</bookmark_value> <bookmark_value>PUBLIC variables</bookmark_value> <bookmark_value>PRIVATE variables</bookmark_value> <bookmark_value>functions;return value type</bookmark_value> <bookmark_value>return value type of functions</bookmark_value>"
-msgstr "<unk>GA processa les funcions</bookmarkvalue> <bookmarkvalue>;ús de variables</bookmarkvalue> <bookmarkvalue>;passar a les funcions procediments paràmetres</bookmarkvalue> <bookmarkvalue>;per procediments funcions o propietats paràmetres</bookmarkvalue> <bookmarkvalue>;passar per referència o valor variables</bookmarkvalue> <bookmarkvalue>;abast</bookmarkvalue> variables GLOBALS <bookmarkvalue>variables PÚBLIQUES XYG <bookmarkvalue> funcions PRIVADES</bookmarkvalue> XYG;valor de retorn tipus de funcions</bookmarkvalue>"
+msgstr "<bookmark_value>GA processa les funcions</bookmark_value> <bookmark_value>;ús de variables</bookmark_value><bookmark_value>;passar a les funcions procediments paràmetres</bookmark_value><bookmark_value>;per procediments funcions o propietats paràmetres</bookmark_value><bookmark_value>;passar per referència o valor variables</bookmark_value><bookmark_value>;abast</bookmark_value><bookmark_value> variables GLOBALS</bookmark_value><bookmark_value>variables PÚBLIQUES XYG <bookmark_value> funcions PRIVADES</bookmark_value><bookmark_value> XYG;valor de retorn tipus de funcions</bookmark_value>"
#. AYcBA
#: 01020300.xhp
@@ -2988,13 +2985,12 @@ msgstr "Una variable definida dins d'un <literal>Sub</literal> una funció <lite
#. pVU4G
#: 01020300.xhp
-#, fuzzy
msgctxt ""
"01020300.xhp\n"
"hd_id3154186\n"
"help.text"
msgid "Declaring Variables Outside a <literal>Sub</literal> a <literal>Function</literal> or a <literal>Property</literal>"
-msgstr "Declaració de variables fora d'un <literal>Sub</literal> una funció <literal></literal> o una propietat</literal>"
+msgstr "Declaració de variables fora d'un <literal>Sub</literal> una funció <literal> o una propietat</literal>"
#. 5JwAY
#: 01020300.xhp
@@ -3137,13 +3133,12 @@ msgstr "Igual que amb les variables inclouen un caràcter de declaració de tipu
#. t7xWM
#: 01020300.xhp
-#, fuzzy
msgctxt ""
"01020300.xhp\n"
"N0237\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional keyword\">Optional keyword</link>"
-msgstr "<unk>GA paraula clau opcional</link>"
+msgstr "<link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional keyword\"> paraula clau opcional</link>"
#. JCc9m
#: 01020300.xhp
@@ -3157,13 +3152,12 @@ msgstr "Declaració de propietats <link href=\"text/sbasic/shared/property.xhp\"
#. CcJXo
#: 01020300.xhp
-#, fuzzy
msgctxt ""
"01020300.xhp\n"
"N0239\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement\">Static Statement</link>"
-msgstr "Expressió <link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement\"><unk></link>"
+msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement\">Declaració estàtica</link>"
#. HrqsB
#: 01020500.xhp
@@ -3797,13 +3791,12 @@ msgstr "Organització de biblioteques i mòduls"
#. Kq6sz
#: 01030400.xhp
-#, fuzzy
msgctxt ""
"01030400.xhp\n"
"bm_id3148797\n"
"help.text"
msgid "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value><bookmark_value>adding libraries</bookmark_value><bookmark_value>deleting;libraries/modules/dialogs</bookmark_value><bookmark_value>dialogs;organizing</bookmark_value><bookmark_value>moving;modules</bookmark_value><bookmark_value>organizing;modules/libraries/dialogs</bookmark_value><bookmark_value>renaming modules and dialogs</bookmark_value>"
-msgstr "<unk> <bookmarkvalue>;organització<unk></bookmarkvalue>biblioteques <bookmarkvalue>;contenidors mòduls</bookmarkvalue><bookmarkvalue>;organització</bookmarkvalue><bookmarkvalue>còpia;mòduls </bookmarkvalue> <bookmarkvalue> addició de biblioteques</bookmarkvalue><bookmarkvalue>supressió;biblioteques/mòduls/dialogs diàlegs</bookmarkvalue><bookmarkvalue>moviment;mòduls XYGG <bookmarkvalue>organització;mòduls/biblioteca/dialogs</bookmarkvalue><bookmarkvalue>canvi de nom mòduls i diàlegs </bookmarkvalue>"
+msgstr "<bookmark_value>libraries;organizing</bookmark_value><bookmark_value>libraries;containers</bookmark_value><bookmark_value>modules;organizing</bookmark_value><bookmark_value>copying;modules</bookmark_value> <bookmark_value>valueu <libre> bookmark_value> suprimir; biblioteques / mòduls / diàlegs </bookmark_value> <bookmark_value> diàlegs; organització </bookmark_value> <bookmark_value> en moviment; mòduls </bookmark_value> <bookmark_value> organització; mòduls / biblioteques / diàlegs </bookmark_value> <bookmark_value> canvi de nom de mòduls i diàlegs </bookmark_value>"
#. ToKAi
#: 01030400.xhp
@@ -4370,13 +4363,12 @@ msgstr "Documenta les macros generades per esdeveniments"
#. mRxGZ
#: 01040000.xhp
-#, fuzzy
msgctxt ""
"01040000.xhp\n"
"bm_id3154581\n"
"help.text"
msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> <bookmark_value>API; XDocumentEventListener</bookmark_value>"
-msgstr "<unk>GA supressió; assignacions de macros a esdeveniments</bookmarkvalue> <bookmarkvalue>macros; assignació a esdeveniments</bookmarkvalue> <bookmarkvalue>assignació de macros a esdeveniments</bookmarkvalue> documents <bookmarkvalue>; esdeveniments</bookmarkvalue> <bookmarkvalue>esdeveniments; assignació de macros</bookmarkvalue> <bookmarkvalue>API; XDocumentEventListener</bookmarkvalue>"
+msgstr "<bookmark_value> supressió; assignacions de macros a esdeveniments</bookmark_value><bookmark_value>macros; assignació a esdeveniments</bookmark_value><bookmark_value>assignació de macros a esdeveniments</bookmark_value><bookmark_value> documents; esdeveniments</bookmark_value><bookmark_value>esdeveniments; assignació de macros</bookmark_value><bookmark_value>API; XDocumentEventListener</bookmark_value>>"
#. 7uCwS
#: 01040000.xhp
@@ -7864,13 +7856,12 @@ msgstr "Funcions d'E/S de pantalla"
#. XKT3p
#: 03010000.xhp
-#, fuzzy
msgctxt ""
"03010000.xhp\n"
"hd_id3156280\n"
"help.text"
msgid "<variable id=\"BasicScreenIO\"><link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link></variable>"
-msgstr "Funcions d'E/S de pantalla <variable id=\"BasicScreenIO\"><link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">"
+msgstr "<variable id=\"BasicScreenIO\"><link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Funcions d'E/S de pantalla </link></variable>"
#. A5xZH
#: 03010000.xhp
@@ -8595,23 +8586,21 @@ msgstr "Expressió Print#"
#. addUg
#: 03010103.xhp
-#, fuzzy
msgctxt ""
"03010103.xhp\n"
"bm_id3147230\n"
"help.text"
msgid "<bookmark_value>Print statement</bookmark_value> <bookmark_value>Print statement; Tab function</bookmark_value> <bookmark_value>Print statement; Spc function</bookmark_value> <bookmark_value>Spc function; in Print statement</bookmark_value> <bookmark_value>Tab function; in Print statement</bookmark_value>"
-msgstr "expressió <bookmarkvalue>Print expressió</bookmarkvalue> <bookmarkvalue>Expressió Print; funció Tab</bookmarkvalue> <bookmarkvalue>expressió Print; funció Spc funció</bookmarkvalue> funció <bookmarkvalue>Spc; expressió Print funció</bookmarkvalue> <bookmarkvalue>Tab; expressió Print"
+msgstr "<bookmark_value>Print expressió</bookmark_value><bookmark_value>Expressió Print; funció Tab</bookmark_value><bookmark_value>expressió Print; funció Spc funció</bookmark_value><bookmark_value>funció Spc; expressió Print funció<</bookmark_value><bookmark_value>Tab; expressió Print</bookmark_value>"
#. ARzns
#: 03010103.xhp
-#, fuzzy
msgctxt ""
"03010103.xhp\n"
"hd_id3147230\n"
"help.text"
msgid "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Expressió</link></variable>"
+msgstr "<variable id=\"Print_h1\"><link href=\"text/sbasic/shared/03010103.xhp\" name=\"Print# Statement\">Print# Expressió</link></variable>"
#. ZDGAu
#: 03010103.xhp
@@ -8635,13 +8624,12 @@ msgstr "Utilitzeu l'expressió <link href=\"text/sbasic/shared/03020201.xhp\">Pu
#. AhB82
#: 03010103.xhp
-#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id841588605629842\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Print_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Print syntax</alt></image>"
-msgstr "<unk>GA<alt id=\"altid931588605629842\">Imprimeix sintaxi</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Print_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Imprimeix sintaxi</alt></image>"
#. A6QEE
#: 03010103.xhp
@@ -8655,13 +8643,12 @@ msgstr "Print <unk>filenum] expressió1[{;|} [Spc(number As Enter);] [Tab(pos As
#. NWBqr
#: 03010103.xhp
-#, fuzzy
msgctxt ""
"03010103.xhp\n"
"par_id2508621\n"
"help.text"
msgid "<emph>filenum:</emph> Any numeric expression that contains the file number that was set by the <literal>Open</literal> statement for the respective file."
-msgstr "<unk>GA filenum</emph> Qualsevol expressió numèrica que contingui el número de fitxer establert per l'expressió <literal>Open</literal> per al fitxer respectiu."
+msgstr "<emph>GA filenum</emph> Qualsevol expressió numèrica que contingui el número de fitxer establert per l'expressió <literal>Open</literal> per al fitxer respectiu."
#. Zoa2X
#: 03010103.xhp
@@ -9175,13 +9162,12 @@ msgstr "Paràmetre:"
#. YKcLU
#: 03010302.xhp
-#, fuzzy
msgctxt ""
"03010302.xhp\n"
"par_id3153770\n"
"help.text"
msgid "<emph>Color</emph>: Long integer expression that specifies a composite color code for which to return the Green component."
-msgstr "<unk>GA Color</emph> Expressió d'enter gran que especifica un codi de color compost per al qual retornar el component verd."
+msgstr "<emph>Color</emph> Expressió d'enter gran que especifica un codi de color compost per al qual retornar el component verd."
#. DBLfM
#: 03010302.xhp
@@ -9312,23 +9298,21 @@ msgstr "Paràmetre:"
#. 8TeVm
#: 03010303.xhp
-#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id3150440\n"
"help.text"
msgid "<emph>ColorNumber</emph>: Long integer expression that specifies any composite color code for which to return the Red component."
-msgstr "<unk>GA ColorNumber</emph> Expressió d'enter gran que especifica qualsevol codi de color compost per al qual retornar el component vermell."
+msgstr "<emph>ColorNumber</emph> Expressió d'enter gran que especifica qualsevol codi de color compost per al qual retornar el component vermell."
#. iiUNB
#: 03010303.xhp
-#, fuzzy
msgctxt ""
"03010303.xhp\n"
"par_id961588421825749\n"
"help.text"
msgid "The <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">color picker dialog</link> details the red, green and blue components of a composite color code, as well as its hexadecimal expression. <link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Changing the color of text</link> and selecting <emph>Custom color</emph> displays the color picker dialog."
-msgstr "El diàleg del selector de color <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\"></link> detalla els components vermell verd i blau d'un codi de color compost així com la seva expressió hexadecimal. <link href=\"text/shared/guide/textcolor.xhp\" name=\"Changing the color of text\">Canviar el color del text</link> i seleccionar el color personalitzat</emph> mostra el diàleg del selector de color."
+msgstr "El diàleg del <link href=\"text/shared/optionen/01010501.xhp\" name=\"color picker dialog\">selector de color</link> detalla els components vermell verd i blau d'un codi de color compost així com la seva expressió hexadecimal.<link href=\"text/shared/guide/text_color.xhp\" name=\"Changing the color of text\">Canviar el color del text</link> i seleccionar el <emph>color personalitzat</emph> mostra el diàleg del selector de color."
#. DsCGZ
#: 03010303.xhp
@@ -9901,13 +9885,12 @@ msgstr "Tanca un fitxer especificat que es va obrir amb l'expressió Open."
#. KDbMZ
#: 03020101.xhp
-#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Close Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes de tancament <image src=\"media/helpimg/sbasic/Closestatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"><unk>"
+msgstr "<image src=\"media/helpimg/sbasic/Close_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes de tancament </alt></image>"
#. FEDAa
#: 03020101.xhp
@@ -9921,13 +9904,12 @@ msgstr "Tanca <unk>fileNum [ <unk>fileNum2 <unk>"
#. gdqMu
#: 03020101.xhp
-#, fuzzy
msgctxt ""
"03020101.xhp\n"
"par_id3150791\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that specifies the number of the data channel that was opened with the <emph>Open</emph> statement."
-msgstr "<unk>GA fileNum</emph> Qualsevol expressió d'enter que especifica el nombre del canal de dades que es va obrir amb l'expressió <emph>Open</emph>."
+msgstr "<emph> fileNum</emph> Qualsevol expressió d'enter que especifica el nombre del canal de dades que es va obrir amb l'expressió <emph>Open</emph>."
#. uP5nk
#: 03020102.xhp
@@ -10057,13 +10039,12 @@ msgstr "<bookmark_value>expressió Open</bookmark_value>"
#. CRFKQ
#: 03020103.xhp
-#, fuzzy
msgctxt ""
"03020103.xhp\n"
"hd_id3150791\n"
"help.text"
msgid "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Open Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Expressió</link></variable>"
+msgstr "<variable id=\"Open_h1\"><link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open Statement\">Expressió</link></variable>"
#. Etqck
#: 03020103.xhp
@@ -10086,13 +10067,12 @@ msgstr "Diagrama d'expressions obertes <image src=\"media/helpimg/sbasic/Opensta
#. CRDEh
#: 03020103.xhp
-#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id971587473488702\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">access fragment diagram</alt></image>"
-msgstr "Diagrama de fragments d'accés <image src=\"media/helpimg/sbasic/accessfragment.svg\" id=\"imgid4156296484515\"><alt id=\"altid15152796484515\"><unk>"
+msgstr "<image src=\"media/helpimg/sbasic/access_fragment.svg\" id=\"img_id4156296484515\"><alt id=\"alt_id15152796484515\">Diagrama de fragments d'accés</alt></image>"
#. N3tit
#: 03020103.xhp
@@ -10126,13 +10106,12 @@ msgstr "Mode <emph>Paraula clau</emph> que especifica el mode de fitxer. Valors
#. 3983q
#: 03020103.xhp
-#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3154014\n"
"help.text"
msgid "<emph>io:</emph> Keyword that defines the access type. Valid values: <literal>Read</literal> (read-only), <literal>Write</literal> (write-only), <literal>Read Write</literal> (both)."
-msgstr "<unk>GA io</emph> Paraula clau que defineix el tipus d'accés. Valors vàlids <literal>Llegeix</literal> (només lectura) <literal>Escriu</literal> (només escriptura) <literal>Llegeix</literal> (ambdós)."
+msgstr "<emph>io</emph> Paraula clau que defineix el tipus d'accés. Valors vàlids <literal>Llegeix</literal> (només lectura) <literal>Escriu</literal> (només escriptura) <literal>Llegeix</literal> (ambdós)."
#. kzzkr
#: 03020103.xhp
@@ -10146,23 +10125,21 @@ msgstr "Blocatge <emph>Paraula clau</emph> que defineix l'estat de seguretat d'u
#. D2D4q
#: 03020103.xhp
-#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3153190\n"
"help.text"
msgid "<emph>filenum:</emph> Any integer expression from 0 to 511 to indicate the number of a free data channel. You can then pass commands through the data channel to access the file. The file number must be determined by the FreeFile function immediately before the Open statement."
-msgstr "<unk>GA filenum</emph> Qualsevol expressió d'enter de 0 a 511 per indicar el nombre d'un canal de dades gratuït. A continuació podeu passar ordres a través del canal de dades per accedir al fitxer. El número de fitxer ha de ser determinat per la funció FreeFile immediatament abans de l'expressió Open."
+msgstr "<emph> filenum</emph> Qualsevol expressió d'enter de 0 a 511 per indicar el nombre d'un canal de dades gratuït. A continuació podeu passar ordres a través del canal de dades per accedir al fitxer. El número de fitxer ha de ser determinat per la funció FreeFile immediatament abans de l'expressió Open."
#. LgCLi
#: 03020103.xhp
-#, fuzzy
msgctxt ""
"03020103.xhp\n"
"par_id3151115\n"
"help.text"
msgid "<emph>recLen:</emph> For <literal>Random</literal> access files, set the length of the records."
-msgstr "<unk>GA recLen</emph> pels fitxers d'accés aleatori <literal></literal> estableix la longitud dels registres."
+msgstr "<emph>recLen</emph> pels fitxers d'accés <literal>aleatori </literal> estableix la longitud dels registres."
#. mvgxB
#: 03020103.xhp
@@ -10211,13 +10188,12 @@ msgstr "<bookmark_value>expressió Reset</bookmark_value>"
#. aCi6f
#: 03020104.xhp
-#, fuzzy
msgctxt ""
"03020104.xhp\n"
"hd_id3154141\n"
"help.text"
msgid "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement</link></variable>"
-msgstr "Expressió <variable id=\"Reseth1\"><link href=\"text/sbasic/shared/03020104.xhp\">ReSED"
+msgstr "<variable id=\"Reset_h1\"><link href=\"text/sbasic/shared/03020104.xhp\">ReSED Expressió</link></variable>"
#. iLCKn
#: 03020104.xhp
@@ -10230,13 +10206,12 @@ msgstr "Tanca tots els fitxers oberts i escriu els continguts de totes les memò
#. jEQ3F
#: 03020104.xhp
-#, fuzzy
msgctxt ""
"03020104.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reset Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">Reinicia el diagrama d'extracte</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Reset_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reinicia el diagrama d'extracte</alt></image>"
#. BXAjN
#: 03020104.xhp
@@ -10342,13 +10317,12 @@ msgstr "Obtenir la variable <unk>fileNum [recordNum|filePos]"
#. UM9CG
#: 03020201.xhp
-#, fuzzy
msgctxt ""
"03020201.xhp\n"
"par_id3150448\n"
"help.text"
msgid "<emph>fileNum:</emph> Any integer expression that determines the file number."
-msgstr "<unk>GA fileNum</emph> Qualsevol expressió d'enter que determini el número de fitxer."
+msgstr "<emph> fileNum</emph> Qualsevol expressió d'enter que determini el número de fitxer."
#. khxG7
#: 03020201.xhp
@@ -10511,23 +10485,21 @@ msgstr "Entrada #fileNum {|;} var1 [ var2 <unk>"
#. EUrQA
#: 03020202.xhp
-#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3145749\n"
"help.text"
msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must be opened with the Open statement using the key word INPUT."
-msgstr "<unk>GA fileNum</emph> Nombre del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'obrir amb l'expressió Open utilitzant la paraula clau INPUT."
+msgstr "<emph>GA fileNum</emph> Nombre del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'obrir amb l'expressió Open utilitzant la paraula clau INPUT."
#. kJyKM
#: 03020202.xhp
-#, fuzzy
msgctxt ""
"03020202.xhp\n"
"par_id3150011\n"
"help.text"
msgid "<emph>var</emph>: A numeric or string variable that you assign the values read from the opened file to."
-msgstr "<unk>GA var</emph> Una variable numèrica o de cadena a la qual a<unk> els valors llegits des del fitxer obert."
+msgstr "<emph>GA var</emph> Una variable numèrica o de cadena a la qual a<unk> els valors llegits des del fitxer obert."
#. 23Pzt
#: 03020202.xhp
@@ -10624,23 +10596,21 @@ msgstr "Llegeix una línia d'un fitxer seqüencial en una variable."
#. enCkE
#: 03020203.xhp
-#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Line Input Statement diagram</alt></image>"
-msgstr "Diagrama d'estats d'entrada de línia <image src=\"media/helpimg/sbasic/Line-Inputstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"><unk>"
+msgstr "<image src=\"media/helpimg/sbasic/Line-Input_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'estats d'entrada de línia</alt></image>"
#. wrpF7
#: 03020203.xhp
-#, fuzzy
msgctxt ""
"03020203.xhp\n"
"par_id3161832\n"
"help.text"
msgid "<emph>fileNum</emph>: Number of the file that contains the data that you want to read. The file must have been opened in advance with the Open statement using the key word INPUT."
-msgstr "<unk>GA fileNum</emph> Nombre del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'haver obert per endavant amb l'expressió Open utilitzant la paraula clau INPUT."
+msgstr "<emph>fileNum</emph> Nombre del fitxer que conté les dades que voleu llegir. El fitxer s'ha d'haver obert per endavant amb l'expressió Open utilitzant la paraula clau INPUT."
#. qAR2M
#: 03020203.xhp
@@ -10731,23 +10701,21 @@ msgstr "Put <unk>fileNum [recordNum|filePos] variable"
#. bSFd2
#: 03020204.xhp
-#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3146120\n"
"help.text"
msgid "<emph>fileNum</emph>: Any integer expression that defines the file that you want to write to."
-msgstr "<unk>GA fileNum</emph> Qualsevol expressió d'enter que defineixi el fitxer al qual voleu escriure."
+msgstr "<emph>fileNum</emph> Qualsevol expressió d'enter que defineixi el fitxer al qual voleu escriure."
#. AiZUD
#: 03020204.xhp
-#, fuzzy
msgctxt ""
"03020204.xhp\n"
"par_id3155411\n"
"help.text"
msgid "<emph>recordNum, filePos</emph>: For relative files (random access files), the number of the record that you want to write."
-msgstr "<unk>GA gravenum filePos</emph>Per a fitxers relatius (arxius d'accés aleatori) el nombre de registres que voleu escriure."
+msgstr "<emph>gravenum filePos</emph>Per a fitxers relatius (arxius d'accés aleatori) el nombre de registres que voleu escriure."
#. dUyzK
#: 03020204.xhp
@@ -10835,33 +10803,30 @@ msgstr "Utilitzeu <link href=\"text/sbasic/shared/03010103.xhp\">Print# expressi
#. WxpRu
#: 03020205.xhp
-#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Write Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes d'escriptura <image src=\"media/helpimg/sbasic/Writestatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\">"
+msgstr "<image src=\"media/helpimg/sbasic/Write_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes d'escriptura</alt></image>"
#. xEMDC
#: 03020205.xhp
-#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3153728\n"
"help.text"
msgid "<emph>fileNum</emph>: Any numeric expression that contains the file number that was set by the Open statement for the respective file."
-msgstr "<unk>GA fileNum</emph> Qualsevol expressió numèrica que contingui el número de fitxer establert per l'expressió Open per al fitxer respectiu."
+msgstr "<emph>fileNum</emph> Qualsevol expressió numèrica que contingui el número de fitxer establert per l'expressió Open per al fitxer respectiu."
#. TwHF7
#: 03020205.xhp
-#, fuzzy
msgctxt ""
"03020205.xhp\n"
"par_id3146120\n"
"help.text"
msgid "<emph>expression</emph> list: Variables or expressions that you want to enter in a file, separated by commas."
-msgstr "Expressió <emph>llista variables o expressions que voleu introduir en un fitxer separats per comes."
+msgstr "<emph>Expressió <emph>llista variables o expressions que voleu introduir en un fitxer separats per comes."
#. RERPn
#: 03020205.xhp
@@ -11451,13 +11416,12 @@ msgstr "<bookmark_value>expressió Seek</bookmark_value>"
#. 9HcVZ
#: 03020305.xhp
-#, fuzzy
msgctxt ""
"03020305.xhp\n"
"hd_id3159413\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Statement</link>"
-msgstr "Expressió <link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek<unk>"
+msgstr "<link href=\"text/sbasic/shared/03020305.xhp\" name=\"Seek# Statement\">Seek Expressió</link>"
#. RBPKW
#: 03020305.xhp
@@ -11517,23 +11481,21 @@ msgstr "Paràmetres:"
#. x86KJ
#: 03020305.xhp
-#, fuzzy
msgctxt ""
"03020305.xhp\n"
"par_id3153952\n"
"help.text"
msgid "<emph>fileNum</emph>: The data channel number used in the Open statement."
-msgstr "<unk>GA fileNum</emph> El número de canal de dades utilitzat en l'expressió Open."
+msgstr "<emph>fileNum</emph> El número de canal de dades utilitzat en l'expressió Open."
#. FrYvd
#: 03020305.xhp
-#, fuzzy
msgctxt ""
"03020305.xhp\n"
"par_id3145366\n"
"help.text"
msgid "<emph>filePos, recordNum</emph>: Position for the next writing or reading. Position can be a number between 1 and 2,147,483,647. According to the file type, the position indicates the number of the record (files in the Random mode) or the byte position (files in the Binary, Output, Append or Input mode). The first byte in a file is position 1, the second byte is position 2, and so on."
-msgstr "<unk>GA filePos</emph> Posició per a la següent escriptura o lectura. La posició pot ser un nombre entre 1 i 2147483647. Segons el tipus de fitxer la posició indica el nombre del registre (fitxers en mode Aleatori) o la posició del byte (fitxers en mode Sortida binari Annexa o Entrada). El primer byte en un fitxer és posició 1 el segon byte és posició 2 i així successivament."
+msgstr "<emph>filePos, recordNum</emph> Posició per a la següent escriptura o lectura. La posició pot ser un nombre entre 1 i 2147483647. Segons el tipus de fitxer la posició indica el nombre del registre (fitxers en mode Aleatori) o la posició del byte (fitxers en mode Sortida binari Annexa o Entrada). El primer byte en un fitxer és posició 1 el segon byte és posició 2 i així successivament."
#. 5LDFE
#: 03020305.xhp
@@ -12815,13 +12777,12 @@ msgstr "<link href=\"text/sbasic/shared/03020411.xhp\" name=\"Expressió MkDir\"
#. Fu6rt
#: 03020411.xhp
-#, fuzzy
msgctxt ""
"03020411.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/MkDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">MkDir Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes <image src=\"media/helpimg/sbasic/MkDirstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"> MkDir"
+msgstr "<image src=\"media/helpimg/sbasic/MkDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes MkDir</alt></image>"
#. ruXou
#: 03020411.xhp
@@ -13124,13 +13085,12 @@ msgstr "Suprimeix un directori existent d'un suport de dades."
#. nTJ5u
#: 03020413.xhp
-#, fuzzy
msgctxt ""
"03020413.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">RmDir Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes RmDir <image src=\"media/helpimg/sbasic/RmDirstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"></image>"
+msgstr "<image src=\"media/helpimg/sbasic/RmDir_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes RmDir</alt></image>"
#. uE7FC
#: 03020413.xhp
@@ -17157,13 +17117,12 @@ msgstr "<ahelp hid=\".\">Constants utilitzades als programes Basic</ahelp>"
#. WBN4A
#: 03040000.xhp
-#, fuzzy
msgctxt ""
"03040000.xhp\n"
"bm_id871554200620243\n"
"help.text"
msgid "<bookmark_value>Boolean Basic constants</bookmark_value><bookmark_value>Basic constant;False</bookmark_value><bookmark_value>Basic constant;True</bookmark_value>"
-msgstr "Constants booleanes</bookmarkvalue><bookmarkvalue>constant bàsica;False</bookmarkvalue><bookmarkvalue>constant bàsica;True </bookmarkvalue>"
+msgstr "<bookmark_value>Constants booleanes</bookmark_value><bookmark_value>constant bàsica;False</bookmark_value><bookmark_value>constant bàsica;True</bookmark_value>"
#. R2DAa
#: 03040000.xhp
@@ -17249,13 +17208,12 @@ msgstr "Valor"
#. BN53F
#: 03040000.xhp
-#, fuzzy
msgctxt ""
"03040000.xhp\n"
"bm_id261554201061695\n"
"help.text"
msgid "<bookmark_value>Basic Object constants</bookmark_value><bookmark_value>Empty;Basic constant</bookmark_value><bookmark_value>Null;Basic constant</bookmark_value><bookmark_value>Nothing;Basic constant</bookmark_value><bookmark_value>Basic constant;Nothing</bookmark_value><bookmark_value>Basic constant;Null</bookmark_value><bookmark_value>Basic constant;Empty</bookmark_value>"
-msgstr "Constants d'objecte bàsic</bookmarkvalue><bookmarkvalue>buit;constant bàsica</bookmarkvalue><bookmarkvalue>Null;constant bàsica</bookmarkvalue><bookmarkvalue>Res;constant bàsica</bookmarkvalue><bookmarkvalue>constant bàsica;Sensent</bookmarkvalue><bookmarkvalue>constant bàsica;Nal</bookmarkvalue><bookmarkvalue>constant bàsica;Buit </bookmarkvalue>"
+msgstr "<bookmark_value>Constants d'objecte bàsic</bookmark_value><bookmark_value>buit;constant bàsica</bookmark_value><bookmark_value>Null;constant bàsica</bookmark_value><bookmark_value>Res;constant bàsica</bookmark_value><bookmark_value>constant bàsica;Sensent</bookmark_value><bookmark_value>constant bàsica;Nal</bookmark_value><bookmark_value>constant bàsica;Buit</bookmark_value>"
#. hdZmR
#: 03040000.xhp
@@ -17322,13 +17280,12 @@ msgstr "Assigneu l'objecte <emph>Res</emph> a una variable per suprimir una assi
#. Xtpvq
#: 03040000.xhp
-#, fuzzy
msgctxt ""
"03040000.xhp\n"
"bm_id101554201127393\n"
"help.text"
msgid "<bookmark_value>Visual Basic constants</bookmark_value><bookmark_value>VBA Exclusive constants</bookmark_value>"
-msgstr "constants <bookmarkvalue>Visual Basic"
+msgstr "<bookmark_value>Visual Basic constants</bookmark_value><bookmark_value>VBA Exclusive constants</bookmark_value>"
#. Nbv6Q
#: 03040000.xhp
@@ -17505,13 +17462,12 @@ msgstr "Funcions de gestió d'errors"
#. yMyAz
#: 03050000.xhp
-#, fuzzy
msgctxt ""
"03050000.xhp\n"
"hd_id3143271\n"
"help.text"
msgid "<variable id=\"ErrHandlingh1\"><link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Error-Handling Functions</link></variable>"
-msgstr "Funcions d'error <variable id=\"ErrHandlingh1\"><link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\"><link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\"></variable>"
+msgstr "<variable id=\"ErrHandlingh1\"><link href=\"text/sbasic/shared/03050000.xhp\" name=\"Error-Handling Functions\">Funcions d'error </link></variable>"
#. KsiEx
#: 03050000.xhp
@@ -17945,13 +17901,12 @@ msgstr "Sintaxi:"
#. fGsdv
#: 03050500.xhp
-#, fuzzy
msgctxt ""
"03050500.xhp\n"
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">On Error Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">En el diagrama d'extractes d'error</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/On-Error_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">En el diagrama d'extractes d'error</alt></image>"
#. CKJJr
#: 03050500.xhp
@@ -19783,13 +19738,12 @@ msgstr "radian=(grau*pi)/180"
#. qqKDE
#: 03080101.xhp
-#, fuzzy
msgctxt ""
"03080101.xhp\n"
"par_id3159252\n"
"help.text"
msgid "Pi is here the fixed circle constant with the rounded value 3.14159. Pi is a <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic mathematical constant</link>."
-msgstr "Pi és aquí la constant de cercle fix amb el valor arrodonit <unk>. Pi és una constant matemàtica <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic </link>."
+msgstr "Pi és aquí la constant de cercle fix amb el valor arrodonit . Pi és una constant matemàtica <link href=\"text/sbasic/shared/03040000.xhp#mathconstants\" name=\"pi\">Basic </link>."
#. BBQTN
#: 03080101.xhp
@@ -22249,33 +22203,30 @@ msgstr "Defineix un o més blocs d'expressió que només voleu executar si una c
#. udXzN
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id311592320434736\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/If_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">If...EndIf statement</alt></image>"
-msgstr "<unk>GA<alt id=\"altid551592320434736\">IFENDIF expressió</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/If_statement.svg\" id=\"img_id601592320434736\"><alt id=\"alt_id551592320434736\">IFENDIF expressió</alt></image>"
#. cWAi6
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id591592320435808\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/ElseIf_fragment.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">ElseIf fragment</alt></image>"
-msgstr "<unk>GA<alt id=\"altid341592320435808\">ElseIf fragment</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/ElseIf_fragment.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">ElseIf fragment</alt></image>"
#. 9oiMB
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id221592320436632\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Else_fragment.svg\" id=\"img_id81592320436632\"><alt id=\"alt_id391592320436632\">Else fragment</alt></image>"
-msgstr "<unk>GA<alt id=\"altid391592320436632\">Else fragment</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Else_fragment.svg\" id=\"img_id81592320436632\"><alt id=\"alt_id391592320436632\">Else fragment</alt></image>"
#. DQy4R
#: 03090101.xhp
@@ -22289,23 +22240,21 @@ msgstr "En comptes de <emph>Else Si</emph> podeu escriure <emph>ElseIf</emph> en
#. AXTiW
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id631592322239043\n"
"help.text"
msgid "<emph>If</emph> statements can be shortened to one line when using single statement blocks."
-msgstr "<unk>GA Si les expressions</emph> es poden escurçar a una línia quan s'utilitzen blocs d'expressió simples."
+msgstr "<emph>Si</emph> les expressions es poden escurçar a una línia quan s'utilitzen blocs d'expressió simples."
#. VDj9r
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id3153062\n"
"help.text"
msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When %PRODUCTNAME Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is <literal>True</literal>, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is <literal>False</literal>, and an <emph>ElseIf</emph> statement follows, %PRODUCTNAME Basic tests the next expression and executes the following statements if the condition is <literal>True</literal>. If <literal>False</literal>, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were <literal>True</literal>. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
-msgstr "L'expressió <emph>IfThen</emph> executa blocs de programa en funció de condicions donades. Quan el </emph>àsic es troba amb un <emph>Cert</literal> s'executen totes les expressions posteriors fins al <literal>False</emph> o <emph>ElseIf s'executen totes les expressions posteriors fins al <literal> False</emph>. Si la condició és <literal>False</emph> el programa continua amb les següents expressions <literal> False </emph></emph>. Després de totes les condicions avaluades el programa continua amb l'expressió <emph>EndIf</emph>."
+msgstr "L'expressió <emph>IfThen</emph> executa blocs de programa en funció de condicions donades. Quan el àsic es troba amb un <emph>Cert</emph> s'executen totes les expressions posteriors fins al <literal>False</literal> o <emph>ElseIf</emph> s'executen totes les expressions posteriors fins al <literal> False</literal>. Si la condició és <literal>False</literal> el programa continua amb les següents expressions <literal>False</literal>. Després de totes les condicions avaluades el programa continua amb l'expressió <emph>EndIf</emph>."
#. NKDQG
#: 03090101.xhp
@@ -22391,13 +22340,12 @@ msgstr "expressió <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select
#. W4Sgi
#: 03090101.xhp
-#, fuzzy
msgctxt ""
"03090101.xhp\n"
"par_id281588865818334\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
-msgstr "<unk>GA Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
+msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
#. ArPEq
#: 03090102.xhp
@@ -22438,13 +22386,12 @@ msgstr "Defineix un o diversos blocs d'expressió segons el valor d'una expressi
#. CFYkp
#: 03090102.xhp
-#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id841588605629842\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Select-Case_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Select Case syntax</alt></image>"
-msgstr "<unk>GA<alt id=\"altid931588605629842\">Selecciona la sintaxi de majúscules i minúscules</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Select-Case_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">Selecciona la sintaxi de majúscules i minúscules</alt></image>"
#. TJu4u
#: 03090102.xhp
@@ -22538,13 +22485,12 @@ msgstr "Expressió <emph></emph> Qualsevol expressió que controla si s'executa
#. F88YW
#: 03090102.xhp
-#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id3150448\n"
"help.text"
msgid "<emph>values:</emph> Any value list that is compatible with the expression. The statement block that follows the <literal>Case</literal> clause is executed if <emph>expression</emph> matches <emph>values</emph>."
-msgstr "<unk>GA valora</emph> Qualsevol llista de valors que sigui compatible amb l'expressió. El bloc d'expressió que segueix la clàusula <literal>Case</literal> s'executa si l'expressió <emph></emph> coincideix amb els valors <emph></emph>."
+msgstr "<emph>valora</emph> Qualsevol llista de valors que sigui compatible amb l'expressió. El bloc d'expressió que segueix la clàusula <literal>Case</literal> s'executa si <emph>l'expressió</emph> coincideix amb els <emph>valors</emph>."
#. oCrpX
#: 03090102.xhp
@@ -22584,23 +22530,21 @@ msgstr "Print \"Fora de l'interval de l'1 al 10\""
#. UtJXY
#: 03090102.xhp
-#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id161588865796615\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> statement"
-msgstr "<unk>GA Si expressió</link>"
+msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">Si expressió</link>"
#. mqu6n
#: 03090102.xhp
-#, fuzzy
msgctxt ""
"03090102.xhp\n"
"par_id281588865818334\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
-msgstr "<unk>GA Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
+msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
#. pm7E8
#: 03090103.xhp
@@ -22700,13 +22644,12 @@ msgstr "REM ús incorrecte de la funció IIF"
#. dNxFE
#: 03090103.xhp
-#, fuzzy
msgctxt ""
"03090103.xhp\n"
"par_id161588865796615\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">If</link> or <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> statements"
-msgstr "<unk>GA Si</link> o <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Selecciona les expressions Cas</link>"
+msgstr "<link href=\"text/sbasic/shared/03090101.xhp\" name=\"If...Then...Else statement\">Si</link> o <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Selecciona les expressions Cas</link>"
#. DjnF7
#: 03090103.xhp
@@ -22814,13 +22757,12 @@ msgstr "'Fes fins que es repeteixi el bloc de declaració mentre la condició si
#. Dsqzg
#: 03090201.xhp
-#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id591592320435808\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Do-Loop_statement.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">Do...Loop statement</alt></image>"
-msgstr "<unk>GA<alt id=\"altid341592320435808\">Doloop expressió</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Do-Loop_statement.svg\" id=\"img_id691592320435808\"><alt id=\"alt_id341592320435808\">Do...Loop expressió</alt></image>"
#. VVtxi
#: 03090201.xhp
@@ -22883,23 +22825,21 @@ msgstr "Utilitzeu l'expressió <emph>Exit Do</emph> per finalitzar incondicional
#. pGFcg
#: 03090201.xhp
-#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id161588865796615\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For statement\">For</link>, <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Select Case</link> or <link href=\"text/sbasic/shared/03090203.xhp\" name=\"While statement\">While</link> statements"
-msgstr "<unk>GA Per a</link> <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Selecciona el cas</link> o <link href=\"text/sbasic/shared/03090203.xhp\" name=\"While statement\">mentre que les expressions</link>"
+msgstr "<link href=\"text/sbasic/shared/03090202.xhp\" name=\"For statement\">Per a</link> <link href=\"text/sbasic/shared/03090102.xhp\" name=\"Select Case statement\">Selecciona el cas</link> o <link href=\"text/sbasic/shared/03090203.xhp\" name=\"While statement\">mentre que les expressions</link>"
#. NEcfM
#: 03090201.xhp
-#, fuzzy
msgctxt ""
"03090201.xhp\n"
"par_id281588865818334\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> or <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch</link> functions"
-msgstr "<unk>GA Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
+msgstr "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"Iif function\">Iif</link> o <link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch function\">Switch funcions</link>"
#. QECNJ
#: 03090202.xhp
@@ -22912,13 +22852,12 @@ msgstr "Expressió For… Next"
#. TvxZC
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"bm_id3149205\n"
"help.text"
msgid "<bookmark_value>For statement</bookmark_value><bookmark_value>For Each statement</bookmark_value><bookmark_value>In keyword</bookmark_value><bookmark_value>Next keyword</bookmark_value><bookmark_value>Step keyword</bookmark_value><bookmark_value>To keyword</bookmark_value>"
-msgstr "<unk>GA Per a l'expressió</bookmarkvalue><bookmarkvalue>per a cada expressió</bookmarkvalue><bookmarkvalue>En paraula clau</bookmarkvalue><bookmarkvalue>Paraula clau</bookmarkvalue><bookmarkvalue>Step paraula clau</bookmarkvalue><bookmarkvalue>paraula clau </bookmarkvalue>"
+msgstr "<bookmark_value>Per a l'expressió</bookmark_value><bookmark_value>per a cada expressió</bookmark_value><bookmark_value>En paraula clau</bookmark_value><bookmark_value>Paraula clau</bookmark_value><bookmark_value>Step paraula clau</bookmark_value><bookmark_value>paraula clau</bookmark_value>"
#. LVP76
#: 03090202.xhp
@@ -22950,13 +22889,12 @@ msgstr "Sintaxi:"
#. UqJyC
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/For-Next_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">For Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">per al diagrama d'extracte</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/For-Next_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">per al diagrama d'extracte</alt></image>"
#. SuZFA
#: 03090202.xhp
@@ -22978,13 +22916,12 @@ msgstr "bloc d'expressions"
#. bcKDQ
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id491585653339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/For-Each_statement.svg\" id=\"img_id4156297484514\"><alt id=\"alt_id15152797484514\">For Each Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152797484514\">Per a cada diagrama d'extracte</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/For-Each_statement.svg\" id=\"img_id4156297484514\"><alt id=\"alt_id15152797484514\">Per a cada diagrama d'extracte</alt></image>"
#. YbrKJ
#: 03090202.xhp
@@ -23015,33 +22952,30 @@ msgstr "Variables:"
#. iPLzw
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3150358\n"
"help.text"
msgid "<emph>counter:</emph> Loop <literal>counter</literal> initially assigned the value to the right of the equal sign (<literal>start</literal>). Only numeric variables are valid. The loop counter increases or decreases according to the variable <literal>step</literal> until <literal>end</literal> is passed."
-msgstr "<unk>GA contra</emph> Loop <literal>contra</literal> inicialment assignava el valor a la dreta del signe igual (<literal>inicia</literal>). Només són vàlides les variables numèriques. El comptador de bucles augmenta o disminueix segons la variable <literal>pas</literal> fins que es passa <literal>final</literal>."
+msgstr "<emph>contra</emph> Loop <literal>contra</literal> inicialment assignava el valor a la dreta del signe igual (<literal>inicia</literal>). Només són vàlides les variables numèriques. El comptador de bucles augmenta o disminueix segons la variable <literal>pas</literal> fins que es passa <literal>final</literal>."
#. crpJL
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3152455\n"
"help.text"
msgid "<emph>start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
-msgstr "<unk>GA inicia la variable</emph> Numeric que defineix el valor inicial al començament del bucle."
+msgstr "<emph>inicia la variable</emph> Numeric que defineix el valor inicial al començament del bucle."
#. u8ZEL
#: 03090202.xhp
-#, fuzzy
msgctxt ""
"03090202.xhp\n"
"par_id3151043\n"
"help.text"
msgid "<emph>end:</emph> Numeric variable that defines the final value at the end of the loop."
-msgstr "<unk>GA end</emph> Variable numèrica que defineix el valor final al final del bucle."
+msgstr "<emph> end</emph> Variable numèrica que defineix el valor final al final del bucle."
#. TmxSC
#: 03090202.xhp
@@ -23237,13 +23171,12 @@ msgstr "Expressió While… Wend"
#. MB6No
#: 03090203.xhp
-#, fuzzy
msgctxt ""
"03090203.xhp\n"
"bm_id3150400\n"
"help.text"
msgid "<bookmark_value>While;While...Wend loop</bookmark_value> <bookmark_value>While;While Wend loop</bookmark_value>"
-msgstr "<unk>GA While;WhileWend bucle</bookmarkvalue> <bookmarkvalue>Mentre;While Wend bucle</bookmarkvalue>"
+msgstr "<bookmark_value>While;WhileWend bucle</bookmark_value><bookmark_value>Mentre;While Wend bucle</bookmark_value>"
#. 4Gx4Q
#: 03090203.xhp
@@ -23286,13 +23219,12 @@ msgstr "Un <literal>Doloop</literal> és més flexible que un WhileWend <literal
#. DB6ZD
#: 03090203.xhp
-#, fuzzy
msgctxt ""
"03090203.xhp\n"
"par_id831588865616326\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">While syntax</alt></image>"
-msgstr "<unk>GA<alt id=\"altid281588865616326\">Mentre sintaxi</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/While_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Mentre sintaxi</alt></image>"
#. DZ929
#: 03090203.xhp
@@ -23381,13 +23313,12 @@ msgstr "expressió <bookmarkvalue>GoSubReturn etiqueta</bookmarkvalue> <bookmark
#. gVEdC
#: 03090301.xhp
-#, fuzzy
msgctxt ""
"03090301.xhp\n"
"hd_id3147242\n"
"help.text"
msgid "<variable id=\"GoSubh1\"><link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement\">GoSub...Return Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSubReturn Statement\">GoSubReturn Expressió</link></variable>"
+msgstr "<variable id=\"GoSubh1\"><link href=\"text/sbasic/shared/03090301.xhp\" name=\"GoSub...Return Statement\">GoSubReturn Expressió</link></variable>"
#. HSYep
#: 03090301.xhp
@@ -23534,13 +23465,12 @@ msgstr "expressió <bookmarkvalue>GoTo etiqueta</bookmarkvalue> <bookmarkvalue>;
#. 6PsQf
#: 03090302.xhp
-#, fuzzy
msgctxt ""
"03090302.xhp\n"
"hd_id3159413\n"
"help.text"
msgid "<variable id=\"GoToh1\"><link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement\">GoTo Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement\">GoTo Expressió</link></variable>"
+msgstr "<variable id=\"GoToh1\"><link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo Statement\">GoTo Expressió</link></variable>"
#. zmo8E
#: 03090302.xhp
@@ -23582,13 +23512,12 @@ msgstr "Etiqueta <emph></emph>Un identificador de línia que indica on continuar
#. ocGjF
#: 03090302.xhp
-#, fuzzy
msgctxt ""
"03090302.xhp\n"
"par_id3152596\n"
"help.text"
msgid "Use the <literal>GoTo</literal> statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and end it with a colon (\":\")."
-msgstr "Utilitzeu l'expressió <literal>GoTo</literal> per instruir al $[officename] Basic que continuï l'execució del programa en un altre lloc dins del procediment. La posició s'ha d'indicar amb una etiqueta. Per establir una etiqueta a<unk> un nom i acabeu-lo amb dos punts (\"\")."
+msgstr "Utilitzeu l'expressió <literal>GoTo</literal> per instruir al $[officename] Basic que continuï l'execució del programa en un altre lloc dins del procediment. La posició s'ha d'indicar amb una etiqueta. Per establir una etiqueta a<unk> un nom i acabeu-lo amb dos punts (\":\")."
#. 8o2aP
#: 03090302.xhp
@@ -23650,13 +23579,12 @@ msgstr "Expressió On… GoSub; Expressió On… GoTo"
#. RSWDG
#: 03090303.xhp
-#, fuzzy
msgctxt ""
"03090303.xhp\n"
"bm_id3153897\n"
"help.text"
msgid "<bookmark_value>On...GoSub statement</bookmark_value> <bookmark_value>On...GoTo statement</bookmark_value> <bookmark_value>label; in On...GoSub statement</bookmark_value> <bookmark_value>label; in On...GoTo statement</bookmark_value>"
-msgstr "expressió <bookmarkvalue>OnGoSub</bookmarkvalue> <bookmarkvalue><bookmarkvalue> expressió OnGoTo etiqueta</bookmarkvalue> <bookmarkvalue>; en expressió OnGoSub etiqueta</bookmarkvalue> <bookmarkvalue>; en expressió OnGoTo</bookmarkvalue>"
+msgstr "<bookmark_value>expressió OnGoSub</bookmark_value><bookmark_value>expressió OnGoTo</bookmark_value> etiqueta; en expressió OnGoSub etiqueta</bookmark_value><bookmark_value>; en expressió OnGoTo</bookmark_value>"
#. 2xMSm
#: 03090303.xhp
@@ -23679,13 +23607,12 @@ msgstr "Es bifurca cap a una de les diverses línies especificades al codi del p
#. 7yAyG
#: 03090303.xhp
-#, fuzzy
msgctxt ""
"03090303.xhp\n"
"par_id841588605629842\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/On-GoSub-GoTo_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">On GoSub/GoTo syntax</alt></image>"
-msgstr "<unk>GA<alt id=\"altid931588605629842\">A GoSub/GoTo sintaxi</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/On-GoSub-GoTo_statement.svg\" id=\"img_id931588605629842\"><alt id=\"alt_id931588605629842\">A GoSub/GoTo sintaxi</alt></image>"
#. 7DeW7
#: 03090303.xhp
@@ -24522,13 +24449,12 @@ msgstr "Defineix una subrutina que es pot utilitzar com a expressió per a deter
#. qCx4G
#: 03090406.xhp
-#, fuzzy
msgctxt ""
"03090406.xhp\n"
"par_id661588586825434\n"
"help.text"
msgid "<literal>Sub</literal>, <literal>Function</literal> or <literal>Property</literal> statements are similar methods, without distinction. They receive parameters by reference allowing them to be modified in return. %PRODUCTNAME Basic compiler accepts their respective argument syntax to be used interchangeably."
-msgstr "Les expressions <literal>Sub</literal> <literal><literal></literal> o <literal>Property</literal> són mètodes similars sense distinció. Reben paràmetres fent referència permetent-los modificar-se a canvi. El compilador del Basic del XYGG accepta la seva sintaxi d'arguments respectius per a ser utilitzades indistintament."
+msgstr "Les expressions <literal>Sub</literal> <literal>Function</literal> o <literal>Property</literal> són mètodes similars sense distinció. Reben paràmetres fent referència permetent-los modificar-se a canvi. El compilador del Basic del XYGG accepta la seva sintaxi d'arguments respectius per a ser utilitzades indistintament."
#. zFnQ7
#: 03090406.xhp
@@ -24800,13 +24726,12 @@ msgstr "Defineix una subrutina."
#. PUirA
#: 03090409.xhp
-#, fuzzy
msgctxt ""
"03090409.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Sub_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Sub Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">Subdiagrama</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Sub_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Subdiagrama</alt></image>"
#. YnF6z
#: 03090409.xhp
@@ -25010,13 +24935,12 @@ msgstr "Estableix un objecte com a objecte per defecte. A menys que es declari u
#. WZgyY
#: 03090411.xhp
-#, fuzzy
msgctxt ""
"03090411.xhp\n"
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/With_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">With statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">amb el diagrama d'estats</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/With_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">amb el diagrama d'estats</alt></image>"
#. gnpSD
#: 03090411.xhp
@@ -25235,13 +25159,12 @@ msgstr "Una estructura de tipus és una col·lecció ordenada de camps de dades
#. WfsVY
#: 03090413.xhp
-#, fuzzy
msgctxt ""
"03090413.xhp\n"
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Type_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Type statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">Type expressió<unk>"
+msgstr "<image src=\"media/helpimg/sbasic/Type_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Type expressió</alt></image>"
#. sSoso
#: 03090413.xhp
@@ -26375,13 +26298,12 @@ msgstr "Per defecte les constants es defineixen com privades en mòduls i rutine
#. EAL5T
#: 03100700.xhp
-#, fuzzy
msgctxt ""
"03100700.xhp\n"
"par_id241593693307830\n"
"help.text"
msgid "<literal>Global</literal>, <literal>Private</literal> and <literal>Public</literal> specifiers can only be used for module constants."
-msgstr "<unk>GA Global</literal> <literal>Privat</literal> i <literal>Public</literal> specifiers només es poden utilitzar per a constants de mòduls."
+msgstr "<literal>Global</literal> <literal>Private</literal> i <literal>Public</literal> specifiers només es poden utilitzar per a constants de mòduls."
#. 7HRGK
#: 03100700.xhp
@@ -27467,13 +27389,12 @@ msgstr "<literal>Dim</literal> declara variables locals dins de les subrutines.
#. RWfkr
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Dim_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Dim Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes <image src=\"media/helpimg/sbasic/Dimstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"> Dim"
+msgstr "<image src=\"media/helpimg/sbasic/Dim_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes Dim</alt></image>"
#. bEQhy
#: 03102100.xhp
@@ -27497,13 +27418,12 @@ msgstr "Variable <emph></emph> Qualsevol nom de variable o matriu."
#. wB6Jx
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154510\n"
"help.text"
msgid "<emph>typename:</emph> Keyword that declares the data type of a variable."
-msgstr "<unk>GA typename</emph> Paraula clau que declara el tipus de dades d'una variable."
+msgstr "<emph>typename</emph> Paraula clau que declara el tipus de dades d'una variable."
#. Rqp83
#: 03102100.xhp
@@ -27556,13 +27476,12 @@ msgstr "<emph>Data:</emph> Variable de data"
#. jyVtV
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3148405\n"
"help.text"
msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
-msgstr "<unk>GA Doble</emph> Variable de coma flotant de precisió doble (1797693134862332 x 10E308 - 494065645841247 x 10E-324)"
+msgstr "<emph>Doble</emph> Variable de coma flotant de precisió doble (1797693134862332 x 10E308 - 494065645841247 x 10E-324)"
#. kBUDz
#: 03102100.xhp
@@ -27612,23 +27531,21 @@ msgstr "<emph>Cadena:</emph> Variable de cadena que consta d'un màxim de 64.000
#. UkswY
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3154704\n"
"help.text"
msgid "<emph>Variant:</emph> Variant variable type (contains all types, specified by definition). If a type name is not specified, variables are automatically defined as Variant Type, unless a statement from <literal>DefBool</literal> to <literal>DefVar</literal> is used."
-msgstr "<unk>GA Variant</emph> Variant Variant Tipus (conté tots els tipus especificats per definició). Si no s'especifica un nom de tipus les variables es defineixen automàticament com a Tipus Variant llevat que s'utilitzi una declaració de <literal>DefBool</literal> a <literal>DefVar</literal>."
+msgstr "<emph>Variant</emph> Variant Variant Tipus (conté tots els tipus especificats per definició). Si no s'especifica un nom de tipus les variables es defineixen automàticament com a Tipus Variant llevat que s'utilitzi una declaració de <literal>DefBool</literal> a <literal>DefVar</literal>."
#. 2GyLr
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id21587667790810\n"
"help.text"
msgid "<emph>object:</emph> Universal Network object (UNO) object or <link href=\"text/sbasic/shared/classmodule\" name=\"Class module\">ClassModule</link> object instance."
-msgstr "Objecte <emph>objecte</emph> Universal Network objecte (UNO) objecte o ClassModule</link> instància d'objecte."
+msgstr "<emph>objecte</emph> Universal Network objecte (UNO) objecte o <link href=\"text/sbasic/shared/classmodule\" name=\"Class module\">ClassModule</link> instància d'objecte."
#. NbDcm
#: 03102100.xhp
@@ -27682,23 +27599,21 @@ msgstr "Matriu <image src=\"media/helpimg/sbasic/arrayfragment.svg\" id=\"imgid4
#. BaEsN
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3147125\n"
"help.text"
msgid "<emph>start, end:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
-msgstr "<unk>GA inici final</emph> Valors numèrics o constants que defineixen el nombre d'elements (NumberElements=(final-start)+1) i l'interval d'índexs."
+msgstr "<emph>inici final</emph> Valors numèrics o constants que defineixen el nombre d'elements (NumberElements=(final-start)+1) i l'interval d'índexs."
#. T2g5D
#: 03102100.xhp
-#, fuzzy
msgctxt ""
"03102100.xhp\n"
"par_id3153877\n"
"help.text"
msgid "<emph>start</emph> and <emph>end</emph> can be numerical expressions if <literal>ReDim</literal> is applied at the procedure level."
-msgstr "<unk>GA inicia</emph> i <emph>final</emph> poden ser expressions numèriques si <literal>ReDim</literal> s'aplica al nivell de procediment."
+msgstr "<emph>inicia</emph> i <emph>final</emph> poden ser expressions numèriques si <literal>ReDim</literal> s'aplica al nivell de procediment."
#. JkDDD
#: 03102100.xhp
@@ -27835,13 +27750,12 @@ msgstr "Declara o redefineix variables o matrius."
#. dTArZ
#: 03102101.xhp
-#, fuzzy
msgctxt ""
"03102101.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/ReDim_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">ReDim Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes <image src=\"media/helpimg/sbasic/ReDimstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"> ReDim"
+msgstr "<image src=\"media/helpimg/sbasic/ReDim_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes ReDim</alt></image>"
#. bD6eG
#: 03102101.xhp
@@ -28216,13 +28130,12 @@ msgstr "<bookmark_value>Funció IsError</bookmark_value>"
#. FDXnr
#: 03102450.xhp
-#, fuzzy
msgctxt ""
"03102450.xhp\n"
"par_idN1054E\n"
"help.text"
msgid "<variable id=\"IsErrorh1\"><link href=\"text/sbasic/shared/03102450.xhp\">IsError Function</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03102450.xhp\">IsError Funció</link></variable>"
+msgstr "<variable id=\"IsErrorh1\"><link href=\"text/sbasic/shared/03102450.xhp\">IsError Funció</link></variable>"
#. yQg58
#: 03102450.xhp
@@ -28589,13 +28502,12 @@ msgstr "Paràmetres:"
#. JBB4B
#: 03102800.xhp
-#, fuzzy
msgctxt ""
"03102800.xhp\n"
"par_id3148552\n"
"help.text"
msgid "<emph>var:</emph> Any variable that you want to test."
-msgstr "<unk>GA var</emph> Qualsevol variable que vulgueu provar."
+msgstr "<emph>var</emph> Qualsevol variable que vulgueu provar."
#. SPGXx
#: 03102800.xhp
@@ -28929,13 +28841,12 @@ msgstr "Sintaxi:"
#. ZR3gW
#: 03103100.xhp
-#, fuzzy
msgctxt ""
"03103100.xhp\n"
"par_id41586012988213\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/LetSet_statement.svg\" id=\"img_id4156306484514\"><alt id=\"alt_id15152796484514\">Let Statement diagram</alt></image>"
-msgstr "Diagrama d'estats <image src=\"media/helpimg/sbasic/LetSetstatement.svg\" id=\"imgid4156306484514\"><alt id=\"altid15152796484514\">D"
+msgstr "<image src=\"media/helpimg/sbasic/LetSet_statement.svg\" id=\"img_id4156306484514\"><alt id=\"alt_id15152796484514\">Diagrama d'estats D</alt></image>"
#. X4WmE
#: 03103100.xhp
@@ -29003,13 +28914,12 @@ msgstr "<bookmark_value>expressió Option Base</bookmark_value>"
#. CKGCG
#: 03103200.xhp
-#, fuzzy
msgctxt ""
"03103200.xhp\n"
"hd_id3155805\n"
"help.text"
msgid "<variable id=\"optionbasestatement\"><link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement\">Option Base Statement</link></variable>"
-msgstr "Expressió <variable id=\"optionbasestatement\"><link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement\"> base"
+msgstr "<variable id=\"optionbasestatement\"><link href=\"text/sbasic/shared/03103200.xhp\" name=\"Option Base Statement\">Expressió base</link></variable>"
#. 7SyG9
#: 03103200.xhp
@@ -29049,13 +28959,12 @@ msgstr "<bookmark_value>expressió Option Explicit</bookmark_value>"
#. vDdUe
#: 03103300.xhp
-#, fuzzy
msgctxt ""
"03103300.xhp\n"
"hd_id3145090\n"
"help.text"
msgid "<variable id=\"explicitstatement\"><link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement\">Option Explicit Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement\">Opció Explícita expressió</link></variable>"
+msgstr "<variable id=\"explicitstatement\"><link href=\"text/sbasic/shared/03103300.xhp\" name=\"Option Explicit Statement\">Opció Explícita expressió</link></variable>"
#. kHGHE
#: 03103300.xhp
@@ -29086,23 +28995,21 @@ msgstr "Expressió Option VBASupport"
#. znn3p
#: 03103350.xhp
-#, fuzzy
msgctxt ""
"03103350.xhp\n"
"bm_id3145090\n"
"help.text"
msgid "<bookmark_value>Microsoft Excel macros support;Enable</bookmark_value> <bookmark_value>Microsoft Excel macros support;Option VBASupport statement</bookmark_value> <bookmark_value>VBA Support;Option VBASupport statement</bookmark_value> <bookmark_value>Option VBASupport statement</bookmark_value>"
-msgstr "<unk>GA implementació de macros de Microsoft Excel;Enable</bookmarkvalue> <bookmarkvalue>implementació de macros d'Excel de Microsoft;Opció VBASupport expressió</bookmarkvalue> <bookmarkvalue>suport VBA;Opció VBASupport expressió</bookmarkvalue> <bookmarkvalue>expressió VBASupport"
+msgstr "<bookmark_value>implementació de macros de Microsoft Excel;Enable</bookmark_value><bookmark_value>implementació de macros d'Excel de Microsoft;Opció VBASupport expressió</bookmark_value><bookmark_value>suport VBA;Opció VBASupport expressió</bookmark_value><bookmark_value>expressió VBASupport</bookmark_value>"
#. vfiEk
#: 03103350.xhp
-#, fuzzy
msgctxt ""
"03103350.xhp\n"
"hd_id3145090\n"
"help.text"
msgid "<variable id=\"vbasupportstatement\"><link href=\"text/sbasic/shared/03103350.xhp\" name=\"Option VBASupport Statement\">Option VBASupport Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03103350.xhp\" name=\"Option VBASupport Statement\">Opció VBASupport Expressió</link></variable>"
+msgstr "<variable id=\"vbasupportstatement\"><link href=\"text/sbasic/shared/03103350.xhp\" name=\"Option VBASupport Statement\">Opció VBASupport Expressió</link></variable>"
#. Cp5GM
#: 03103350.xhp
@@ -29242,23 +29149,21 @@ msgstr "Expressió Global"
#. 5QgJ8
#: 03103450.xhp
-#, fuzzy
msgctxt ""
"03103450.xhp\n"
"bm_id3159201\n"
"help.text"
msgid "<bookmark_value>Global keyword</bookmark_value>"
-msgstr "<unk>GA Global paraula clau</bookmarkvalue>"
+msgstr "<bookmark_value>GA Global paraula clau</bookmark_value>"
#. D6Aqe
#: 03103450.xhp
-#, fuzzy
msgctxt ""
"03103450.xhp\n"
"hd_id3159201\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global keyword\">Global keyword</link>"
-msgstr "<unk>GA Global paraula clau</link>"
+msgstr "<link href=\"text/sbasic/shared/03103450.xhp\" name=\"Global keyword\">GA Global paraula clau</link>"
#. rrYQS
#: 03103450.xhp
@@ -29685,14 +29590,14 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr "expressió <bookmarkvalue>Set</bookmarkvalue> <bookmarkvalue>Nova paraula clau</bookmarkvalue> <bookmarkvalue>Nothing objecte</bookmarkvalue>"
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Expressió Set\">Expressió Set</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
+msgstr ""
#. qNuUW
#: 03103700.xhp
@@ -29704,15 +29609,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr "Estableix una referència d'objecte en una variable."
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
#. DiSYW
#: 03103700.xhp
#, fuzzy
@@ -29733,15 +29629,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr "[Establet] variable = [Nou] objecte"
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
-
#. K6c5D
#: 03103700.xhp
#, fuzzy
@@ -29774,13 +29661,12 @@ msgstr "Objecte <emph>objecte</emph> objecte al qual es refereix la variable."
#. ihHpq
#: 03103700.xhp
-#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_idN10623\n"
"help.text"
msgid "<literal>Nothing</literal> - Assign <literal>Nothing</literal> to a variable to remove a previous assignment."
-msgstr "<unk>GA Res</literal> - Assigna <literal>Res</literal> a una variable per eliminar una assignació anterior."
+msgstr "<literal>Res</literal> - Assigna <literal>Res</literal> a una variable per eliminar una assignació anterior."
#. 4WqJK
#: 03103700.xhp
@@ -29792,24 +29678,14 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr "La paraula clau <literal>Set</literal> és opcional. <literal>Nothing</literal> és el valor per defecte dels objectes."
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. GhsMS
#: 03103700.xhp
-#, fuzzy
msgctxt ""
"03103700.xhp\n"
"par_id841586014507226\n"
"help.text"
msgid "<literal>New</literal> creates UNO objects or <link href=\"text/sbasic/shared/classmodule\" name=\"ClassModule\">class module</link> objects, before assigning it to a variable."
-msgstr "<unk>GA Nou</literal> crea objectes UNO o objectes <link href=\"text/sbasic/shared/classmodule\" name=\"ClassModule\">de classe mòdul</link> abans d'assignar-los a una variable."
+msgstr "<literal>Nou</literal> crea objectes UNO o objectes <link href=\"text/sbasic/shared/classmodule\" name=\"ClassModule\">de classe mòdul</link> abans d'assignar-los a una variable."
#. ukqdX
#: 03103800.xhp
@@ -30216,14 +30092,14 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Funció Array</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Funció Array\">Funció Array</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
+msgstr ""
#. ZFAuc
#: 03104200.xhp
@@ -30234,15 +30110,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Torna el tipus Variant amb un camp de dades."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Sintaxi:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -30261,15 +30128,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Vegeu també <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Paràmetres:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -30279,15 +30137,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Argument list:</emph> Una llista de qualsevol nombre d'arguments que se separen amb comes."
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Exemple:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -30698,13 +30547,12 @@ msgstr "Elimina el contingut dels elements de matriu de les matrius de mida fixa
#. 3sXFq
#: 03104700.xhp
-#, fuzzy
msgctxt ""
"03104700.xhp\n"
"par_id831588865616326\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Erase_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Erase syntax</alt></image>"
-msgstr "<unk>GA<alt id=\"altid281588865616326\">Erase sintaxi</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Erase_statement.svg\" id=\"img_id651588865616326\"><alt id=\"alt_id281588865616326\">Erase sintaxi</alt></image>"
#. CCyg8
#: 03104700.xhp
@@ -30768,13 +30616,12 @@ msgstr "Matriu <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array funct
#. FA4C9
#: 03104700.xhp
-#, fuzzy
msgctxt ""
"03104700.xhp\n"
"par_id761588867124078\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"lower bound function\">Lbound</link> and <link href=\"text/sbasic/shared/03103000.xhp\" name=\"upper bound function\">Ubound</link> functions"
-msgstr "<unk>GA Lbound</link> i <link href=\"text/sbasic/shared/03103000.xhp\" name=\"upper bound function\">Ubound</link>"
+msgstr "<link href=\"text/sbasic/shared/03102900.xhp\" name=\"lower bound function\">Lbound</link> i <link href=\"text/sbasic/shared/03103000.xhp\" name=\"upper bound function\">Ubound</link>"
#. y97EV
#: 03110000.xhp
@@ -31255,13 +31102,12 @@ msgstr "Utilitzeu la funció <emph>Chr$</emph> per a enviar seqüències de cont
#. Yy5Eh
#: 03120102.xhp
-#, fuzzy
msgctxt ""
"03120102.xhp\n"
"par_id111552916434071\n"
"help.text"
msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#err6\"/>, when VBA compatibility mode is enabled and expression is greater than 255."
-msgstr "<unk>GA quan el mode de compatibilitat VBA està activat i l'expressió és superior a 255."
+msgstr "<embedvar href=\"text/sbasic/shared/00000003.xhp#err6\"/> quan el mode de compatibilitat VBA està activat i l'expressió és superior a 255."
#. vHwsG
#: 03120102.xhp
@@ -31923,13 +31769,12 @@ msgstr "Cadena"
#. nYDuW
#: 03120201.xhp
-#, fuzzy
msgctxt ""
"03120201.xhp\n"
"par_id3143228\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of <emph>n</emph> is 2,147,483,648."
-msgstr "<unk>GA n</emph> Expressió numèrica que defineix el nombre d'espais en la cadena. El valor màxim permès de <emph>n</emph> és de 2147483648."
+msgstr "<emph>n</emph> Expressió numèrica que defineix el nombre d'espais en la cadena. El valor màxim permès de <emph>n</emph> és de 2147483648."
#. xfAcE
#: 03120201.xhp
@@ -31996,13 +31841,12 @@ msgstr "Cadena"
#. FTqT4
#: 03120202.xhp
-#, fuzzy
msgctxt ""
"03120202.xhp\n"
"par_id3154347\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that indicates the number of characters to return in the string. The maximum allowed value of n is 2,147,483,648."
-msgstr "<unk>GA n</emph> Expressió numèrica que indica el nombre de caràcters a retornar a la cadena. El valor màxim permès de n és 2147483648."
+msgstr "<emph>n</emph> Expressió numèrica que indica el nombre de caràcters a retornar a la cadena. El valor màxim permès de n és 2147483648."
#. uARjD
#: 03120202.xhp
@@ -32573,13 +32417,12 @@ msgstr "<emph>Text:</emph> Qualsevol expressió de cadena de la qual vulgueu tor
#. BPXpD
#: 03120303.xhp
-#, fuzzy
msgctxt ""
"03120303.xhp\n"
"par_id3149456\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that specifies the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
-msgstr "<unk>GA n</emph> Expressió numèrica que especifica el nombre de caràcters que voleu tornar. Si <emph>n</emph> = 0 es retorna una cadena de longitud zero. El valor màxim permès és 2147483648."
+msgstr "<emph>n</emph> Expressió numèrica que especifica el nombre de caràcters que voleu tornar. Si <emph>n</emph> = 0 es retorna una cadena de longitud zero. El valor màxim permès és 2147483648."
#. FPXvk
#: 03120303.xhp
@@ -32853,13 +32696,12 @@ msgstr "<emph>Text:</emph> Qualsevol expressió de cadena que vulgueu modificar.
#. DGPaB
#: 03120306.xhp
-#, fuzzy
msgctxt ""
"03120306.xhp\n"
"par_id3150359\n"
"help.text"
msgid "<emph>Start: </emph>Numeric expression that indicates the character position within the string where the string portion that you want to replace or to return begins. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648."
-msgstr "<unk>GA Inicia </emph>Expressió numèrica que indica la posició del caràcter dins de la cadena on comença la porció de cadena que voleu reemplaçar o retornar. El valor mínim permès és 1. El valor màxim permès és 2147483648."
+msgstr "<emph>Inicia </emph>Expressió numèrica que indica la posició del caràcter dins de la cadena on comença la porció de cadena que voleu reemplaçar o retornar. El valor mínim permès és 1. El valor màxim permès és 2147483648."
#. dtyT5
#: 03120306.xhp
@@ -32981,13 +32823,12 @@ msgstr "<emph>Text:</emph> Qualsevol expressió de cadena de la qual voleu torna
#. NwQkG
#: 03120307.xhp
-#, fuzzy
msgctxt ""
"03120307.xhp\n"
"par_id3151211\n"
"help.text"
msgid "<emph>n:</emph> Numeric expression that defines the number of characters that you want to return. If <emph>n</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
-msgstr "<unk>GA n</emph> Expressió numèrica que defineix el nombre de caràcters que voleu tornar. Si <emph>n</emph> = 0 es retorna una cadena de longitud zero. El valor màxim permès és 2147483648."
+msgstr "<emph>n</emph> Expressió numèrica que defineix el nombre de caràcters que voleu tornar. Si <emph>n</emph> = 0 es retorna una cadena de longitud zero. El valor màxim permès és 2147483648."
#. ezXrq
#: 03120307.xhp
@@ -33774,13 +33615,12 @@ msgstr "Paràmetres:"
#. KqLff
#: 03120401.xhp
-#, fuzzy
msgctxt ""
"03120401.xhp\n"
"par_id3153126\n"
"help.text"
msgid "<emph>Start: </emph>A numeric expression that marks the position in a string where the search for the specified substring starts. If you omit this parameter, the search starts at the first character of the string. The minimum allowed value is 1. The maximum allowed value is 2,147,483,648."
-msgstr "<unk>GA Inicia </emph>Una expressió numèrica que marca la posició en una cadena on s'inicia la cerca de la subcadena especificada. Si ometeu aquest paràmetre la cerca comença al primer caràcter de la cadena. El valor mínim permès és 1. El valor màxim permès és 2147483648."
+msgstr "<emph>Inicia </emph>Una expressió numèrica que marca la posició en una cadena on s'inicia la cerca de la subcadena especificada. Si ometeu aquest paràmetre la cerca comença al primer caràcter de la cadena. El valor mínim permès és 1. El valor màxim permès és 2147483648."
#. SnP3c
#: 03120401.xhp
@@ -34198,13 +34038,12 @@ msgstr "<emph>Inici: </emph>una expressió numèrica opcional que marca la posic
#. ZEauB
#: 03120411.xhp
-#, fuzzy
msgctxt ""
"03120411.xhp\n"
"par_id3154758\n"
"help.text"
msgid "<emph>Compare:</emph> Optional numeric expression that defines the type of comparison. The value of this parameter can be"
-msgstr "<unk>GA Compara</emph> expressió numèrica opcional que defineix el tipus de comparació. El valor d'aquest paràmetre pot ser"
+msgstr "<emph>Compara</emph> expressió numèrica opcional que defineix el tipus de comparació. El valor d'aquest paràmetre pot ser"
#. asNfw
#: 03120411.xhp
@@ -34397,13 +34236,12 @@ msgstr "Reprodueix un so a través de l'altaveu de l'ordinador. El so depèn del
#. JMATz
#: 03130100.xhp
-#, fuzzy
msgctxt ""
"03130100.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Beep_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Beep Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes de <image src=\"media/helpimg/sbasic/Beepstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Beep_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes de </alt></image>"
#. 9FABw
#: 03130500.xhp
@@ -35283,13 +35121,12 @@ msgstr "Funció <bookmarkvalue>CreateUnoService</bookmarkvalue><bookmarkvalue>AP
#. aeYuT
#: 03131600.xhp
-#, fuzzy
msgctxt ""
"03131600.xhp\n"
"hd_id3150682\n"
"help.text"
msgid "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Function</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Funció</link></variable>"
+msgstr "<variable id=\"createunoserviceh1\"><link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function\">CreateUnoService Funció</link></variable>"
#. rJbLM
#: 03131600.xhp
@@ -35320,13 +35157,12 @@ msgstr "Per a una llista dels serveis disponibles, visiteu: <link href=\"https:/
#. 9jnBL
#: 03131600.xhp
-#, fuzzy
msgctxt ""
"03131600.xhp\n"
"bm_id731561653332192\n"
"help.text"
msgid "<bookmark_value>Calc functions;API Service</bookmark_value>"
-msgstr "<unk>GA Funcions del Calc;servei API</bookmarkvalue>"
+msgstr "<bookmark_value>Funcions del Calc;servei API</bookmark_value>"
#. 7YLme
#: 03131600.xhp
@@ -35540,23 +35376,21 @@ msgstr "GlobalScope"
#. Rdvas
#: 03131900.xhp
-#, fuzzy
msgctxt ""
"03131900.xhp\n"
"bm_id3150682\n"
"help.text"
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
-msgstr "<unk>GA GlobalScope Especificador</bookmarkvalue><bookmarkvalue>biblioteca sistemes</bookmarkvalue>Biblioteca <bookmarkvalue>contenidor</bookmarkvalue><bookmarkvalue>GlobalScope</bookmarkvalue><bookmarkvalue>API; BasicLibraries</bookmarkvalue><bookmarkvalue>API; DiàlegLibraries</bookmarkvalue><bookmarkvalue>BasicLibraries; contenidor de biblioteca</bookmarkvalue><bookmarkvalue>DiàlegLibraries; contenidor de biblioteca </bookmarkvalue> <bookmarkvalue> </bookmarkvalue> APILibrari"
+msgstr "<bookmark_value>GlobalScope Especificador</bookmark_value><bookmark_value>biblioteca sistemes</bookmark_value><bookmark_value>Biblioteca contenidor</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DiàlegLibraries</bookmark_value><bookmark_value>BasicLibraries; contenidor de biblioteca</bookmark_value><bookmark_value>DiàlegLibraries; contenidor de biblioteca </bookmark_value><bookmark_value>APILibrari</bookmark_value>"
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
-#, fuzzy
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
-msgstr "Especificador GlobalScope</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
+msgstr ""
#. BKWJA
#: 03131900.xhp
@@ -35607,23 +35441,21 @@ msgstr "Als diàlegs:"
#. tQBVS
#: 03131900.xhp
-#, fuzzy
msgctxt ""
"03131900.xhp\n"
"par_id3148663\n"
"help.text"
msgid "Dialog libraries and dialogs can be managed with the <literal>DialogLibraries</literal> object. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">Opening a Dialog With Basic</link> illustrates how to display %PRODUCTNAME shared dialogs."
-msgstr "Les biblioteques i els diàlegs es poden gestionar amb l'objecte <literal>DialogLibraries</literal>. L'obertura d'un diàleg amb</link> bàsic il·lustra com es mostren els diàlegs compartits del <literal>."
+msgstr "Les biblioteques i els diàlegs es poden gestionar amb l'objecte <literal>DialogLibraries</literal>. <link href=\"text/sbasic/guide/show_dialog.xhp\" name=\"Opening a Dialog\">L'obertura d'un diàleg amb</link> bàsic il·lustra com es mostren els diàlegs compartits del."
#. eBUEF
#: 03131900.xhp
-#, fuzzy
msgctxt ""
"03131900.xhp\n"
"par_id3150543\n"
"help.text"
msgid "<literal>BasicLibraries</literal> and <literal>DialogLibraries</literal> containers exist at application level and within every document. Document's library containers do not need the <literal>GlobalScope</literal> specifier to be managed. If you want to call a global library container (located in <emph>%PRODUCTNAME Macros</emph> or <emph>My Macros</emph>) from within a document, you must use the <literal>GlobalScope</literal> specifier."
-msgstr "<unk>GA BasicLibraries</literal> i <literal>DialogLibraries</literal> contenidors </literal> existeixen a nivell d'aplicació i dins de cada document. Els contenidors de la biblioteca de documents no necessiten gestionar l'especificador <literal>GlobalScope</literal>. Si voleu cridar un contenidor de biblioteca global (localitzat en <emph>%PRODUCTNAME Macros</emph>) des d'un document heu d'utilitzar l'especificador <literal>GlobalScope</literal>."
+msgstr "<literal>BasicLibraries</literal> i <literal>DialogLibraries</literal> contenidors </literal> existeixen a nivell d'aplicació i dins de cada document. Els contenidors de la biblioteca de documents no necessiten gestionar l'especificador <literal>GlobalScope</literal>. Si voleu cridar un contenidor de biblioteca global (localitzat en <emph>%PRODUCTNAME Macros</emph>) des d'un document heu d'utilitzar l'especificador <literal>GlobalScope</literal>."
#. BDRji
#: 03131900.xhp
@@ -35987,13 +35819,12 @@ msgstr "<bookmark_value>Funció GetGuiType</bookmark_value>"
#. JzY2R
#: 03132100.xhp
-#, fuzzy
msgctxt ""
"03132100.xhp\n"
"hd_id3155310\n"
"help.text"
msgid "<variable id=\"getguitype2\"><link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType Function</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType Funció</link></variable>"
+msgstr "<variable id=\"getguitype2\"><link href=\"text/sbasic/shared/03132100.xhp\" name=\"GetGuiType Function\">GetGuiType Funció</link></variable>"
#. 2DTJG
#: 03132100.xhp
@@ -36088,23 +35919,21 @@ msgstr "Objecte d'acord"
#. AKrki
#: 03132200.xhp
-#, fuzzy
msgctxt ""
"03132200.xhp\n"
"bm_id3155342\n"
"help.text"
msgid "<bookmark_value>ThisComponent object</bookmark_value> <bookmark_value>components;addressing</bookmark_value>"
-msgstr "<unk>GA ThisComponent objecte</bookmarkvalue> components <bookmarkvalue>;adreçant</bookmarkvalue>"
+msgstr "<bookmark_value>ThisComponent objecte</bookmark_value><bookmark_value> components;adreçant</bookmark_value>"
#. 88n2h
#: 03132200.xhp
-#, fuzzy
msgctxt ""
"03132200.xhp\n"
"hd_id3155342\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Object</link>"
-msgstr "<unk>GA ThisComponent Objecte</link>"
+msgstr "<link href=\"text/sbasic/shared/03132200.xhp\" name=\"ThisComponent Object\">ThisComponent Objecte</link>"
#. zizyQ
#: 03132200.xhp
@@ -36501,23 +36330,21 @@ msgstr "<emph>Tipus</emph> és el tipus d'interès periòdic."
#. nuLEX
#: 03140001.xhp
-#, fuzzy
msgctxt ""
"03140001.xhp\n"
"par_id061420170420241668\n"
"help.text"
msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr "<unk>GA NPer</emph> és el nombre total de períodes (període de pagament)."
+msgstr "<emph>NPer</emph> és el nombre total de períodes (període de pagament)."
#. Rb8hf
#: 03140001.xhp
-#, fuzzy
msgctxt ""
"03140001.xhp\n"
"par_id061420170420248911\n"
"help.text"
msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
-msgstr "<unk>GA Pmt</emph> és l'anualitat pagada regularment per període."
+msgstr "<emph>Pmt</emph> és l'anualitat pagada regularment per període."
#. xbRhK
#: 03140001.xhp
@@ -36530,13 +36357,12 @@ msgstr "<emph>VA</emph> (opcional) és el valor efectiu actual d'una inversió."
#. sBDgf
#: 03140001.xhp
-#, fuzzy
msgctxt ""
"03140001.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. RgSMC
#: 03140001.xhp
@@ -36648,23 +36474,21 @@ msgstr "<emph>VA</emph> és el valor actual valor efectiu en una seqüència de
#. M8msq
#: 03140002.xhp
-#, fuzzy
msgctxt ""
"03140002.xhp\n"
"par_id061420170730148520\n"
"help.text"
msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
-msgstr "<unk>GA FV</emph> (opcional) és el valor desitjat (valor futur) al final dels períodes."
+msgstr "<emph>FV</emph> (opcional) és el valor desitjat (valor futur) al final dels períodes."
#. NAkQG
#: 03140002.xhp
-#, fuzzy
msgctxt ""
"03140002.xhp\n"
"par_id061420170730141431\n"
"help.text"
msgid "<emph>Due</emph> (optional) is the due date for the periodic payments."
-msgstr "<unk>GA Due</emph> (opcional) és la data de venciment dels pagaments periòdics."
+msgstr "<emph>Due</emph> (opcional) és la data de venciment dels pagaments periòdics."
#. DAsKq
#: 03140002.xhp
@@ -36741,23 +36565,21 @@ msgstr "Calcla el tipus intern de rendiment d'una inversió."
#. oGM2A
#: 03140003.xhp
-#, fuzzy
msgctxt ""
"03140003.xhp\n"
"par_id061420170730135034\n"
"help.text"
msgid "<emph>Values(): </emph>The array of values of the cash-flow. The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income)."
-msgstr "<unk>GA Values() </emph>La matriu de valors del flux de caixa. Els valors representen valors de flux de caixa a intervals regulars almenys un valor ha de ser negatiu (pagaments) i almenys un valor ha de ser positiu (ingrés)."
+msgstr "<emph>Values() </emph>La matriu de valors del flux de caixa. Els valors representen valors de flux de caixa a intervals regulars almenys un valor ha de ser negatiu (pagaments) i almenys un valor ha de ser positiu (ingrés)."
#. BFPX6
#: 03140003.xhp
-#, fuzzy
msgctxt ""
"03140003.xhp\n"
"par_id061420170730137782\n"
"help.text"
msgid "<emph>Guess</emph> An initial estimate at what the IRR will be."
-msgstr "<unk>GA endevina</emph> Una estimació inicial sobre quin serà l'IRR."
+msgstr "<emph>endevina</emph> Una estimació inicial sobre quin serà l'IRR."
#. BU7LM
#: 03140003.xhp
@@ -36816,33 +36638,30 @@ msgstr "Calcula el tipus intern de rendibilitat modificat d'una sèrie d'inversi
#. eoGsD
#: 03140004.xhp
-#, fuzzy
msgctxt ""
"03140004.xhp\n"
"par_id061420170730135034\n"
"help.text"
msgid "<emph>Values(): </emph>An array of cash flows, representing a series of payments and income, where negative values are treated as payments and positive values are treated as income. This array must contain at least one negative and at least one positive value."
-msgstr "<unk>GA Valors() </emph>Una matriu de fluxos de caixa que representen una sèrie de pagaments i ingressos on els valors negatius es tracten com a pagaments i els valors positius es tracten com a ingressos. Aquesta matriu ha de contenir almenys un valor negatiu i almenys un valor positiu."
+msgstr "<emph>Valors() </emph>Una matriu de fluxos de caixa que representen una sèrie de pagaments i ingressos on els valors negatius es tracten com a pagaments i els valors positius es tracten com a ingressos. Aquesta matriu ha de contenir almenys un valor negatiu i almenys un valor positiu."
#. BWkcM
#: 03140004.xhp
-#, fuzzy
msgctxt ""
"03140004.xhp\n"
"par_id061620170513518949\n"
"help.text"
msgid "<emph>Investment</emph>: is the rate of interest of the investments (the negative values of the array)."
-msgstr "<unk>GA Investment</emph> és la taxa d'interès de les inversions (els valors negatius de la matriu)."
+msgstr "<emph>Investment</emph> és la taxa d'interès de les inversions (els valors negatius de la matriu)."
#. HNYms
#: 03140004.xhp
-#, fuzzy
msgctxt ""
"03140004.xhp\n"
"par_id061420170730137782\n"
"help.text"
msgid "<emph>ReinvestRate:</emph> the rate of interest of the reinvestment (the positive values of the array)."
-msgstr "<unk>GA ReinvestRate</emph> la taxa d'interès de la reinversió (els valors positius de la matriu)."
+msgstr "<emph>ReinvestRate</emph> la taxa d'interès de la reinversió (els valors positius de la matriu)."
#. EL4an
#: 03140004.xhp
@@ -36920,33 +36739,30 @@ msgstr "<emph>PMT</emph> és l'anualitat que es paga regularment per període."
#. 4APw9
#: 03140005.xhp
-#, fuzzy
msgctxt ""
"03140005.xhp\n"
"par_id061420170420246794\n"
"help.text"
msgid "<emph>PV</emph> is the (present) cash value of an investment."
-msgstr "<unk>GA PV</emph> és el valor efectiu (present) d'una inversió."
+msgstr "<emph>PV</emph> és el valor efectiu (present) d'una inversió."
#. HxyXz
#: 03140005.xhp
-#, fuzzy
msgctxt ""
"03140005.xhp\n"
"par_id061620170603217534\n"
"help.text"
msgid "<emph>FV</emph> (optional) is the future value of the loan / investment."
-msgstr "<unk>GA FV</emph> (opcional) és el valor futur del préstec / inversió."
+msgstr "<emph>FV</emph> (opcional) és el valor futur del préstec / inversió."
#. BE7hi
#: 03140005.xhp
-#, fuzzy
msgctxt ""
"03140005.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. L3fxR
#: 03140005.xhp
@@ -37033,13 +36849,12 @@ msgstr "<emph>Taxa</emph> és la taxa de descompte d'un període."
#. U73F8
#: 03140006.xhp
-#, fuzzy
msgctxt ""
"03140006.xhp\n"
"par_id061420170420248911\n"
"help.text"
msgid "<emph>Values()</emph> is an array that represent deposits (positive values) or withdrawals (negative values)."
-msgstr "<unk>GA Valors()</emph> és una matriu que representa dipòsits (valors positius) o retirades (valors negatius)."
+msgstr "<emph>Valors()</emph> és una matriu que representa dipòsits (valors positius) o retirades (valors negatius)."
#. UaBkD
#: 03140006.xhp
@@ -37135,13 +36950,12 @@ msgstr "<emph>VF</emph> és el valor futur d'un préstec o inversió."
#. 6FVGg
#: 03140007.xhp
-#, fuzzy
msgctxt ""
"03140007.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. rJ4Ua
#: 03140007.xhp
@@ -37248,13 +37062,12 @@ msgstr "<emph>Tipus</emph> és el tipus d'interès periòdic."
#. dThEC
#: 03140008.xhp
-#, fuzzy
msgctxt ""
"03140008.xhp\n"
"par_id230720172341443986\n"
"help.text"
msgid "<emph>Per</emph> The period number for which you want to calculate the principal payment (must be an integer between 1 and Nper)."
-msgstr "<unk>GA Per</emph> El número de període pel qual voleu calcular el pagament principal (ha de ser un enter entre 1 i Nper)."
+msgstr "<emph>Per</emph> El número de període pel qual voleu calcular el pagament principal (ha de ser un enter entre 1 i Nper)."
#. yNqFG
#: 03140008.xhp
@@ -37267,13 +37080,12 @@ msgstr "<emph>NPer</emph> és el nombre total de períodes durant els quals es p
#. UG2KA
#: 03140008.xhp
-#, fuzzy
msgctxt ""
"03140008.xhp\n"
"par_id061420170420246794\n"
"help.text"
msgid "<emph>PV</emph> is the (present) cash value of an investment."
-msgstr "<unk>GA PV</emph> és el valor efectiu (present) d'una inversió."
+msgstr "<emph>PV</emph> és el valor efectiu (present) d'una inversió."
#. Aj55j
#: 03140008.xhp
@@ -37286,13 +37098,12 @@ msgstr "<emph>VF</emph> és el valor futur d'un préstec o inversió."
#. CPtSD
#: 03140008.xhp
-#, fuzzy
msgctxt ""
"03140008.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. XCNmC
#: 03140008.xhp
@@ -37455,13 +37266,12 @@ msgstr "<emph>VF</emph> (opcional) és el valor futur d'un préstec o inversió.
#. 9v9AD
#: 03140009.xhp
-#, fuzzy
msgctxt ""
"03140009.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. EhdfK
#: 03140009.xhp
@@ -37567,13 +37377,12 @@ msgstr "<emph>NPer</emph> és el nombre total de períodes durant els quals es p
#. MPYBY
#: 03140010.xhp
-#, fuzzy
msgctxt ""
"03140010.xhp\n"
"par_id061420170420246794\n"
"help.text"
msgid "<emph>Pmt</emph> is the regular payment made per period."
-msgstr "<unk>GA Pmt</emph> és el pagament regular realitzat per període."
+msgstr "<emph>Pmt</emph> és el pagament regular realitzat per període."
#. CHVqQ
#: 03140010.xhp
@@ -37595,13 +37404,12 @@ msgstr "<emph>VF</emph> (opcional) és el valor futur d'un préstec o inversió.
#. bGV6U
#: 03140010.xhp
-#, fuzzy
msgctxt ""
"03140010.xhp\n"
"par_id061420170420241932\n"
"help.text"
msgid "<emph>Due</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
-msgstr "<unk>GA Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
+msgstr "<emph>Due</emph> (opcional) defineix si el pagament es deu al començament o al final d'un període."
#. MmFDv
#: 03140010.xhp
@@ -37714,23 +37522,21 @@ msgstr "<emph>Cost</emph> és el cost inicial d'un actiu."
#. 2DoQ7
#: 03140011.xhp
-#, fuzzy
msgctxt ""
"03140011.xhp\n"
"par_id24072017011739895\n"
"help.text"
msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
-msgstr "<unk>GA Salvage</emph> és el valor d'un actiu al final de la depreciació."
+msgstr "<emph>Salvage</emph> és el valor d'un actiu al final de la depreciació."
#. gEFms
#: 03140011.xhp
-#, fuzzy
msgctxt ""
"03140011.xhp\n"
"par_id240720170117395610\n"
"help.text"
msgid "<emph>Life </emph>is the depreciation period determining the number of periods in the depreciation of the asset."
-msgstr "<unk>GA Life </emph>és el període de depreciació que determina el nombre de períodes en la depreciació de l'actiu."
+msgstr "<emph>Life </emph>és el període de depreciació que determina el nombre de períodes en la depreciació de l'actiu."
#. wwJAA
#: 03140011.xhp
@@ -37930,23 +37736,21 @@ msgstr "Aplica un format de data i/o d'hora a una expressió de data i retorna e
#. xsRcr
#: 03150000.xhp
-#, fuzzy
msgctxt ""
"03150000.xhp\n"
"par_id240720170117391741\n"
"help.text"
msgid "<emph>DateExpression</emph>: The date expression to be formatted."
-msgstr "<unk>GA DateExpression</emph> L'expressió de data a formatar."
+msgstr "<emph>DateExpression</emph> L'expressió de data a formatar."
#. WC3h8
#: 03150000.xhp
-#, fuzzy
msgctxt ""
"03150000.xhp\n"
"par_id24072017011739895\n"
"help.text"
msgid "<emph>NamedFormat</emph>: An optional <emph>vbDateTimeFormat</emph> enumeration specifying the format that is to be applied to the date and time expression. If omitted, the value <emph>vbGeneralDate</emph> is used."
-msgstr "<unk>GA NamedFormat</emph> Una llista <emph>vbDateTimeFormat</emph> opcional que especifica el format que s'ha d'aplicar a l'expressió de data i hora. Si s'omet el valor s'utilitza <emph>vbGeneralDate</emph>."
+msgstr "<emph>NamedFormat</emph> Una llista <emph>vbDateTimeFormat</emph> opcional que especifica el format que s'ha d'aplicar a l'expressió de data i hora. Si s'omet el valor s'utilitza <emph>vbGeneralDate</emph>."
#. 9KCAo
#: 03150000.xhp
@@ -38118,33 +37922,30 @@ msgstr "La funció WeekdayName retorna el nom corresponent al dia de la setmana
#. gqKdB
#: 03150001.xhp
-#, fuzzy
msgctxt ""
"03150001.xhp\n"
"par_id240720170117391741\n"
"help.text"
msgid "<emph>Weekday</emph>: Value from 1 to 7, Mon­day to Sun­day, whose Week Day Name need to be calculated."
-msgstr "<unk>GA Weekday</emph> Valor d'1 a 7 Mon<unk>day a Sun<unk>day el nom del dia de la setmana del qual s'ha de calcular."
+msgstr "<emph>Weekday</emph> Valor d'1 a 7 Mon<unk>day a Sun<unk>day el nom del dia de la setmana del qual s'ha de calcular."
#. CFF5a
#: 03150001.xhp
-#, fuzzy
msgctxt ""
"03150001.xhp\n"
"par_id24072017011739895\n"
"help.text"
msgid "<emph>Abbreviate</emph>: Optional. A Boolean value that indicates if the weekday name is to be abbreviated."
-msgstr "<unk>GA Abreviate</emph> opcional. Un valor booleà que indica si el nom del dia de la setmana s'ha d'abreujar."
+msgstr "<emph>Abreviate</emph> opcional. Un valor booleà que indica si el nom del dia de la setmana s'ha d'abreujar."
#. WJLAJ
#: 03150001.xhp
-#, fuzzy
msgctxt ""
"03150001.xhp\n"
"par_id240720170117395610\n"
"help.text"
msgid "<emph>FirstDayofWeek</emph>: Optional. Specifies the first day of the week."
-msgstr "<unk>GA FirstDayofWeek</emph> opcional. Indica el primer dia de la setmana."
+msgstr "<emph>FirstDayofWeek</emph> opcional. Indica el primer dia de la setmana."
#. EQ6CL
#: 03150001.xhp
@@ -38376,13 +38177,12 @@ msgstr "<emph>#</emph>: opcional."
#. LTcsz
#: 03160000.xhp
-#, fuzzy
msgctxt ""
"03160000.xhp\n"
"par_id240720170117395610\n"
"help.text"
msgid "<emph>FileNumber</emph>: Required. Any valid file number."
-msgstr "<unk>GA FileNumber</emph> requerit. Qualsevol número de fitxer vàlid."
+msgstr "<emph>FileNumber</emph> requerit. Qualsevol número de fitxer vàlid."
#. EfnL6
#: 03160000.xhp
@@ -38441,23 +38241,21 @@ msgstr "Expressió <emph></emph> requerida. L'expressió numèrica a arrodonir."
#. gAZc7
#: 03170000.xhp
-#, fuzzy
msgctxt ""
"03170000.xhp\n"
"par_id240720170117395610\n"
"help.text"
msgid "<emph>numdecimalplaces</emph>: Optional. Specifies how many places to the right of the decimal are included in the rounding. Default is 0."
-msgstr "<unk>GA numdecimalplaces</emph> opcional. Indica quants llocs a la dreta del decimal s'inclouen en l'arrodoniment. Per defecte és 0."
+msgstr "<emph>numdecimalplaces</emph> opcional. Indica quants llocs a la dreta del decimal s'inclouen en l'arrodoniment. Per defecte és 0."
#. g7CVV
#: 03170000.xhp
-#, fuzzy
msgctxt ""
"03170000.xhp\n"
"par_id061420170153186193\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060106.xhp#Section21\">Calc ROUND function</link>"
-msgstr "Funció <link href=\"text/scalc/01/04060106.xhp#Section21\">Calc ROUND<unk>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp#Section21\">Funció Calc ROUND</link>"
#. 3ECTM
#: 03170010.xhp
@@ -38518,103 +38316,93 @@ msgstr "Expressió <emph></emph> requerida. L'expressió numèrica a formatar."
#. mD2xQ
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id631542195798758\n"
"help.text"
msgid "<emph>numDigitsAfterDecimal</emph>: Optional. A numeric value specifying the number of digits that should be displayed after the decimal. If omitted, it defaults to the value -1, meaning that the default settings for user interface locale should be used."
-msgstr "<unk>GA numDigitsAfterDecimal</emph> Opcional. Un valor numèric que especifica el nombre de dígits que s'han de mostrar després del decimal. Si s'omet per defecte és el valor -1 que vol dir que s'han d'utilitzar els ajustaments predeterminats per a la configuració regional de la interfície d'usuari."
+msgstr "<emph>numDigitsAfterDecimal</emph> Opcional. Un valor numèric que especifica el nombre de dígits que s'han de mostrar després del decimal. Si s'omet per defecte és el valor -1 que vol dir que s'han d'utilitzar els ajustaments predeterminats per a la configuració regional de la interfície d'usuari."
#. BN3xY
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id961542200034362\n"
"help.text"
msgid "<emph>includeLeadingDigit</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value, specifying whether a leading zero should be displayed for fractional values."
-msgstr "<unk>GA inclouLeadingDigit</emph> opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifica si s'ha de mostrar un zero inicial per a valors fraccionaris."
+msgstr "<emph>inclouLeadingDigit</emph> opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifica si s'ha de mostrar un zero inicial per a valors fraccionaris."
#. cNFTu
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id561542198440051\n"
"help.text"
msgid "<emph>vbTrue or -1</emph>: Display a leading zero."
-msgstr "<unk>GA vbTrue o -1</emph> mostra un zero inicial."
+msgstr "<emph>vbTrue o -1</emph> mostra un zero inicial."
#. bbFUW
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id21542198550868\n"
"help.text"
msgid "<emph>vbFalse or 0</emph>: Do not display leading zeros."
-msgstr "<unk>GA vbFalse o 0</emph> no mostren zeros inicials."
+msgstr "<emph>vbFalse o 0</emph> no mostren zeros inicials."
#. ry2bD
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id241542199046808\n"
"help.text"
msgid "<emph>vbUseDefaults or -2</emph>: Use the user interface locale settings. This is the default when omitted."
-msgstr "<unk>GA vbUseDefaults o -2</emph> Usa la configuració regional de la interfície d'usuari. Aquesta és la configuració predeterminada quan s'omet."
+msgstr "<emph>vbUseDefaults o -2</emph> Usa la configuració regional de la interfície d'usuari. Aquesta és la configuració predeterminada quan s'omet."
#. CyTLd
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id311542201637647\n"
"help.text"
msgid "<emph>useParensForNegativeNumbers</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying whether negative numbers should be encased in parenthesis."
-msgstr "<unk>GA useParensForNegativeNumbers</emph> opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifica si els nombres negatius s'han d'encaixar en parèntesi."
+msgstr "<emph>useParensForNegativeNumbers</emph> opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifica si els nombres negatius s'han d'encaixar en parèntesi."
#. CgCCe
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id561543198440051\n"
"help.text"
msgid "<emph>vbTrue or -1</emph>: Use parenthesis for negative numbers."
-msgstr "<unk>GA vbTrue o -1</emph> Usa parèntesis per a nombres negatius."
+msgstr "<emph>vbTrue o -1</emph> Usa parèntesis per a nombres negatius."
#. cjUbz
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id21542398550868\n"
"help.text"
msgid "<emph>vbFalse or 0</emph>: Do not display parenthesis."
-msgstr "<unk>GA vbFalse o 0</emph> no mostren parèntesis."
+msgstr "<emph>vbFalse o 0</emph> no mostren parèntesis."
#. s4gZ7
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id241542191246808\n"
"help.text"
msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
-msgstr "<unk>GA vbUseDefaults o -2</emph> Igual que vbFalse. Aquest és el valor predeterminat quan s'omet."
+msgstr "<emph>vbUseDefaults o -2</emph> Igual que vbFalse. Aquest és el valor predeterminat quan s'omet."
#. dsg88
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id531542201968815\n"
"help.text"
msgid "<emph>groupDigits</emph>: Optional. A <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> enumeration value specifying the number should be grouped (into thousands, etc.), using the group delimiter that is specified on the system's regional settings."
-msgstr "GrupDigits <emph>opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifiqui el nombre s'ha d'agrupar (fins a milers etc.) utilitzant el delimitador de grup que s'especifica a la configuració regional del sistema."
+msgstr "<emph>GrupDigits </emph>opcional. Un valor d'enumeració <link href=\"text/sbasic/shared/03040000.xhp#addvbaconstants\" name=\"vbtristate\">vbTriState</link> que especifiqui el nombre s'ha d'agrupar (fins a milers etc.) utilitzant el delimitador de grup que s'especifica a la configuració regional del sistema."
#. raMda
#: 03170010.xhp
@@ -38628,23 +38416,21 @@ msgstr "<emph>vbTrue o -1 dígits de grup</emph>."
#. a4Y2S
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id215423985506768\n"
"help.text"
msgid "<emph>vbFalse or 0</emph>: Do not group digits."
-msgstr "<unk>GA vbFalse o 0</emph> No agrupa els dígits."
+msgstr "<emph>vbFalse o 0</emph> No agrupa els dígits."
#. tyG7F
#: 03170010.xhp
-#, fuzzy
msgctxt ""
"03170010.xhp\n"
"par_id241542191267808\n"
"help.text"
msgid "<emph>vbUseDefaults or -2</emph>: Same as vbFalse. This is the default when omitted."
-msgstr "<unk>GA vbUseDefaults o -2</emph> Igual que vbFalse. Aquest és el valor predeterminat quan s'omet."
+msgstr "<emph>vbUseDefaults o -2</emph> Igual que vbFalse. Aquest és el valor predeterminat quan s'omet."
#. MxFCq
#: 05060700.xhp
@@ -39244,23 +39030,21 @@ msgstr "Objecte err VBA"
#. iHP2L
#: ErrVBA.xhp
-#, fuzzy
msgctxt ""
"ErrVBA.xhp\n"
"N0010\n"
"help.text"
msgid "<bookmark_value>Err object</bookmark_value> <bookmark_value>Error;raising</bookmark_value> <bookmark_value>Error;handling</bookmark_value>"
-msgstr "<unk>GA Err objecte</bookmarkvalue> <bookmarkvalue>Error; recaptació</bookmarkvalue> <bookmarkvalue>Error;assistència</bookmarkvalue>"
+msgstr "<bookmark_value>Err objecte</bookmark_value><bookmark_value>Error; recaptació</bookmark_value><bookmark_value>Error;assistència</bookmark_value>"
#. pPqhS
#: ErrVBA.xhp
-#, fuzzy
msgctxt ""
"ErrVBA.xhp\n"
"N0011\n"
"help.text"
msgid "<variable id=\"ErrVBAh1\"><link href=\"text/sbasic/shared/ErrVBA.xhp\" name=\"Err object [VBA]\">Err Object [VBA]</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/ErrVBA.xhp\" name=\"Err object [VBA]\">Err Objecte [VBA]</link></variable>"
+msgstr "<variable id=\"ErrVBAh1\"><link href=\"text/sbasic/shared/ErrVBA.xhp\" name=\"Err object [VBA]\">Err Objecte [VBA]</link></variable>"
#. RZpQL
#: ErrVBA.xhp
@@ -39408,13 +39192,12 @@ msgstr "Paràmetres"
#. 9a9P9
#: ErrVBA.xhp
-#, fuzzy
msgctxt ""
"ErrVBA.xhp\n"
"N0031\n"
"help.text"
msgid "<emph>Number</emph>: A user-defined or predefined error code to be raised."
-msgstr "<unk>GA Nombre</emph> Un codi d'error definit per l'usuari o predefinit a pujar."
+msgstr "<emph>Nombre</emph> Un codi d'error definit per l'usuari o predefinit a pujar."
#. DoFG8
#: ErrVBA.xhp
@@ -39428,13 +39211,12 @@ msgstr "Error l'interval de codi 0-2000 està reservat per a un percentatge de P
#. VAmhX
#: ErrVBA.xhp
-#, fuzzy
msgctxt ""
"ErrVBA.xhp\n"
"N0033\n"
"help.text"
msgid "<emph>Source</emph>: The name of the routine raising the error. A name in the form of \"myLibrary.myModule.myProc\" is recommended."
-msgstr "<unk>GA Source</emph> El nom de la rutina que aixeca l'error. Es recomana un nom en forma de «myLibrary.myModule.myProc»."
+msgstr "<emph>Source</emph> El nom de la rutina que aixeca l'error. Es recomana un nom en forma de «myLibrary.myModule.myProc»."
#. wFqtB
#: ErrVBA.xhp
@@ -39557,13 +39339,12 @@ msgstr "Funció <bookmarkvalue>GetPathSeparator</bookmarkvalue>"
#. GXeyZ
#: GetPathSeparator.xhp
-#, fuzzy
msgctxt ""
"GetPathSeparator.xhp\n"
"N0002\n"
"help.text"
msgid "<variable id=\"getpathseparator01\"><link href=\"text/sbasic/shared/GetPathSeparator.xhp\" name=\"GetPathSeparator\">GetPathSeparator Function</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/GetPathSeparator.xhp\" name=\"GetPathSeparator\">GetPathSeparator Funció</link></variable>"
+msgstr "<variable id=\"getpathseparator01\"><link href=\"text/sbasic/shared/GetPathSeparator.xhp\" name=\"GetPathSeparator\">GetPathSeparator Funció</link></variable>"
#. dWBDB
#: GetPathSeparator.xhp
@@ -39643,23 +39424,21 @@ msgstr "Reprèn l'expressió"
#. sMcg4
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"N0001\n"
"help.text"
msgid "<bookmark_value>Resume statement</bookmark_value>"
-msgstr "<unk>GA Reprèn la sentència</bookmarkvalue>"
+msgstr "<bookmark_value>Reprèn la sentència</bookmark_value>"
#. LTupm
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"N0002\n"
"help.text"
msgid "<variable id=\"resumeh1\"><link href=\"text/sbasic/shared/Resume.xhp\" name=\"Resume statement\">Resume Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/Resume.xhp\" name=\"Resume statement\">Reprèn la sentència</link></variable>"
+msgstr "<variable id=\"resumeh1\"><link href=\"text/sbasic/shared/Resume.xhp\" name=\"Resume statement\">Reprèn la sentència</link></variable>"
#. AVhyb
#: Resume.xhp
@@ -39673,23 +39452,21 @@ msgstr "Reinicia la informació d'error i indica què s'ha d'executar després."
#. FhZm3
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"par_id491585753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Resume_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Resume Statement diagram</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484514\">Reprendre el diagrama d'extractes</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Resume_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Reprendre el diagrama d'extractes</alt></image>"
#. eafvm
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"par_id481586090298901\n"
"help.text"
msgid "<literal>0</literal>: Resets error information and re-executes the instruction that caused the error. <literal>0</literal> is optional."
-msgstr "<unk>GA 0</literal> Reinicia la informació d'error i torna a executar la instrucció que ha causat l'error. <literal>0</literal> és opcional."
+msgstr "<literal>0</literal> Reinicia la informació d'error i torna a executar la instrucció que ha causat l'error. <literal>0</literal> és opcional."
#. fakJ2
#: Resume.xhp
@@ -39703,13 +39480,12 @@ msgstr "L'etiqueta <emph></emph> restableix la informació d'error i reprèn l'e
#. 7NaeS
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"par_id331586090432804\n"
"help.text"
msgid "<literal>Next</literal>: Resets error information and executes the instruction following the one that caused the error."
-msgstr "<unk>GA Next</literal> Reinicia la informació d'error i executa la instrucció que segueix a la que ha causat l'error."
+msgstr "<literal>Next</literal> Reinicia la informació d'error i executa la instrucció que segueix a la que ha causat l'error."
#. 3Jge7
#: Resume.xhp
@@ -39743,13 +39519,12 @@ msgstr "Número d'error <literal>Err</literal>."
#. ctA2t
#: Resume.xhp
-#, fuzzy
msgctxt ""
"Resume.xhp\n"
"par_id721586333586263\n"
"help.text"
msgid "<literal>Error[$]</literal>: Error description."
-msgstr "Error <literal><unk>] Descripció d'error</literal>."
+msgstr "<literal>Error[$]</literal> Descripció d'error."
#. fDJgb
#: Resume.xhp
@@ -39843,13 +39618,12 @@ msgstr "Cridant les funcions del Calc en macros"
#. mpMbn
#: calc_functions.xhp
-#, fuzzy
msgctxt ""
"calc_functions.xhp\n"
"bm_id291592361063458\n"
"help.text"
msgid "<bookmark_value>calling Calc function;macros</bookmark_value> <bookmark_value>macros;calling Calc function</bookmark_value> <bookmark_value>createUNOservice function;calling Calc function</bookmark_value> <bookmark_value>API;addin.Analysis</bookmark_value>"
-msgstr "<unk>GA cridant la funció Calc;macros</bookmarkvalue> <bookmarkvalue>macros;cridació de la funció Calcfunció</bookmarkvalue> <bookmarkvalue>creatEUUNOService;cridació de la funció Calcfunció</bookmarkvalue> <bookmarkvalue>API;addin.<unk>"
+msgstr "<bookmark_value>cridant la funció Calc;macros</bookmark_value><bookmark_value>macros;cridació de la funció Calcfunció</bookmark_value><bookmark_value>creatEUUNOService;cridació de la funció Calcfunció</bookmark_value><bookmark_value>API;addin.</bookmark_value>"
#. CSA8o
#: calc_functions.xhp
@@ -40963,23 +40737,21 @@ msgstr "Mòdul de classe d'opció"
#. HFQ4r
#: classmodule.xhp
-#, fuzzy
msgctxt ""
"classmodule.xhp\n"
"N0082\n"
"help.text"
msgid "<bookmark_value>Option ClassModule</bookmark_value>"
-msgstr "<unk>GA Opció ClasseModule</bookmarkvalue>"
+msgstr "<bookmark_value>Opció ClasseModule</bookmark_value>"
#. WS3B9
#: classmodule.xhp
-#, fuzzy
msgctxt ""
"classmodule.xhp\n"
"N0083\n"
"help.text"
msgid "<variable id=\"classmodulestatement\"><link href=\"text/sbasic/shared/classmodule.xhp\" name=\"option classmodule\">Option ClassModule Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/classmodule.xhp\" name=\"option classmodule\">Opció ClassModule expressió</link></variable>"
+msgstr "<variable id=\"classmodulestatement\"><link href=\"text/sbasic/shared/classmodule.xhp\" name=\"option classmodule\">Opció ClassModule expressió</link></variable>"
#. 4MQj9
#: classmodule.xhp
@@ -41122,23 +40894,21 @@ msgstr "Funció CompatibilityMode"
#. 7mPvG
#: compatibilitymode.xhp
-#, fuzzy
msgctxt ""
"compatibilitymode.xhp\n"
"N0103\n"
"help.text"
msgid "<bookmark_value>CompatibilityMode</bookmark_value> <bookmark_value>VBA compatibility mode</bookmark_value>"
-msgstr "CompatibilityMode</bookmarkvalue> <bookmarkvalue>mode de compatibilitat VBA</bookmarkvalue>"
+msgstr "<bookmark_value>CompatibilityMode</bookmark_value><bookmark_value>mode de compatibilitat VBA</bookmark_value>"
#. WL5ei
#: compatibilitymode.xhp
-#, fuzzy
msgctxt ""
"compatibilitymode.xhp\n"
"N0118\n"
"help.text"
msgid "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">CompatibilityMode() Function</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">COMpatibilityMode() Funció</link></variable>"
+msgstr "<variable id=\"compatibilitymodeh1\"><link href=\"text/sbasic/shared/compatibilitymode.xhp\" name=\"CompatibilityMode\">COMpatibilityMode() Funció</link></variable>"
#. KwAAR
#: compatibilitymode.xhp
@@ -41162,13 +40932,12 @@ msgstr "Utilitzeu aquesta característica amb precaució limiteu-la a la convers
#. GJLGQ
#: compatibilitymode.xhp
-#, fuzzy
msgctxt ""
"compatibilitymode.xhp\n"
"par_id271561645872679\n"
"help.text"
msgid "<literal>Option Compatible</literal> turns on VBA compatibility at module level for the %PRODUCTNAME Basic interpreter."
-msgstr "<unk>GA Opció compatible</literal> activa la compatibilitat amb VBA a nivell de mòdul per a l'intèrpret del Basic del %PRODUCTNAME."
+msgstr "<literal>Opció compatible</literal> activa la compatibilitat amb VBA a nivell de mòdul per a l'intèrpret del Basic del %PRODUCTNAME."
#. NM3yP
#: compatibilitymode.xhp
@@ -41232,13 +41001,12 @@ msgstr "S'ha donat un directori no buit al fitxer <emph>///home/me/Test</emph>"
#. 7mLBk
#: compatibilitymode.xhp
-#, fuzzy
msgctxt ""
"compatibilitymode.xhp\n"
"par_id461561646613414\n"
"help.text"
msgid "With <literal>CompatibilityMode( true )</literal> the program results in an error, otherwise the Test directory and all its content is deleted."
-msgstr "Amb <literal>CompatibilityMode( true) el programa resulta en un error en cas contrari se suprimirà el directori de proves i tot el seu contingut."
+msgstr "Amb <literal>CompatibilityMode( true)</literal> el programa resulta en un error en cas contrari se suprimirà el directori de proves i tot el seu contingut."
#. TcWG2
#: compatibilitymode.xhp
@@ -41260,13 +41028,12 @@ msgstr "CompatibilityMode( true ) ' Mostra també els fitxers normals"
#. YJM4j
#: compatibilitymode.xhp
-#, fuzzy
msgctxt ""
"compatibilitymode.xhp\n"
"N0129\n"
"help.text"
msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for <literal>Option Compatible</literal> simple examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
-msgstr "Consulteu <link href=\"text/sbasic/python/pythonplatform.xhp\">Identificant el sistema operatiu</link> i <link href=\"text/sbasic/python/pythonsession.xhp\">Obtenint informació de sessió</link> per a exemples simples</literal> compatibles amb opcions </literal> o <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base biblioteca bàsica compartida</link> per a altres exemples de classe fent ús del mode compilador</literal> compatible amb opcions <literal>."
+msgstr "Consulteu <link href=\"text/sbasic/python/python_platform.xhp\">Identificant el sistema operatiu</link> i <link href=\"text/sbasic/python/python_session.xhp\">Obtenint informació de sessió</link> per a exemples simples<literal> compatibles amb opcions </literal> o <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base biblioteca bàsica compartida</link> per a altres exemples de classe fent ús del mode compilador<literal> compatible amb opcions </literal>."
#. P7qDB
#: compatibilitymode.xhp
@@ -41290,33 +41057,30 @@ msgstr "Compatible amb opcions"
#. NVDrC
#: compatible.xhp
-#, fuzzy
msgctxt ""
"compatible.xhp\n"
"N0103\n"
"help.text"
msgid "<bookmark_value>Option Compatible</bookmark_value> <bookmark_value>VBA compatibility option</bookmark_value>"
-msgstr "Opció <bookmarkvalue>compatible</bookmarkvalue> <bookmarkvalue><bookmarkvalue> compatibilitat VBA opció</bookmarkvalue>"
+msgstr "<bookmark_value>Opció compatible</bookmark_value><bookmark_value>compatibilitat VBA opció</bookmark_value>"
#. imVdb
#: compatible.xhp
-#, fuzzy
msgctxt ""
"compatible.xhp\n"
"N0104\n"
"help.text"
msgid "<variable id=\"compatiblestatement\"><link href=\"text/sbasic/shared/compatible.xhp\" name=\"compatible\">Option Compatible Statement</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/compatible.xhp\" name=\"compatible\">Expressió compatible amb opcions</link></variable>"
+msgstr "<variable id=\"compatiblestatement\"><link href=\"text/sbasic/shared/compatible.xhp\" name=\"compatible\">Expressió compatible amb opcions</link></variable>"
#. qCdkp
#: compatible.xhp
-#, fuzzy
msgctxt ""
"compatible.xhp\n"
"N0106\n"
"help.text"
msgid "<literal>Option Compatible</literal> turns on the VBA-compatible Basic compiler mode at the module level."
-msgstr "<unk>GA Opció compatible</literal> activa el mode de compilació Bàsic compatible amb VBA a nivell de mòdul."
+msgstr "<literal>Opció compatible</literal> activa el mode de compilació Bàsic compatible amb VBA a nivell de mòdul."
#. SNhhH
#: compatible.xhp
@@ -41410,13 +41174,12 @@ msgstr "Precàrrega de biblioteques bàsiques del 0%PRODUCTNAME"
#. uNUqR
#: compatible.xhp
-#, fuzzy
msgctxt ""
"compatible.xhp\n"
"N0115\n"
"help.text"
msgid "<literal>Option Compatible</literal> is required when coding class modules."
-msgstr "<unk>GA es requereix</literal> compatible amb opcions quan es codifiquen els mòduls de classe."
+msgstr "<literal>es requereix</literal> compatible amb opcions quan es codifiquen els mòduls de classe."
#. gBqrZ
#: compatible.xhp
@@ -41460,13 +41223,12 @@ msgstr "Variables modificació de l'àmbit d'aplicació en <link href=\"text/sba
#. 2hkYG
#: compatible.xhp
-#, fuzzy
msgctxt ""
"compatible.xhp\n"
"N0129\n"
"help.text"
msgid "Refer to <link href=\"text/sbasic/python/python_platform.xhp\">Identifying the Operating System</link> and <link href=\"text/sbasic/python/python_session.xhp\">Getting Session Information</link> for class module examples, or <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base shared Basic library</link> for other class examples making use of <literal>Option Compatible</literal> compiler mode."
-msgstr "Consulteu <link href=\"text/sbasic/python/pythonplatform.xhp\">Identificant el sistema operatiu</link> i <link href=\"text/sbasic/python/pythonsession.xhp\">Obtenint informació de sessió</link> per a exemples de mòduls de classe o <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base biblioteca bàsica compartida</link> per a altres exemples de classe fent ús del mode compilador</literal> compatible amb opcions <literal>."
+msgstr "Consulteu <link href=\"text/sbasic/python/python_platform.xhp\">Identificant el sistema operatiu</link> i <link href=\"text/sbasic/python/python_session.xhp\">Obtenint informació de sessió</link> per a exemples de mòduls de classe o <link href=\"text/sbasic/guide/access2base.xhp\">Access2Base biblioteca bàsica compartida</link> per a altres exemples de classe fent ús del mode compilador<literal> compatible amb opcions </literal>."
#. QF4Ds
#: conventions.xhp
@@ -41480,23 +41242,21 @@ msgstr "Diagrames ràster"
#. CkdjC
#: conventions.xhp
-#, fuzzy
msgctxt ""
"conventions.xhp\n"
"bm_id861593777289558\n"
"help.text"
msgid "<bookmark_value>Syntax diagrams; How to read</bookmark_value> <bookmark_value>Statements syntax;How to read</bookmark_value> <bookmark_value>Typographical conventions</bookmark_value>"
-msgstr "Diagrames <bookmarkvalue><unk>; com llegir les expressions</bookmarkvalue> <bookmarkvalue>sintaxi;Com llegir les convencions tipogràfiques</bookmarkvalue> <bookmarkvalue></bookmarkvalue>"
+msgstr "<bookmark_value>Diagrames; com llegir les expressions</bookmark_value><bookmark_value>sintaxi;Com llegir les convencions tipogràfiques</bookmark_value>"
#. VTTA3
#: conventions.xhp
-#, fuzzy
msgctxt ""
"conventions.xhp\n"
"hd_id221543446540070\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"conventions\">How to Read Syntax Diagrams and Statements</link>"
-msgstr "<unk>GA Com llegir Diagrames i declaracions</link>"
+msgstr "<link href=\"text/sbasic/shared/conventions.xhp\" name=\"conventions\">Com llegir Diagrames i declaracions</link>"
#. jJGWn
#: conventions.xhp
@@ -41630,33 +41390,30 @@ msgstr "Exemple textual"
#. vtggd
#: conventions.xhp
-#, fuzzy
msgctxt ""
"conventions.xhp\n"
"par_id181593700546735\n"
"help.text"
msgid "<emph>[opt1|opt2|opt3]</emph> Items inside brackets are optional, alternatives are indicated with a vertical bar,"
-msgstr "<unk>GA [opt1|opt2|opt3] Els ítems de</emph> entre parèntesis són alternatives opcionals que s'indiquen amb una barra vertical"
+msgstr "<emph>[opt1|opt2|opt3] Els ítems de</emph> entre parèntesis són alternatives opcionals que s'indiquen amb una barra vertical"
#. ap6xE
#: conventions.xhp
-#, fuzzy
msgctxt ""
"conventions.xhp\n"
"par_id181593699546735\n"
"help.text"
msgid "<emph>case[[sep]…]</emph> An ellipsis indicates a possible repetition, an optional separator may be specified,"
-msgstr "El cas <emph><unk>sp]] Un el·lipsi</emph> indica una possible repetició es pot especificar un separador opcional"
+msgstr "<emph>El cas [[sep]...]</emph> Un el·lipsi indica una possible repetició es pot especificar un separador opcional"
#. FEGF3
#: conventions.xhp
-#, fuzzy
msgctxt ""
"conventions.xhp\n"
"par_id712593699548486\n"
"help.text"
msgid "<emph>{choice1|choice2}</emph> Items inside curly braces are compulsory, alternatives are indicated with a vertical bar."
-msgstr "<unk>GA {choice1|choice2} ítems</emph> dins de claus són alternatives obligatòries que s'indiquen amb una barra vertical."
+msgstr "<emph> {choice1|choice2}</emph> ítems dins de claus són alternatives obligatòries que s'indiquen amb una barra vertical."
#. VFKcU
#: conventions.xhp
@@ -41798,13 +41555,12 @@ msgstr "Les enumeracions es poden estendre a altres tipus de dades utilitzant de
#. N48Xe
#: enum.xhp
-#, fuzzy
msgctxt ""
"enum.xhp\n"
"N0051\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"const\">Const</link> statement, <link href=\"text/sbasic/shared/01020100.xhp\" name=\"external\">constants</link>"
-msgstr "expressió <link href=\"text/sbasic/shared/03100700.xhp\" name=\"const\">Constant</link> constants <link href=\"text/sbasic/shared/01020100.xhp\" name=\"external\">"
+msgstr "<link href=\"text/sbasic/shared/03100700.xhp\" name=\"const\">Constant</link> expressió <link href=\"text/sbasic/shared/01020100.xhp\" name=\"external\">constants</link>"
#. PEGnc
#: enum.xhp
@@ -41818,13 +41574,12 @@ msgstr "expressió <link href=\"text/sbasic/shared/03103350.xhp\" name=\"Option
#. gfQpy
#: enum.xhp
-#, fuzzy
msgctxt ""
"enum.xhp\n"
"N0061\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With\">With</link> statement"
-msgstr "<unk>GA amb declaració</link>"
+msgstr "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With\">amb declaració</link>"
#. FFWQn
#: fragments.xhp
@@ -41838,13 +41593,12 @@ msgstr "Diagrames de sintaxi bàsics fragments"
#. y2yz2
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"hd_id541587044867073\n"
"help.text"
msgid "<variable id=\"fragmentsh1\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"Syntax fragments\">Syntax fragments</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/fragments.xhp\" name=\"Syntax fragments\"><unk> fragments</link></variable>"
+msgstr "<variable id=\"fragmentsh1\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"Syntax fragments\"> fragments</link></variable>"
#. qdgmB
#: fragments.xhp
@@ -41857,13 +41611,12 @@ msgstr "Fragments de sintaxi del %PRODUCTNAME Basic."
#. 4eH7M
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"hd_id431587045941514\n"
"help.text"
msgid "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/>argument fragment</variable>"
-msgstr "Argument <variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function Sub and Property statements\"/> fragment<unk>"
+msgstr "<variable id=\"argumenth2\"><link href=\"text/sbasic/shared/fragments.xhp\" name=\"arguments in Function, Sub and Property statements\"/>fragment Argument</variable>"
#. pfHq8
#: fragments.xhp
@@ -41895,23 +41648,21 @@ msgstr "<literal>Optional</literal>: l'argument no és obligatori."
#. FEs39
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id331586090532804\n"
"help.text"
msgid "<literal>ByRef</literal>: The argument is passed by reference. <literal>ByRef</literal> is the default."
-msgstr "<unk>GA ByRef</literal> L'argument es passa per referència. <literal>ByRef</literal> és el predeterminat."
+msgstr "<literal>ByRef</literal> L'argument es passa per referència. <literal>ByRef</literal> és el predeterminat."
#. WuCPC
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id331586090432804\n"
"help.text"
msgid "<literal>ByVal</literal>: The argument is passed by value. Its value can be modified by the called routine."
-msgstr "<unk>GA ByVal</literal> L'argument es passa per valor. El seu valor es pot modificar per la rutina anomenada."
+msgstr "<literal>ByVal</literal> L'argument es passa per valor. El seu valor es pot modificar per la rutina anomenada."
#. GrfMS
#: fragments.xhp
@@ -41934,23 +41685,21 @@ msgstr "Nom de tipus <emph></emph> Nom de tipus de dades primitives. També es p
#. KwsyR
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id11587045141290\n"
"help.text"
msgid "<emph>= expression</emph>: Specify a default value for the argument, matching its declared type. <literal>Optional</literal> is necessary for each argument specifying a default value."
-msgstr "<unk>GA = expressió</emph> Especifiqueu un valor predeterminat per a l'argument que coincideix amb el seu tipus declarat. <literal>Opcional</literal> és necessari per a cada argument que especifiqui un valor predeterminat."
+msgstr "<emph> = expressió</emph> Especifiqueu un valor predeterminat per a l'argument que coincideix amb el seu tipus declarat. <literal>Opcional</literal> és necessari per a cada argument que especifiqui un valor predeterminat."
#. 4Atx8
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id331586091432804\n"
"help.text"
msgid "<literal>ParamArray</literal>: Use <literal>ParamArray</literal> when the number of parameters is undetermined. A typical scenario is that of a Calc user-defined function. Using <literal>ParamArray</literal> should be limited to the last argument of a routine."
-msgstr "<unk>GA ParamArray</literal> Usa <literal>ParamArray</literal> quan el nombre de paràmetres no està determinat. Un escenari típic és el d'una funció definida per l'usuari del Calc. L'ús del <literal>ParamArray</literal> hauria de limitar-se a l'últim argument d'una rutina."
+msgstr "<literal>ParamArray</literal> Usa <literal>ParamArray</literal> quan el nombre de paràmetres no està determinat. Un escenari típic és el d'una funció definida per l'usuari del Calc. L'ús del <literal>ParamArray</literal> hauria de limitar-se a l'últim argument d'una rutina."
#. GWSD4
#: fragments.xhp
@@ -42003,23 +41752,21 @@ msgstr "Paràmetres"
#. dUCSu
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id951587051619162\n"
"help.text"
msgid "<emph>start:</emph> Lower bound of a dimension."
-msgstr "<unk>GA inicia el</emph> amb un límit inferior d'una dimensió."
+msgstr "<emph>inicia el</emph> amb un límit inferior d'una dimensió."
#. yeb4H
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id951587052619162\n"
"help.text"
msgid "<emph>end:</emph> Upper bound of a dimension."
-msgstr "<unk>GA end</emph> Superior límit d'una dimensió."
+msgstr "<emph>end</emph> Superior límit d'una dimensió."
#. wyE23
#: fragments.xhp
@@ -42033,13 +41780,12 @@ msgstr "Dimensions múltiples per a una matriu es denoten utilitzant el signe de
#. E9UTU
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"hd_id231587046013458\n"
"help.text"
msgid "<variable id=\"typenameh4\">typename fragment</variable>"
-msgstr "<unk>GA typename fragment</variable>"
+msgstr "<variable id=\"typenameh4\">typename fragment</variable>"
#. AqfYj
#: fragments.xhp
@@ -42063,13 +41809,12 @@ msgstr "Fragment del <variable id=\"charh4\"></variable>"
#. JFwPg
#: fragments.xhp
-#, fuzzy
msgctxt ""
"fragments.xhp\n"
"par_id511586753339474\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/char_fragment.svg\" id=\"img_id4157296484514\"><alt id=\"alt_id15152796484516\">type declaration characters</alt></image>"
-msgstr "<unk>GA<alt id=\"altid15152796484516\">type declaration caràcters</alt></image>"
+msgstr "<image src=\"media/helpimg/sbasic/char_fragment.svg\" id=\"img_id4157296484514\"><alt id=\"alt_id15152796484516\">type declaration caràcters</alt></image>"
#. onSEk
#: keys.xhp
@@ -42307,13 +42052,12 @@ msgstr "Ajuda del $[officename] Basic"
#. Fa5sa
#: main0601.xhp
-#, fuzzy
msgctxt ""
"main0601.xhp\n"
"hd_id3154232\n"
"help.text"
msgid "<variable id=\"mainsbasic\"><link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link></variable>"
-msgstr "<unk>GA <link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">8%PRODUCTNAME Ajuda bàsica</link></variable>"
+msgstr "<variable id=\"mainsbasic\"><link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">8%PRODUCTNAME Ajuda bàsica</link></variable>"
#. 6cHZD
#: main0601.xhp
@@ -42432,33 +42176,30 @@ msgstr "Partició( Nombre Inici Final Interval)"
#. EXFRi
#: partition.xhp
-#, fuzzy
msgctxt ""
"partition.xhp\n"
"par_id481548420000538\n"
"help.text"
msgid "<emph>Number</emph>: Required. The number to determine the partition."
-msgstr "<unk>GA Nombre</emph> requerit. El número per determinar la partició."
+msgstr "<emph>Nombre</emph> requerit. El número per determinar la partició."
#. HXMue
#: partition.xhp
-#, fuzzy
msgctxt ""
"partition.xhp\n"
"par_id841548420006137\n"
"help.text"
msgid "<emph>Start</emph>: Required. An integer number defining the lower value of the range of numbers."
-msgstr "<unk>GA Inicia</emph> requerit. Un nombre enter que defineix el valor inferior de l'interval de nombres."
+msgstr "<emph>Inicia</emph> requerit. Un nombre enter que defineix el valor inferior de l'interval de nombres."
#. yg4Di
#: partition.xhp
-#, fuzzy
msgctxt ""
"partition.xhp\n"
"par_id781548420012105\n"
"help.text"
msgid "<emph>End</emph>: Required. An integer number defining the highest value of the range."
-msgstr "<unk>GA End</emph> requerit. Un nombre enter que defineix el valor més alt de l'interval."
+msgstr "<emph>End</emph> requerit. Un nombre enter que defineix el valor més alt de l'interval."
#. VvTEA
#: partition.xhp
@@ -42572,13 +42313,12 @@ msgstr "Aquest extracte requereix que <link href=\"text/sbasic/shared/compatible
#. gSJbV
#: property.xhp
-#, fuzzy
msgctxt ""
"property.xhp\n"
"par_id971587473488701\n"
"help.text"
msgid "<image src=\"media/helpimg/sbasic/Property-Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Property Get Statement diagram</alt></image>"
-msgstr "Diagrama d'extractes de propietat <image src=\"media/helpimg/sbasic/Property-Getstatement.svg\" id=\"imgid4156296484514\"><alt id=\"altid15152796484514\"></image>"
+msgstr "<image src=\"media/helpimg/sbasic/Property-Get_statement.svg\" id=\"img_id4156296484514\"><alt id=\"alt_id15152796484514\">Diagrama d'extractes de propietat </alt></image>"
#. LNJAH
#: property.xhp
@@ -42602,13 +42342,12 @@ msgstr "Nom <emph></emph>El nom de la propietat."
#. hiW2o
#: property.xhp
-#, fuzzy
msgctxt ""
"property.xhp\n"
"par_id3147229\n"
"help.text"
msgid "<emph>argument:</emph> Value to be passed to the <literal>Property</literal> setter routine."
-msgstr "Argument <emph>valor</emph> que es passarà a la rutina de setter</literal> Propietat </literal>."
+msgstr "<emph>Argument</emph> valor que es passarà a la rutina de setter</literal> Propietat </literal>."
#. duS8j
#: property.xhp
@@ -42797,53 +42536,48 @@ msgstr "Text <emph></emph> Qualsevol expressió de cadena que vulgueu modificar.
#. JdTUJ
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id901552552269836\n"
"help.text"
msgid "<emph>SearchStr:</emph> Any string expression that shall be searched for."
-msgstr "<unk>GA CercaStr</emph> Qualsevol expressió de cadena que s'hagi de cercar."
+msgstr "<emph>CercaStr</emph> Qualsevol expressió de cadena que s'hagi de cercar."
#. yK8dz
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id791552552275383\n"
"help.text"
msgid "<emph>ReplStr:</emph> Any string expression that shall replace the found search string."
-msgstr "<unk>GA ReplStr</emph> Qualsevol expressió de cadena que substitueixi la cadena de cerca trobada."
+msgstr "<emph>ReplStr</emph> Qualsevol expressió de cadena que substitueixi la cadena de cerca trobada."
#. y6ZZR
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id111552552283060\n"
"help.text"
msgid "<emph>Start:</emph> Numeric expression that indicates the character position where the search starts and also the start of the substring to be returned."
-msgstr "<unk>GA Inicia l'expressió numèrica</emph> que indica la posició del caràcter on s'inicia la cerca i també l'inici de la subcadena a retornar."
+msgstr "<emph>Inicia</emph> l'expressió numèrica que indica la posició del caràcter on s'inicia la cerca i també l'inici de la subcadena a retornar."
#. bLh8G
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id921552552289833\n"
"help.text"
msgid "<emph>Count:</emph> The maximal number of times the replace shall be performed."
-msgstr "<unk>GA Count</emph> El nombre màxim de vegades que es farà el reemplaçament."
+msgstr "<emph>Count</emph> El nombre màxim de vegades que es farà el reemplaçament."
#. Pwrb8
#: replace.xhp
-#, fuzzy
msgctxt ""
"replace.xhp\n"
"par_id891552552302894\n"
"help.text"
msgid "<emph>Compare:</emph> Optional boolean expression that defines the type of comparison. The value of this parameter can be TRUE or FALSE. The default value of TRUE specifies a text comparison that is not case-sensitive. The value of FALSE specifies a binary comparison that is case-sensitive. You can as well use 0 instead of FALSE or 1 instead of TRUE."
-msgstr "<unk>GA Compara</emph> expressió booleana opcional que defineix el tipus de comparació. El valor d'aquest paràmetre pot ser CERT o FALS. El valor predeterminat de TRUE especifica una comparació de text que no distingeix entre majúscules i minúscules. El valor de FALSE especifica una comparació binària que distingeix entre majúscules i minúscules. També podeu utilitzar 0 en lloc de FALSE o 1 en lloc de TRUE."
+msgstr "<emph>Compara</emph> expressió booleana opcional que defineix el tipus de comparació. El valor d'aquest paràmetre pot ser CERT o FALS. El valor predeterminat de TRUE especifica una comparació de text que no distingeix entre majúscules i minúscules. El valor de FALSE especifica una comparació binària que distingeix entre majúscules i minúscules. També podeu utilitzar 0 en lloc de FALSE o 1 en lloc de TRUE."
#. sFyGa
#: replace.xhp
@@ -42915,13 +42649,12 @@ msgstr "<bookmark_value>funcions VBA;introducció</bookmark_value>"
#. Y45G8
#: special_vba_func.xhp
-#, fuzzy
msgctxt ""
"special_vba_func.xhp\n"
"hd_id051820170313205718\n"
"help.text"
msgid "<variable id=\"exclusivevba\"><link href=\"text/sbasic/shared/special_vba_func.xhp\">Exclusive VBA Functions and Statements</link></variable>"
-msgstr "<unk>GA<link href=\"text/sbasic/shared/specialvbafunc.xhp\"><unk> Funcions VBA i expressions</link></variable>"
+msgstr "<variable id=\"exclusivevba\"><link href=\"text/sbasic/shared/special_vba_func.xhp\">Funcions VBA i expressions</link></variable>"
#. 2kkjB
#: special_vba_func.xhp
@@ -43085,23 +42818,21 @@ msgstr "Objecte StarDesktop"
#. S5TDy
#: stardesktop.xhp
-#, fuzzy
msgctxt ""
"stardesktop.xhp\n"
"N0089\n"
"help.text"
msgid "<bookmark_value>StarDesktop</bookmark_value> <bookmark_value>API; Desktop</bookmark_value>"
-msgstr "<unk>GA StarDesktop</bookmarkvalue> <bookmarkvalue>API; Escriptori</bookmarkvalue>"
+msgstr "<bookmark_value>StarDesktop</bookmark_value><bookmark_value>API; Escriptori</bookmark_value>"
#. awFbD
#: stardesktop.xhp
-#, fuzzy
msgctxt ""
"stardesktop.xhp\n"
"hd_id401544551916353\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop object</link>"
-msgstr "<unk>GA StarDesktop objecte</link>"
+msgstr "<link href=\"text/sbasic/shared/stardesktop.xhp\" name=\"StarDesktop\">StarDesktop objecte</link>"
#. VZcw3
#: stardesktop.xhp
@@ -43132,13 +42863,12 @@ msgstr "Objectes de l'UNO"
#. 2XuCg
#: uno_objects.xhp
-#, fuzzy
msgctxt ""
"uno_objects.xhp\n"
"bm_id171544787218331\n"
"help.text"
msgid "<bookmark_value>programming;UNO objects</bookmark_value> <bookmark_value>UNO objects</bookmark_value> <bookmark_value>UNO functions</bookmark_value>"
-msgstr "Programació <bookmarkvalue>;UNO objectes</bookmarkvalue> <bookmarkvalue>UNO objectes</bookmarkvalue> <bookmarkvalue>funcions UNO"
+msgstr "<bookmark_value>Programació ;UNO objectes</bookmark_value><bookmark_value>UNO objectes</bookmark_value><bookmark_value>funcions UNO</bookmark_value>"
#. 5vZxD
#: uno_objects.xhp
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared/03.po b/source/ca/helpcontent2/source/text/sbasic/shared/03.po
index 204cc00a6ef..142464e84e8 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/ca/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-04 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/ca/>\n"
@@ -70,69 +70,24 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
+msgid "Services provided by the ScriptForge library"
msgstr ""
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
-msgstr "Servei FileSystem"
-
#. 6gvZc
#: lib_ScriptForge.xhp
msgctxt ""
@@ -936,6 +891,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1161,13 +1125,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5715,15 +5679,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5733,15 +5688,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5760,15 +5706,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5778,15 +5715,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5796,24 +5724,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5823,15 +5733,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5841,15 +5742,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5868,15 +5760,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5886,24 +5769,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5922,15 +5787,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5940,15 +5796,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5967,15 +5814,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5985,15 +5823,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7965,6 +7794,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7974,13 +10953,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8694,13 +11673,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8784,13 +11763,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9540,13 +12519,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9783,13 +12762,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/ca/helpcontent2/source/text/scalc.po b/source/ca/helpcontent2/source/text/scalc.po
index 68d4c0e39b7..99e2f106395 100644
--- a/source/ca/helpcontent2/source/text/scalc.po
+++ b/source/ca/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2020-12-28 07:54+0000\n"
+"PO-Revision-Date: 2021-02-14 16:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551190044.000000\n"
@@ -222,7 +222,7 @@ msgctxt ""
"hd_id10272015110909623\n"
"help.text"
msgid "View Grid lines"
-msgstr ""
+msgstr "Mostra les línies de graella"
#. TvxiA
#: main0103.xhp
@@ -267,7 +267,7 @@ msgctxt ""
"hd_id102720151147488697\n"
"help.text"
msgid "<embedvar href=\"text/scalc/01/04080000.xhp#function_list_title\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/scalc/01/04080000.xhp#function_list_title\"/>"
#. f3nqY
#: main0103.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index 7d943dcc115..0a51605a108 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ca/>\n"
@@ -14035,42 +14035,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMASI</link></variable>"
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Suma les cel·les que s'han indicat segons uns criteris determinats.</ahelp> Aquesta funció s'utilitza per cercar un valor determinat en un interval."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
-#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
-msgstr "SUMIF(Range; Criteri [; SumaRange])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
+msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Interval</emph> és l'interval de cel·les on s'han d'aplicar els criteris."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Criteris</emph> és la cel·la on es mostra el criteri de cerca, o el mateix criteri. Si s'escriu el criteri en la fórmula, s'ha de posar entre cometes dobles."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14081,14 +14080,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>IntervalDeSuma</emph> és l'interval a partir del qual se sumen els valors. Si no s'ha indicat el paràmetre, se sumen els valors de l'Interval."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMASI només admet l'operador de concatenació de referència (~) en el paràmetre Criteris, i només si no s'indica el paràmetre opcional IntervalDeSuma."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19290,6 +19289,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19326,6 +19334,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52791,15 +52826,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr "<unk>GA Seleccioneu la jerarquia que voleu utilitzar. La taula dinàmica s'ha de basar en dades de font externes que contenen jerarquies de dades.</ahelp>"
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
-#, fuzzy
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
-msgstr "El Calc no proporciona múltiples jerarquies per a un sol camp i per tant aquesta opció normalment està en gris. Si utilitzeu una taula dinàmica extensió de la font de dades aquesta extensió podria definir múltiples jerarquies per a alguns camps i llavors l'opció podria estar disponible. Vegeu la documentació proporcionada amb aquesta extensió per a més detalls\"."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
+msgstr ""
#. B9FE5
#: 12090200.xhp
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index 45bf35b4d94..095f25193d7 100644
--- a/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-08 11:28+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551343811.000000\n"
@@ -3274,13 +3274,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/ca/helpcontent2/source/text/sdatabase.po b/source/ca/helpcontent2/source/text/sdatabase.po
index b65a850f320..fe232ffa155 100644
--- a/source/ca/helpcontent2/source/text/sdatabase.po
+++ b/source/ca/helpcontent2/source/text/sdatabase.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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-04 20:36+0000\n"
-"Last-Translator: Jaumej <jaume.jorba@gmail.com>\n"
+"PO-Revision-Date: 2021-02-12 12:36+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
#. ugSgG
#: 02000000.xhp
@@ -2506,7 +2506,7 @@ msgctxt ""
"par_id191120151931441881\n"
"help.text"
msgid "A useful construction for selecting records based on parts of a text field's content is to add a hidden column with <item type=\"input\">\"LIKE '%' || :Part_of_field || '%'\"</item> as the criterion. This will select records with an exact match. If a case-insensitive test is wanted, one solution is to use <item type=\"input\">LOWER (Field_Name)</item> as the field and <item type=\"input\">LIKE LOWER ( '%' || :Part_of_field || '%' )</item> as the criterion. Note that the spaces in the criterion are important; if they are left out the SQL parser interprets the entire criterion as a string to be matched. In <link href=\"text/sdatabase/020010100.xhp#sqlmode\">SQL mode</link> this should be typed as <item type=\"input\">LOWER ( \"Field_Name\" ) LIKE LOWER ( '%' || :Part_of_field || '%' )</item>."
-msgstr "Una construcció útil per seleccionar registres basats en parts del contingut d'un camp de text, és afegir una columna oculta amb <item type=\"input\">\"LIKE '%' || :Part_del_fcamp || '%'\"<unk>'\"</item> com a criteri. Això seleccionarà registres amb una coincidència exacta. Si es vol una cerca que no diferenciï majúscules de minúscules, es pot utilitzar <item type=\"input\">LOWER ( '<unk>' || '<unk>' )</item> com a criteri. Tingueu en compte que els espais en el criteri són importants; si es deixen fora, l'analitzador SQL interpreta tot el criteri com una cadena a comparar. En el mode SQL <link href=\"text/sdatabase/020010100.xhp#sqlmode\"></link> això s'hauria d'escriure com <item type=\"input\">LOWER ( 'Part_del_camp')</item>"
+msgstr "Una construcció útil per seleccionar registres basats en parts del contingut d'un camp de text, és afegir una columna oculta amb <item type=\"input\">\"LIKE '%' || :Part_del_fcamp || '%'\"<unk>'\"</item> com a criteri. Això seleccionarà registres amb una coincidència exacta. Si es vol una cerca que no diferenciï majúscules de minúscules, es pot utilitzar <item type=\"input\">LOWER ( '<unk>' || '<unk>' )</item> com a criteri. Tingueu en compte que els espais en el criteri són importants; si es deixen fora, l'analitzador SQL interpreta tot el criteri com una cadena a comparar. En el <link href=\"text/sdatabase/020010100.xhp#sqlmode\">mode SQL</link> això s'hauria d'escriure com <item type=\"input\">LOWER ( 'Part_del_camp')</item>"
#. sSSB9
#: 02010100.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 60d44193e05..8ebc8bc1c43 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -3,10 +3,10 @@ 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: 2021-01-14 18:09+0100\n"
-"PO-Revision-Date: 2020-12-17 13:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -6176,13 +6176,12 @@ msgstr "Nou"
#. aqshc
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3154894\n"
"help.text"
msgid "Key <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
-msgstr "Tecla <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Ordre</keycode></keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +N </keycode>"
+msgstr "Tecla <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +N </keycode>"
#. TkkUE
#: 00000401.xhp
@@ -8427,14 +8426,14 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr "<variable id=\"zoptionen\">Trieu <emph>Eines ▸ Ortografia</emph>; tot seguit feu clic a <emph>Opcions</emph>.</variable>"
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
-msgstr "Trieu <emph>Eines ▸ Llengua ▸ Tesaurus</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
+msgstr ""
#. F6EnA
#: 00000406.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index dd1e5768900..ac7b6aa31bf 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/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: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2021-02-03 19:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ca/>\n"
"Language: ca\n"
@@ -4157,14 +4157,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr "<ahelp hid=\".uno:AddressBookSource\">Editeu les assignacions de camps i la font de dades de la llibreta d'adreces.</ahelp>"
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
-msgstr "Trieu <emph>Eines ▸ Font de la llibreta d'adreces</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
+msgstr ""
#. 46kw3
#: 01110101.xhp
@@ -4220,14 +4220,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Seleccioneu la taula de dades per a la llibreta d'adreces.</ahelp>"
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "Configura"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22894,6 +22894,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr "<unk>GA Selecciona un estil existent (o -Cap -) per proporcionar les seves definicions a l'estil actual. Utilitzeu les altres pestanyes per modificar l'estil heretat.</ahelp>"
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
#, fuzzy
@@ -23237,6 +23246,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr "<unk>GA Introduïu la quantitat d'espai que s'ha de deixar entre la vora dreta de la pàgina i el text del document. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><caseinline select=\"IMPRESS\"/><defaultinline>Si esteu utilitzant la disposició de pàgina <emph>emmirallada</emph> introduïu la quantitat d'espai que s'ha de deixar entre el marge del text exterior i la vora exterior de la pàgina.</defaultinline></switchinline></ahelp>"
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -23469,6 +23496,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seleccioneu l'estil de paràgraf que voleu utilitzar com a referència per alinear el text a l'estil de pàgina seleccionat. L'alçada del tipus de lletra que s'indica a l'estil de referència defineix l'espaiat de la graella de pàgina vertical. </ahelp>"
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
#, fuzzy
@@ -36795,6 +36840,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr "Si introduïu dues lletres majúscules al principi d'una paraula, la segona lletra majúscula es reemplaçarà automàticament per la minúscula que correspongui."
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -37117,7 +37171,7 @@ msgctxt ""
"hd_id871612310182014\n"
"help.text"
msgid "Correct accidental use of cAPS LOCK key"
-msgstr ""
+msgstr "Corregeix l'ús accidental de la tecla de fIXACIÓ DE MAJÚSCULES"
#. 2m6cj
#: 06040100.xhp
@@ -37162,7 +37216,7 @@ msgctxt ""
"par_id3145606\n"
"help.text"
msgid "The automatic numbering option is only applied to paragraphs that are formatted with the \"Default\", \"Text body\", or \"Text body indent\" paragraph style."
-msgstr "L'opció de numeració automàtica només s'aplica als paràgrafs formatats amb els estils de paràgraf \"Per defecte\", \"Cos del text\" o \"Sagnat del cos del text\"."
+msgstr "L'opció de numeració automàtica només s'aplica als paràgrafs formatats amb els estils de paràgraf «Per defecte», «Cos del text» o «Sagnat del cos del text»."
#. o872u
#: 06040100.xhp
@@ -37614,25 +37668,122 @@ msgctxt ""
msgid "Replace"
msgstr "Reemplaça"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
-#, fuzzy
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
-msgstr "<unk>GA Introduïu l'abreviació de paraula o part de paraula que voleu reemplaçar mentre escriviu. Al final de la paraula la seqüència de caràcters comodí .* també donarà lloc a la substitució .* abans que la paraula també donarà com a resultat la substitució després de prefixos arbitraris. Per exemple el patró «i18n.*» amb el text de substitució «internacionalització» i reemplaça «i18ns» amb «internacionalització» o el patró «.*» amb el text de substitució «» troba i reemplaça tres punts en «paraula» amb l'el·lipse horitzontal precomposta tipogràficament correcta «word»)."
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
-#. LVDxA
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
+
+#. eZGww
#: 06040200.xhp
-#, fuzzy
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
-msgstr "Per reemplaçar parts o caràcters de paraula dins de paraules podeu utilitzar les seqüències de caràcters de comodí inicial i finalitzador en el mateix patró. Per exemple introduir valors de temps pot ser més ràpid utilitzant només tecles numèriques i separadors dobles decimals com a punts de la següent manera establir el patró \".**\" o \".*.*\" (dobles punts o comes dins de paraules) i el text de reemplaçament \"\" i introduir \"10.30\" o \"1030\" resultats \"1030\" automàticament."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
+msgstr ""
#. F4UNM
#: 06040200.xhp
@@ -37769,32 +37920,32 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Llista les abreviacions que no es corregeixen automàticament.</ahelp> Per suprimir un element de la llista, seleccioneu-lo i, a continuació, feu clic a <emph>Suprimeix</emph>."
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "Paraules amb dues majúscules inicials"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">Introduïu la paraula o abreviació començada amb dues majúscules per a la qual no vulgueu que el $[officename] apliqui el canvi a una sola majúscula inicial. Per exemple, podeu introduir la sigla PC per evitar que el $[officename] la converteixi en Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
+msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Mostra una llista de les paraules o abreviatures que comencen amb dues majúscules i que no s'han de corregir automàticament. Totes les paraules que comencin amb dues majúscules es mostraran en aquest camp.</ahelp> Per a treure un element de la llista, seleccioneu-lo i feu clic a <emph>Suprimeix</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgstr ""
#. AtnKw
#: 06040300.xhp
@@ -37823,14 +37974,23 @@ msgctxt ""
msgid "AutoInclude"
msgstr "Inclusió automàtica"
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Afegeix automàticament abreviacions o paraules començades amb dues majúscules inicials a la llista d'excepcions corresponent. Aquesta característica només funciona si activeu les opcions <emph>Corregeix DUes MAjúscules al COmençament de PAraula</emph> o <emph>Converteix en majúscula la primera lletra de cada frase</emph> que hi ha a la columna <emph>[T]</emph> de la pestanya <link href=\"text/shared/01/06040100.xhp\" name=\"Opcions\"><emph>Opcions</emph></link> d'aquest diàleg. </ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
+msgstr ""
#. iDNuq
#: 06040400.xhp
@@ -38595,41 +38755,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr "<unk>GA Elimina la numeració o pics del paràgraf actual o dels paràgrafs seleccionats.</ahelp>"
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "Pics"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
-msgstr "<bookmark_value>pics;paràgrafs</bookmark_value><bookmark_value>paràgrafs; inserció de pics</bookmark_value><bookmark_value>inserció; pics en paràgrafs</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
+msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Pics\">Pics</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
-msgstr "<ahelp hid=\".\">Mostra els diferents estils de pic que podeu aplicar.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
+msgstr ""
#. zejaE
#: 06050100.xhp
@@ -38649,14 +38809,14 @@ msgctxt ""
msgid "Selection"
msgstr "Selecció"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Feu clic a l'estil de pic que vulgueu utilitzar.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
+msgstr ""
#. su62X
#: 06050100.xhp
@@ -38667,41 +38827,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Pestanya Posició (diàleg Pics i numeració)\">Pestanya Posició (diàleg Pics i numeració)</link>"
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
-msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Pestanya Opcions (diàleg Pics i numeració)\">Pestanya Opcions (diàleg Pics i numeració)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "Estil de numeració"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
-#, fuzzy
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
-msgstr "Estil de numeració <link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\"></link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
+msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index 1aca1fff8e0..2ee64e3c07b 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -3,10 +3,10 @@ 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: 2021-02-01 17:02+0100\n"
-"PO-Revision-Date: 2020-12-17 13:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsharedguide/ca/>\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-15 15:36+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -637,7 +637,7 @@ msgctxt ""
"par_id3152933\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - View\">$[officename] - View</link>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] - Visualització\">$[officename] - Visualització</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME ▸ Preferències</caseinline><defaultinline>Eines ▸ Opcions</defaultinline></switchinline> ▸ <link href=\"text/shared/optionen/01010800.xhp\" name=\"$[officename] ▸ Visualització\">$[officename] ▸ Visualització</link>"
#. d4umP
#: assistive.xhp
@@ -655,7 +655,7 @@ msgctxt ""
"par_id3148617\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibility\">$[officename] - Accessibility</link>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] - Accessibilitat\">$[officename] - Accessibilitat</link>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME ▸ Preferències</caseinline><defaultinline>Eines ▸ Opcions</defaultinline></switchinline> ▸ <link href=\"text/shared/optionen/01013000.xhp\" name=\"$[officename] ▸ Accessibilitat\">$[officename] ▸ Accessibilitat</link>"
#. K7YtD
#: autocorr_url.xhp
@@ -700,7 +700,7 @@ msgctxt ""
"par_id501605796731176\n"
"help.text"
msgid "The following texts are changed to hyperlinks:"
-msgstr ""
+msgstr "Els textos següents es converteixen en enllaços:"
#. JEKMV
#: autocorr_url.xhp
@@ -709,7 +709,7 @@ msgctxt ""
"par_id151606170788960\n"
"help.text"
msgid "Text"
-msgstr ""
+msgstr "Text"
#. 4GrpF
#: autocorr_url.xhp
@@ -718,7 +718,7 @@ msgctxt ""
"par_id131606170828813\n"
"help.text"
msgid "Autocorrected hyperlink"
-msgstr ""
+msgstr "Enllaç corregit automàticament"
#. FLUHT
#: autocorr_url.xhp
@@ -727,7 +727,7 @@ msgctxt ""
"par_id21605798391315\n"
"help.text"
msgid "Email addresses"
-msgstr ""
+msgstr "Adreces electròniques"
#. b8hkH
#: autocorr_url.xhp
@@ -736,7 +736,7 @@ msgctxt ""
"par_id381605798546491\n"
"help.text"
msgid "Web addresses"
-msgstr ""
+msgstr "Adreces web"
#. npDDR
#: autocorr_url.xhp
@@ -745,7 +745,7 @@ msgctxt ""
"par_id551605798623251\n"
"help.text"
msgid "File addresses"
-msgstr ""
+msgstr "Adreces de fitxers"
#. efTZG
#: autocorr_url.xhp
@@ -1443,7 +1443,7 @@ msgctxt ""
"par_idN106F1\n"
"help.text"
msgid "Choose <menuitem>Format - Cells - Alignment</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Format ▸ Cel·les ▸ Alineació</menuitem>."
#. jjEEf
#: breaking_lines.xhp
@@ -17077,78 +17077,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
@@ -19323,13 +19251,12 @@ msgstr "Desxifratge de documents"
#. GExFa
#: openpgp.xhp
-#, fuzzy
msgctxt ""
"openpgp.xhp\n"
"par_id731543694835151\n"
"help.text"
msgid "You can only decrypt documents that have been encrypted with your public key. To decrypt a document:"
-msgstr "Només podeu desencriptar els documents que s'han xifrat amb la vostra clau pública. Per desencriptar un document"
+msgstr "Només podreu desxifrar els documents que s'hagin xifrat amb la vostra clau pública. Per a desxifrar un document:"
#. zPqT4
#: openpgp.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index 987c0e765a3..c190b3facd9 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1560151444.000000\n"
@@ -8322,15 +8322,14 @@ msgctxt ""
msgid "Show standardized page count"
msgstr "Mostra el comptador de pàgines estandarditzat"
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
-#, fuzzy
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
-msgstr "Els editors i editors sovint defineixen una pàgina «estàndard» com que conté un nombre especificat de caràcters o paraules. Marqueu aquest camp per permetre el càlcul ràpid del nombre d'aquestes pàgines."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
+msgstr ""
#. eQjAd
#: 01040900.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/guide.po b/source/ca/helpcontent2/source/text/simpress/guide.po
index 96869b95933..252ffae6221 100644
--- a/source/ca/helpcontent2/source/text/simpress/guide.po
+++ b/source/ca/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-17 13:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textsimpressguide/ca/>\n"
@@ -1145,15 +1145,14 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "A l'àrea <emph>Omple</emph>, seleccioneu <emph>Mapa de bits</emph> i després feu clic a una imatge de la llista."
-#. JApVy
+#. BAQi9
#: background.xhp
-#, fuzzy
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
-msgstr "Si voleu utilitzar una imatge personalitzada per a la diapositiva <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"></caseinline><defaultinline> <unk>GE</switchinline> background tanca el diàleg <emph>Page Setup </emph>i després trieu <menuitem>Format - Àrea</menuitem>. Feu clic a la pestanya <emph>Bitmaps <emph> </emph>i feu clic a <emph>Importa</emph>. Cerqueu la imatge que voleu importar i feu clic a <widget>Open</widget>. Quan torneu a la pestanya <emph>Fons</emph>la imatge que heu importat estarà a la llista <emph>Bitmap</emph>."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
+msgstr ""
#. 24cCs
#: background.xhp
@@ -1899,14 +1898,14 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "Per a inserir text d'un fitxer a una diapositiva:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
-msgstr "A la diapositiva on voleu inserir el text, trieu <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Diapositiva ▸ Insereix una diapositiva des d'un fitxer</menuitem></caseinline><defaultinline><menuitem>Pàgina ▸ Insereix una pàgina des d'un fitxer</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgstr ""
#. NCRij
#: html_import.xhp
@@ -2573,13 +2572,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "Feu clic a <emph>Nova</emph> i introduïu un nom per a la presentació de diapositives en el quadre <emph>Nova</emph>."
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -3007,13 +3006,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/ca/helpcontent2/source/text/swriter.po b/source/ca/helpcontent2/source/text/swriter.po
index 81170f6eff5..bbe18851da1 100644
--- a/source/ca/helpcontent2/source/text/swriter.po
+++ b/source/ca/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
-"PO-Revision-Date: 2021-02-08 11:28+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter/ca/>\n"
"Language: ca\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557994516.000000\n"
@@ -1280,6 +1280,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">Conté eines ortogràfiques, una galeria d'objectes d'art que podeu afegir al document, i també eines per configurar els menús i les preferències de configuració del programa.</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Mapa d'imatge</link>"
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1298,41 +1316,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Numeració de línies\">Numeració de línies</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Notes al peu\">Notes al peu</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordena\">Ordena</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Correcció automàtica\">Opcions de correcció automàtica</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Mapa d'imatge</link>"
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Ordena\">Ordena</link>"
#. VY3FE
#: main0106.xhp
@@ -1818,7 +1827,7 @@ msgctxt ""
"par_idN105BB\n"
"help.text"
msgid "<link href=\"text/shared/01/05100200.xhp\">Split Cells</link>"
-msgstr "<link href=\"text/shared/01/05100200.xhp\">Separa les cel·les</link>"
+msgstr "<link href=\"text/shared/01/05100200.xhp\">Divideix les cel·les</link>"
#. LCqxC
#: main0110.xhp
@@ -1928,14 +1937,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre un diàleg per a convertir la taula seleccionada en text.</ahelp> Obre un <link href=\"text/swriter/01/06090000.xhp\">diàleg</link> per a convertir la taula actual en text."
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Fórmula"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index cca01c02347..e9c3b400fb9 100644
--- a/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/source/ca/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-17 15:04+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ca/>\n"
"Language: ca\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561340858.000000\n"
@@ -22619,7 +22619,6 @@ msgstr "Mostra els estils de formatació per als índexs."
#. fiijM
#: 05130000.xhp
-#, fuzzy
msgctxt ""
"05130000.xhp\n"
"par_id3149213\n"
@@ -22780,13 +22779,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/ca/helpcontent2/source/text/swriter/02.po b/source/ca/helpcontent2/source/text/swriter/02.po
index ed50a957a79..4ee15c19a31 100644
--- a/source/ca/helpcontent2/source/text/swriter/02.po
+++ b/source/ca/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-04 20:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1536890914.000000\n"
@@ -80,23 +80,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Pics i numeració\">Pics i numeració</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Enllaç"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Enllaç\">Enllaç</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -107,6 +107,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Enllaça el marc seleccionat amb el marc següent.</ahelp> El text flueix automàticament d'un marc a l'altre."
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index c4b4987c20d..4c976685b2d 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -3,9 +3,9 @@ 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: 2021-01-30 15:37+0100\n"
-"PO-Revision-Date: 2021-02-08 11:28+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\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.4\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1564507881.000000\n"
@@ -1351,7 +1351,7 @@ msgctxt ""
"par_id3147084\n"
"help.text"
msgid "To apply a background color to a text paragraph within a cell, place the cursor into the text paragraph and then use the <emph>Background Color</emph> dropdown button on the <emph>Formatting</emph> toolbar."
-msgstr "Per aplicar un color de fons a un paràgraf de text dins d'una cel·la poseu el cursor al paràgraf de text i després utilitzeu el botó desplegable <emph>Color de fons a la barra d'eines de <emph>Formatació <emph>."
+msgstr "Per aplicar un color de fons a un paràgraf de text dins d'una cel·la poseu el cursor al paràgraf de text i després utilitzeu el botó desplegable <emph>Color de fons</emph> a la barra d'eines de <emph>Formatació </emph>."
#. wdq6J
#: background.xhp
@@ -15611,13 +15611,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Feu clic a <emph>D'acord</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15638,58 +15638,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "Per a crear un estil nou arrossegant i deixant anar"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office.po b/source/ca/officecfg/registry/data/org/openoffice/Office.po
index 561eaafc49a..33b45b4f5b1 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-01-12 09:36+0000\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ca/>\n"
"Language: ca\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1548164305.000000\n"
#. HhMVS
@@ -1814,7 +1814,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "Left click, right or down arrow, spacebar, page down, enter, return"
-msgstr ""
+msgstr "Clic esquerre, fletxa esquerra o avall, barra d'espai, avançar pàgina, retorn"
#. 4sxF6
#: PresenterScreen.xcu
@@ -1834,7 +1834,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "Right click, left or up arrow, page up, backspace"
-msgstr ""
+msgstr "Clic dret, fletxa esquerra o amunt, retrocedir pàgina, retrocès"
#. yhyBn
#: PresenterScreen.xcu
@@ -1854,7 +1854,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "'P'"
-msgstr ""
+msgstr "«P»"
#. u8AZ5
#: PresenterScreen.xcu
@@ -1864,7 +1864,7 @@ msgctxt ""
"Right\n"
"value.text"
msgid "Use mouse pointer as pen"
-msgstr ""
+msgstr "Usa el punter del ratolí com a llapis"
#. mAW7G
#: PresenterScreen.xcu
@@ -1914,7 +1914,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "'E'"
-msgstr ""
+msgstr "«E»"
#. 3Cre9
#: PresenterScreen.xcu
@@ -1924,7 +1924,7 @@ msgctxt ""
"Right\n"
"value.text"
msgid "Erase all ink on slide"
-msgstr ""
+msgstr "Esborra tota la tinta de la diapositiva"
#. heq4C
#: PresenterScreen.xcu
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index 392e6121e3d..aff856fb8d1 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ca/>\n"
"Language: ca\n"
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Selecciona les cel·les desprotegides"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Catàleg d'objectes"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Contorn"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Insereix un diagrama"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19626,7 +19646,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Unordered List"
-msgstr ""
+msgstr "Llista ~sense ordenar"
#. d6G5u
#: GenericCommands.xcu
@@ -19636,16 +19656,16 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Toggle Unordered List"
-msgstr ""
+msgstr "Activa o desactiva la llista sense ordenar"
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19656,7 +19676,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Ordered List"
-msgstr ""
+msgstr "Llista ~ordenada"
#. oJFRD
#: GenericCommands.xcu
@@ -19666,37 +19686,37 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Toggle Ordered List"
-msgstr ""
+msgstr "Activa o desactiva la llista ordenada"
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Esquema"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "Llista d'~esquema"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Estableix l'estil de llista d'esquema"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr "Verticalment a ~baix"
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
@@ -34926,7 +34956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Pics • Estil de llista"
#. VBvBU
#: WriterCommands.xcu
@@ -34936,7 +34966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Pics • Estil de llista"
#. BW4E6
#: WriterCommands.xcu
@@ -34946,7 +34976,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Bullet • List Style"
-msgstr ""
+msgstr "Pics • Estil de llista"
#. mqYSC
#: WriterCommands.xcu
@@ -34956,7 +34986,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Estil de llista de numeració 123"
#. D5sRy
#: WriterCommands.xcu
@@ -34966,7 +34996,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Estil de llista de numeració 123"
#. 5AJuo
#: WriterCommands.xcu
@@ -34976,7 +35006,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Numbering 123 List Style"
-msgstr ""
+msgstr "Estil de llista de numeració 123"
#. 6WvcD
#: WriterCommands.xcu
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index d64aa16eb77..e150f7f2518 100644
--- a/source/ca/sd/messages.po
+++ b/source/ca/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562916317.000000\n"
#. WDjkB
@@ -4518,61 +4518,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Converteix l'objecte seleccionat en un polígon (un objecte tancat limitat per línies rectes)."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_Respon"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Negreta"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Cursiva"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "_Subratllat"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "_Barrat"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Copia"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "_Enganxa"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "_Suprimeix el comentari"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Suprimeix _tots els comentaris de %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Suprimeix _tots els comentaris"
diff --git a/source/ca/sfx2/messages.po b/source/ca/sfx2/messages.po
index 435f9e6495b..a8fec23d538 100644
--- a/source/ca/sfx2/messages.po
+++ b/source/ca/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-02 17:43+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559651981.000000\n"
#. bHbFE
@@ -1654,286 +1654,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tanca el quadre"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Més opcions"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Tanca la barra lateral"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Rusc"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Corba blava"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Cianotip"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "ADN"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Focus"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Au forestal"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspiració"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Llums"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metròpoli"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Blau de mitjanit"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Natura"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Llapis"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Piano"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portafolis"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Progrés"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Vintage"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Llampant"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "CV"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Currículum"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Per defecte"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Modern"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Carta comercial moderna, lletra sense serif"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Carta comercial moderna, lletra amb serif"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Targeta de visita amb logotip"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Simple"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "BPMN"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Suprimeix"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Neteja-ho tot"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Longitud de la contrasenya"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "La contrasenya que heu introduït té problemes d'interoperabilitat. Introduïu una contrasenya de menys de 52 bytes o de més de 55 bytes."
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "Mantingueu premuda la tecla %{key} i feu clic a l'enllaç per a obrir-lo: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Feu clic per a obrir l'enllaç: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(utilitzat per: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr "Document"
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr "Full de càlcul"
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr "Presentació"
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr "Dibuix"
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr "Utilitzats recentment"
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr "Cap caràcter recent"
@@ -2639,6 +2627,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "Permet assignar camps d'informació personalitzats al document."
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2693,6 +2687,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "Conté informació descriptiva sobre el document."
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3851,6 +3881,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Especifica les opcions per a la configuració de la impressió."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ca/starmath/messages.po b/source/ca/starmath/messages.po
index cd38ed8b7c2..3eaa017e90d 100644
--- a/source/ca/starmath/messages.po
+++ b/source/ca/starmath/messages.po
@@ -3,9 +3,9 @@ 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: 2021-02-08 12:10+0100\n"
-"PO-Revision-Date: 2021-01-28 07:36+0000\n"
-"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr "Transformada de Fourier"
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "p de Weierstrass"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Punts al mig"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Punts cap amunt"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Punts cap avall"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Punts per sota"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Punts en vertical"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Concatena"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Divisió (barra inclinada)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Divisió (contra barra inclinada)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Divideix"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "No divideix"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Fletxa doble esquerra"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Fletxa doble esquerra i dreta"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Fletxa doble dreta"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Conjunt dels nombres naturals"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Conjunt dels nombres enters"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Conjunt dels nombres racionals"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Conjunt dels nombres reals"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Conjunt dels nombres complexos"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Circumflex gran"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Titlla gran"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "Fletxa vectorial llarga"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "Arpó gran"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h barrada"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda barrada"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Fletxa esquerra"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Fletxa dreta"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Fletxa amunt"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Fletxa avall"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Sense espai"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Precedeix"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Precedeix o és igual a"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Precedeix o és equivalent a"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Succeeix"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Succeeix o és igual a"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Succeeix o és equivalent a"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "No precedeix"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "No succeeix"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Operadors unaris i binaris"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Relacions"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Operacions amb conjunts"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funcions"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operadors"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributs"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Claudàtors"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formats"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Altres"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Exemples"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "Circumferència"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr "Equivalència massa-energia"
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "Teorema de Pitàgores"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr "Sèrie de Taylor"
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "Distribució de Gauss"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr "Equació d'Euler-Lagrange"
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr "Teorema fonamental del càlcul"
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr "Equació del caos"
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Identitat d'Euler"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr "Segona llei de Newton"
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Relativitat general"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Relativitat especial"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Estàndard"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Cursiva"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Negreta"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "negre"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "blau"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "verd"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "vermell"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr "aigua"
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr "fúcsia"
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "gris"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "llimona"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "marró"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "blau marí"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "verd oliva"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "porpra"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "plata"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "jade"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "groc"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr "corall"
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr "carmesí"
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr "mitjanit"
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr "violeta"
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr "taronja"
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr "taronja vermellós"
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr "lavanda"
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr "neu"
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr "verd marí"
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr "indi"
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr "rosa càlid"
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "rgb"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "hex"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "amaga"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "mida"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "lletra tipogràfica"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "esquerra"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "centre"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "dreta"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Ordres"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Fórmula"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "S'està desant el document..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Fórmula del %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "ERROR: "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
-msgstr ""
+msgstr "cap error"
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Caràcter inesperat"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Símbol inesperat"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "S'esperava «{»"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "S'esperava «}»"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "S'esperava «(»"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "S'esperava «)»"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Els símbols esquerre i dret no es corresponen"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "S'esperava «fixed», «sans» o «serif»"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "«size» seguit d'un senyal no esperat"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "No es permet l'alineació doble"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "No es permeten ni els subíndexs dobles ni els superíndexs dobles"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "S'esperava un nombre"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "S'esperava «#»"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Es necessita un color"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "S'esperava «RIGHT»"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Contingut"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "~Títol"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "~Text de la fórmula"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "V~ores"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Mida"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "Mida o~riginal"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Ajusta a la ~pàgina"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "E~scalat"
diff --git a/source/ca/svtools/messages.po b/source/ca/svtools/messages.po
index 007298bedda..19c58d71962 100644
--- a/source/ca/svtools/messages.po
+++ b/source/ca/svtools/messages.po
@@ -3,9 +3,9 @@ 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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-17 15:02+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -1814,7 +1814,7 @@ msgstr "Sòlid"
#: svtools/inc/borderline.hrc:19
msgctxt "RID_SVXSTR_BORDERLINE"
msgid "Dotted"
-msgstr "Línia de punts"
+msgstr "Puntejat"
#. Bucas
#: svtools/inc/borderline.hrc:20
@@ -3160,7 +3160,7 @@ msgstr "konkani"
#: svtools/inc/langtab.hrc:128
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Korean (RoK)"
-msgstr "coreà (República de Corea)"
+msgstr "coreà (Corea del Sud)"
#. Ynb76
#: svtools/inc/langtab.hrc:129
@@ -4978,6 +4978,18 @@ msgstr "anglès (Kenya)"
#: svtools/inc/langtab.hrc:431
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
+msgstr "pali tailandès"
+
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
msgstr ""
#. fXSja
diff --git a/source/ca/svx/messages.po b/source/ca/svx/messages.po
index 15b373eddfd..83e220fe3e7 100644
--- a/source/ca/svx/messages.po
+++ b/source/ca/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ca/>\n"
"Language: ca\n"
@@ -14364,30 +14364,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr "_Personalitzat..."
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr "Objecte"
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr "Nom de la classe:"
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr "Classe"
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19709,18 +19685,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Edita l'estil..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Anterior"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Següent"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index 4f592b4ab50..b99c2870c27 100644
--- a/source/ca/sw/messages.po
+++ b/source/ca/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: 2021-02-08 12:19+0100\n"
-"PO-Revision-Date: 2021-02-02 17:37+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-13 19:36+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ca/>\n"
"Language: ca\n"
@@ -2388,7 +2388,7 @@ msgstr "Èmfasi"
#: sw/inc/strings.hrc:47
msgctxt "STR_POOLCHR_HTML_CITATION"
msgid "Quotation"
-msgstr ""
+msgstr "Citació"
#. 6DAii
#: sw/inc/strings.hrc:48
@@ -3337,7 +3337,7 @@ msgstr "Pic •"
#: sw/inc/strings.hrc:211
msgctxt "STR_POOLNUMRULE_BUL2"
msgid "Bullet –"
-msgstr "Vinyeta –"
+msgstr "Pics –"
#. hDdJw
#. Bullet \uE4C4
@@ -4848,13 +4848,13 @@ msgstr "Defineix el cursor"
#: sw/inc/strings.hrc:478
msgctxt "STR_UNDO_CHAIN"
msgid "Link frames"
-msgstr ""
+msgstr "Enllaça els marcs"
#. XV4Ap
#: sw/inc/strings.hrc:479
msgctxt "STR_UNDO_UNCHAIN"
msgid "Unlink frames"
-msgstr ""
+msgstr "Desenllaça els marcs"
#. vUJG9
#: sw/inc/strings.hrc:480
@@ -10999,19 +10999,19 @@ msgstr "Reinicia"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:162
msgctxt "bulletsandnumbering|bullets"
msgid "Unordered"
-msgstr ""
+msgstr "Sense ordenar"
#. pHHPT
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:209
msgctxt "bulletsandnumbering|singlenum"
msgid "Ordered"
-msgstr ""
+msgstr "Ordenada"
#. wF29d
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:210
msgctxt "bulletsandnumbering|singlenum"
msgid "Ordered numbering schemes"
-msgstr ""
+msgstr "Esquema de numeració ordenada"
#. 8AADg
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:258
@@ -11023,7 +11023,7 @@ msgstr "Esquema"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:259
msgctxt "bulletsandnumbering|outlinenum"
msgid "Hierarchical numbering schemes"
-msgstr ""
+msgstr "Esquemes de numeració jeràrquica"
#. hW6yn
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:307
@@ -11035,7 +11035,7 @@ msgstr "Imatge"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:308
msgctxt "bulletsandnumbering|graphics"
msgid "Graphic bullet symbols"
-msgstr ""
+msgstr "Símbols gràfics de vinyetes"
#. zVTFe
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:356
@@ -11047,7 +11047,7 @@ msgstr "Posició"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:357
msgctxt "bulletsandnumbering|position"
msgid "Indent, spacing, and alignment options for ordered and unordered lists"
-msgstr ""
+msgstr "Opcions de sagnat, espaiat i alineació per a llistes ordenades i sense ordenar"
#. nFfDs
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:405
@@ -11059,7 +11059,7 @@ msgstr "Personalitza"
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:406
msgctxt "bulletsandnumbering|customize"
msgid "Design your own bullet or numbering scheme"
-msgstr ""
+msgstr "Dissenyeu el vostre propi esquema de vinyetes o numeració"
#. rK9Jk
#: sw/uiconfig/swriter/ui/businessdatapage.ui:26
@@ -11583,44 +11583,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Caràcter"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Lletra tipogràfica"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efectes de lletra tipogràfica"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Posició"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Disposició asiàtica"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Enllaç"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Realçament"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Vores"
@@ -14947,11 +14959,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Introduïu el text que voleu visualitzar després del número de la nota al peu en el text de la nota."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleccioneu l'estil de numeració que voleu utilitzar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15091,11 +15103,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "D_esprés:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Seleccioneu l'estil de numeració per a les notes al peu."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15187,11 +15199,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "D_esprés:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Seleccioneu l'estil de numeració per a les notes finals."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18001,17 +18013,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Seleccioneu l'estil de formatació que voleu utilitzar per als números de línia."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Seleccioneu l'estil de numeració que voleu utilitzar."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -21750,7 +21762,7 @@ msgstr "Nivell d'esquema:"
#: sw/uiconfig/swriter/ui/numparapage.ui:44
msgctxt "numparapage|labelFT_OUTLINE_LEVEL|tooltip_text"
msgid "Select or change the Outline Level applied to the selected paragraphs or Paragraph Style."
-msgstr ""
+msgstr "Seleccioneu o canvieu el nivell d'esquema aplicat als paràgrafs o a l'estil de paràgraf seleccionats."
#. y9mKV
#: sw/uiconfig/swriter/ui/numparapage.ui:57
@@ -21834,13 +21846,13 @@ msgstr "Esquema"
#: sw/uiconfig/swriter/ui/numparapage.ui:123
msgctxt "numparapage|labelFT_NUMBER_STYLE"
msgid "_List style:"
-msgstr ""
+msgstr "Estil de _llista:"
#. WjcNf
#: sw/uiconfig/swriter/ui/numparapage.ui:124
msgctxt "numparapage|labelFT_NUMBER_STYLE|tooltip_text"
msgid "Select the List Style to apply to the paragraph."
-msgstr ""
+msgstr "Seleccioneu l'estil de llista a aplicar al paràgraf."
#. ABT2q
#: sw/uiconfig/swriter/ui/numparapage.ui:145
@@ -21852,7 +21864,7 @@ msgstr "Cap"
#: sw/uiconfig/swriter/ui/numparapage.ui:149
msgctxt "numparapage|extended_tip|comboLB_NUMBER_STYLE"
msgid "Select the List Style that you want to apply to the paragraph."
-msgstr ""
+msgstr "Seleccioneu l'estil de llista que voleu aplicar al paràgraf."
#. eBkEW
#: sw/uiconfig/swriter/ui/numparapage.ui:161
@@ -21864,19 +21876,19 @@ msgstr "Edita l'estil"
#: sw/uiconfig/swriter/ui/numparapage.ui:167
msgctxt "numparapage|extended_tip|editnumstyle"
msgid "Edit the properties of the selected List Style."
-msgstr ""
+msgstr "Edita les propietats de l'estil de llista seleccionat."
#. sQw2M
#: sw/uiconfig/swriter/ui/numparapage.ui:193
msgctxt "numparapage|checkCB_NEW_START"
msgid "R_estart numbering at this paragraph"
-msgstr ""
+msgstr "R_einicia la numeració en aquest paràgraf"
#. PP2rA
#: sw/uiconfig/swriter/ui/numparapage.ui:196
msgctxt "numparapage|checkCB_NEW_START|tooltip_text"
msgid "For Numbered Lists and List Styles with numbering"
-msgstr ""
+msgstr "Per a llistes numerades i estils de llista amb numeració"
#. SCaCA
#: sw/uiconfig/swriter/ui/numparapage.ui:205
@@ -21906,7 +21918,7 @@ msgstr "Introduïu el número que voleu assignar al paràgraf."
#: sw/uiconfig/swriter/ui/numparapage.ui:288
msgctxt "numparapage|label2"
msgid "List"
-msgstr ""
+msgstr "Llista"
#. tBYXk
#: sw/uiconfig/swriter/ui/numparapage.ui:317
@@ -21954,7 +21966,7 @@ msgstr "Numeració de línies"
#: sw/uiconfig/swriter/ui/numparapage.ui:441
msgctxt "numparapage|extended_tip|NumParaPage"
msgid "Adds or removes Outline Level, List Style, and line numbering from the paragraph. You can also reset the numbering in a numbered list."
-msgstr ""
+msgstr "Afegeix o elimina el nivell d'esquema, l'estil de llista o la numeració de línies del paràgraf. També podeu restablir la numeració en una llista numerada."
#. jHKFJ
#: sw/uiconfig/swriter/ui/objectdialog.ui:8
@@ -23350,11 +23362,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Sense títol 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Seleccioneu l'estil de numeració predefinit que voleu assignar al nivell d'esquema seleccionat."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23416,11 +23428,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "Obre un diàleg on podeu desar els paràmetres actuals per al nivell d'esquema seleccionat. A continuació, podreu carregar aquests paràmetres des d'un altre document."
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Feu clic en un estil de numeració de la llista i, a continuació, introduïu un nom per a l'estil. Els nombres corresponen al nivell d'esquema a què estan assignats els estils."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23446,11 +23458,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Posició"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Especifica el format numèric i la jerarquia de la numeració de capítols en el document actual."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23494,17 +23506,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Mostra els subnivells:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Seleccioneu l'estil de numeració que voleu aplicar al nivell d'esquema seleccionat."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Seleccioneu el format del caràcter de numeració."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -24204,13 +24216,13 @@ msgstr "Tipografia asiàtica"
#: sw/uiconfig/swriter/ui/paradialog.ui:346
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Outline & List"
-msgstr ""
+msgstr "Esquema i llista"
#. hZxni
#: sw/uiconfig/swriter/ui/paradialog.ui:347
msgctxt "paradialog|labelTP_NUMPARA"
msgid "Set outline level, list style and line numbering for paragraph."
-msgstr ""
+msgstr "Definiu un nivell d'esquema, estil de llista o numeració de línia per al paràgraf."
#. BzbWJ
#: sw/uiconfig/swriter/ui/paradialog.ui:395
@@ -27108,44 +27120,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Estil de caràcter"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organitzador"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Lletra tipogràfica"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efectes de lletra tipogràfica"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Posició"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Disposició asiàtica"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Realçament"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Vores"
@@ -27154,7 +27190,7 @@ msgstr "Vores"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:8
msgctxt "templatedialog16|TemplateDialog16"
msgid "List Style"
-msgstr ""
+msgstr "Estil de llista"
#. tA5vb
#: sw/uiconfig/swriter/ui/templatedialog16.ui:167
@@ -27166,19 +27202,19 @@ msgstr "Organitzador"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:214
msgctxt "templatedialog16|bullets"
msgid "Unordered"
-msgstr ""
+msgstr "Sense ordenar"
#. uCBn4
#: sw/uiconfig/swriter/ui/templatedialog16.ui:262
msgctxt "templatedialog16|numbering"
msgid "Ordered"
-msgstr ""
+msgstr "Ordenada"
#. 799yE
#: sw/uiconfig/swriter/ui/templatedialog16.ui:263
msgctxt "templatedialog16|numbering|tooltip_text"
msgid "Numbering schemes for ordered lists"
-msgstr ""
+msgstr "Esquemes de numeració per a llistes ordenades"
#. D9oKE
#: sw/uiconfig/swriter/ui/templatedialog16.ui:311
@@ -27190,7 +27226,7 @@ msgstr "Esquema"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:312
msgctxt "templatedialog16|outline|tooltip_text"
msgid "Numbering schemes for hierarchical lists"
-msgstr ""
+msgstr "Esquemes de numeració per a llistes jeràrquiques"
#. Dp6La
#: sw/uiconfig/swriter/ui/templatedialog16.ui:360
@@ -27202,7 +27238,7 @@ msgstr "Imatge"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:361
msgctxt "templatedialog16|graphics|tooltip_text"
msgid "Graphic bullet symbols"
-msgstr ""
+msgstr "Símbols gràfics de pics"
#. K55K4
#: sw/uiconfig/swriter/ui/templatedialog16.ui:409
@@ -27214,7 +27250,7 @@ msgstr "Posició"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:410
msgctxt "templatedialog16|position|tooltip_text"
msgid "Indent, spacing, and alignment options for ordered and unordered lists"
-msgstr ""
+msgstr "Opcions de sagnat, espaiat i alineació per a llistes ordenades i sense ordenar"
#. g5NQF
#: sw/uiconfig/swriter/ui/templatedialog16.ui:458
@@ -27226,7 +27262,7 @@ msgstr "Personalitza"
#: sw/uiconfig/swriter/ui/templatedialog16.ui:459
msgctxt "templatedialog16|customize|tooltip_text"
msgid "Design your own bullet or numbering scheme"
-msgstr ""
+msgstr "Dissenyeu el vostre propi esquema de pics o numeració"
#. 6ozqU
#: sw/uiconfig/swriter/ui/templatedialog2.ui:8
@@ -27334,13 +27370,13 @@ msgstr "Condició"
#: sw/uiconfig/swriter/ui/templatedialog2.ui:934
msgctxt "templatedialog2|outline"
msgid "Outline & List"
-msgstr ""
+msgstr "Esquema i llista"
#. xT7hc
#: sw/uiconfig/swriter/ui/templatedialog2.ui:935
msgctxt "templatedialog2|outline"
msgid "Set outline level, list style and line numbering for paragraph style."
-msgstr ""
+msgstr "Definiu un nivell d'esquema, estil de llista i numeració de línia per a l'estil de paràgraf."
#. q8oC5
#: sw/uiconfig/swriter/ui/templatedialog4.ui:8
diff --git a/source/ca/vcl/messages.po b/source/ca/vcl/messages.po
index f237e960b52..51cf80f54b5 100644
--- a/source/ca/vcl/messages.po
+++ b/source/ca/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-28 07:36+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ca/>\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.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562301320.000000\n"
#. k5jTM
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr "Separador"
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/ca/xmlsecurity/messages.po b/source/ca/xmlsecurity/messages.po
index 77f5f2832f0..79cede38828 100644
--- a/source/ca/xmlsecurity/messages.po
+++ b/source/ca/xmlsecurity/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: 2021-01-30 15:38+0100\n"
-"PO-Revision-Date: 2021-02-02 17:36+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
+"PO-Revision-Date: 2021-02-09 16:36+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -739,7 +739,7 @@ msgstr "Ubicacions de fitxer fiables"
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:24
msgctxt "selectcertificatedialog|SelectCertificateDialog"
msgid "Select X.509 Certificate"
-msgstr "Seleccioneu el certificat X.509"
+msgstr "Selecciona un certificat X.509"
#. 5iWSE
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:102
diff --git a/source/ckb/cui/messages.po b/source/ckb/cui/messages.po
index 2fc64580552..35681cedf01 100644
--- a/source/ckb/cui/messages.po
+++ b/source/ckb/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: 2021-02-08 12:08+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ckb/>\n"
@@ -5815,14 +5815,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "_تێهەڵکێشکردنی لەگەڵ بەندی داهاتوو"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr ""
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "تایبەتمەندی"
@@ -12795,10 +12801,10 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr ""
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
msgstr ""
#. ST2Co
@@ -12813,10 +12819,10 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "دەستپێبکە لە:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
+msgid "Select a numbering scheme for the selected levels."
msgstr ""
#. EDSiA
@@ -12939,10 +12945,10 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr ""
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
+msgid "Select a color for the current numbering scheme."
msgstr ""
#. hJgCL
@@ -17912,10 +17918,10 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr ""
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
+msgid "Click the numbering scheme that you want to use."
msgstr ""
#. 9JnpQ
@@ -17924,10 +17930,10 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "بۆ دیاریکردن"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
+msgid "Displays the different numbering schemes that you can apply."
msgstr ""
#. BDFqB
diff --git a/source/ckb/dbaccess/messages.po b/source/ckb/dbaccess/messages.po
index c09957dc4d8..1e4cdf78220 100644
--- a/source/ckb/dbaccess/messages.po
+++ b/source/ckb/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ckb/>\n"
@@ -3369,31 +3369,31 @@ msgid "Socket:"
msgstr ""
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr ""
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr ""
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr ""
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr ""
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr ""
diff --git a/source/ckb/filter/messages.po b/source/ckb/filter/messages.po
index 86cc5dc2b39..8d4034232c6 100644
--- a/source/ckb/filter/messages.po
+++ b/source/ckb/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ckb/>\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.4\n"
+"X-Generator: LibreOffice\n"
#. 5AQgJ
#: filter/inc/strings.hrc:25
@@ -202,16 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "باشە"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr ""
@@ -219,80 +211,80 @@ msgstr ""
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr ""
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr ""
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr ""
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr ""
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr ""
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr ""
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr ""
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr ""
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr ""
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr ""
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr ""
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr ""
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr ""
diff --git a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
index d57bffa442b..c38a0fc6a5d 100644
--- a/source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ckb/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-10-04 14:35+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ckb/>\n"
@@ -1295,6 +1295,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "خانەی نەپارێزراو دیاریبکە"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "کەتەلۆگی تەنەکان"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "چێوەی دەرەوە"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,14 +19628,14 @@ msgctxt ""
msgid "Insert Chart"
msgstr "هێڵکاری بهێنە"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
+msgid "Unordered List"
msgstr ""
#. XoWcu
@@ -19638,14 +19658,14 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr ""
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
+msgid "Ordered List"
msgstr ""
#. yMEgE
@@ -19668,34 +19688,34 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr ""
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "چێوەی دەرەوە"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
+msgid "~Outline Format"
msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
+msgid "Select Outline Format"
msgstr ""
#. uKMCr
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr ""
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/ckb/sd/messages.po b/source/ckb/sd/messages.po
index eb5072a7848..72c94cbed67 100644
--- a/source/ckb/sd/messages.po
+++ b/source/ckb/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ckb/>\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.4\n"
+"X-Generator: LibreOffice\n"
#. WDjkB
#: sd/inc/DocumentRenderer.hrc:27
@@ -4505,61 +4505,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr ""
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_وەڵامدانەوە"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_قەڵەو"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_لار"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "_ژێرهێڵ"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr ""
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_لەبەرگرتنەوە"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "_لكاندن"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "_لێدوان بسڕەوە"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "هەموو لێدوانەکان لە لایە_ن %1 بسڕەوە"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "هەموو _لێدوانەکان بسڕەوە"
diff --git a/source/ckb/sfx2/messages.po b/source/ckb/sfx2/messages.po
index ce67914a01d..fe13f876113 100644
--- a/source/ckb/sfx2/messages.po
+++ b/source/ckb/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ckb/>\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.4\n"
+"X-Generator: LibreOffice\n"
#. bHbFE
#: include/sfx2/strings.hrc:25
@@ -1576,286 +1576,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "هەڵبژاردەی زیاتر:"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr ""
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr ""
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr ""
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr ""
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr ""
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr ""
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr ""
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr ""
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr ""
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr ""
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr ""
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr ""
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr ""
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr ""
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr ""
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr ""
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr ""
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr ""
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr ""
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr ""
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "کار"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr ""
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr ""
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr ""
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr ""
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "دەستپێکردنەوە"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "بنەڕەت"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "نوێ"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr ""
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr ""
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr ""
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "سادە"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr ""
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "سڕینەوە"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "هه‌مووی پاک بکه‌ره‌وه‌"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr ""
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr ""
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr ""
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr ""
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr ""
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr ""
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr ""
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr ""
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr ""
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr ""
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr ""
@@ -2561,6 +2549,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr ""
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2615,6 +2609,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr ""
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3764,6 +3794,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr ""
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/ckb/starmath/messages.po b/source/ckb/starmath/messages.po
index 5b3a36971b5..8fabc7ed6df 100644
--- a/source/ckb/starmath/messages.po
+++ b/source/ckb/starmath/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: 2021-02-08 12:10+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ckb/>\n"
@@ -1923,770 +1923,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr ""
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr ""
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr ""
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr ""
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr ""
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr ""
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr ""
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr ""
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr ""
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr ""
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr ""
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr ""
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr ""
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr ""
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr ""
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr ""
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr ""
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr ""
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr ""
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr ""
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr ""
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr ""
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr ""
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr ""
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr ""
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr ""
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr ""
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr ""
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr ""
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr ""
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr ""
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr ""
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr ""
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr ""
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr ""
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr ""
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr ""
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr ""
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr ""
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr ""
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr ""
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr ""
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr ""
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr ""
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr ""
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr ""
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr ""
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr ""
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr ""
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr ""
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr ""
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr ""
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr ""
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr ""
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr ""
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr ""
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr ""
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr ""
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr ""
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr ""
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr ""
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr ""
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "لار"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "قەڵەو"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr ""
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr ""
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr ""
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr ""
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr ""
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr ""
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr ""
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr ""
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr ""
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr ""
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr ""
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr ""
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr ""
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr ""
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr ""
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr ""
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr ""
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr ""
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr ""
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr ""
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr ""
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr ""
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr ""
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr ""
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr ""
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr ""
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr ""
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr ""
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr ""
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr ""
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr ""
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr ""
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr ""
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr ""
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr ""
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr ""
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr ""
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr ""
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr ""
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr ""
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
msgstr ""
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr ""
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr ""
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr ""
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr ""
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr ""
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr ""
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr ""
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr ""
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr ""
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr ""
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr ""
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr ""
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr ""
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr ""
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr ""
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr ""
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr ""
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr ""
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr ""
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "قەبارە"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "قەبارەی بنە~ڕەتی"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "بیگونجێنە لەگەڵ پە~ڕەکە"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~پێوانەکردن"
diff --git a/source/ckb/svtools/messages.po b/source/ckb/svtools/messages.po
index 2d89c467e1a..b7e68398bd9 100644
--- a/source/ckb/svtools/messages.po
+++ b/source/ckb/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ckb/>\n"
@@ -4948,6 +4948,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr ""
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/ckb/svx/messages.po b/source/ckb/svx/messages.po
index c14f6ffcaf6..2b2cc8dd70b 100644
--- a/source/ckb/svx/messages.po
+++ b/source/ckb/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ckb/>\n"
@@ -14334,30 +14334,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr ""
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr ""
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr ""
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr ""
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr ""
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19668,18 +19644,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr ""
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr ""
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr ""
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/ckb/sw/messages.po b/source/ckb/sw/messages.po
index 67a51a969cc..d2fe2ac1a0b 100644
--- a/source/ckb/sw/messages.po
+++ b/source/ckb/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: 2021-02-08 12:19+0100\n"
-"PO-Revision-Date: 2021-02-08 12:47+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-17 16:36+0100\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ckb/>\n"
"Language: ckb\n"
@@ -11558,44 +11558,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "نووسەکان"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "جۆرەپیت"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "کاریگەرییەکانی جۆرەپیت"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "شوێن"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "کڵێشەی ئاسیایی"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "سەرووبەستەر"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "نیشانەکردن"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "قەراخ"
@@ -14920,10 +14932,10 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr ""
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. Gzv4E
@@ -15064,10 +15076,10 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
+msgid "Select the numbering scheme for the footnotes."
msgstr ""
#. 7RJB2
@@ -15160,10 +15172,10 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr ""
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
+msgid "Select the numbering scheme for the endnotes."
msgstr ""
#. kWheg
@@ -17974,16 +17986,16 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr ""
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
+msgid "Select the character style that you want to use for the line numbers."
msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
+msgid "Select the numbering scheme that you want to use."
msgstr ""
#. ntwJw
@@ -23321,10 +23333,10 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "‫بێ ناونیشان ١"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
msgstr ""
#. stM8e
@@ -23387,10 +23399,10 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr ""
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
msgstr ""
#. d2QaP
@@ -23417,10 +23429,10 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "شوێن"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
msgstr ""
#. soxpF
@@ -23465,16 +23477,16 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr ""
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
+msgid "Select the character style of the numbering character."
msgstr ""
#. 5A5fh
@@ -27077,44 +27089,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr ""
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "ڕێکخەر"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "جۆرەپیت"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "کاریگەرییەکانی جۆرەپیت"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "شوێن"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "کڵێشەی ئاسیایی"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "نیشانەکردن"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "قەراخ"
diff --git a/source/ckb/vcl/messages.po b/source/ckb/vcl/messages.po
index 58ebc67428d..66de7c2efd3 100644
--- a/source/ckb/vcl/messages.po
+++ b/source/ckb/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-02-05 14:07+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ckb/>\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.4\n"
+"X-Generator: LibreOffice\n"
#. k5jTM
#. To translators: This is the first entry of a sequence of paper size names
@@ -1164,6 +1164,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr ""
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/cs/chart2/messages.po b/source/cs/chart2/messages.po
index a745d41561b..56f97db21ed 100644
--- a/source/cs/chart2/messages.po
+++ b/source/cs/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-01-22 02:58+0000\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1547326849.000000\n"
#. NCRDD
@@ -1517,13 +1517,13 @@ msgstr "Formát čísla pro procentuální hodnotu"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Zobrazit název _datové řady"
#. 8bEui
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Zobrazí v popisku název datové řady."
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
@@ -3827,13 +3827,13 @@ msgstr "Formát čísla pro procentuální hodnotu"
#: chart2/uiconfig/ui/tp_DataLabel.ui:295
msgctxt "tp_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Zobrazit název _datové řady"
#. 3tWYv
#: chart2/uiconfig/ui/tp_DataLabel.ui:304
msgctxt "tp_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Zobrazí v popisku název datové řady."
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:325
diff --git a/source/cs/cui/messages.po b/source/cs/cui/messages.po
index 8eafa8374d9..5386a716e80 100644
--- a/source/cs/cui/messages.po
+++ b/source/cs/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-02-06 19:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/cs/>\n"
"Language: cs\n"
@@ -4707,7 +4707,7 @@ msgstr "Seřadit podle"
#: cui/uiconfig/ui/additionsdialog.ui:34
msgctxt "menuassignpage|gear_textOnly"
msgid "Voting"
-msgstr "Hlasování"
+msgstr "Hodnocení"
#. KsZpM
#: cui/uiconfig/ui/additionsdialog.ui:43
@@ -5838,14 +5838,20 @@ msgctxt "borderpage|mergewithnext"
msgid "_Merge with next paragraph"
msgstr "Sloučit s dalším _odstavcem"
+#. NGxAw
+#: cui/uiconfig/ui/borderpage.ui:608
+msgctxt "borderpage|mergewithnext"
+msgid "Merge indent, border and shadow style of current paragraph with next paragraph, if they are the same."
+msgstr ""
+
#. xkm5N
-#: cui/uiconfig/ui/borderpage.ui:616
+#: cui/uiconfig/ui/borderpage.ui:617
msgctxt "borderpage|mergeadjacent"
msgid "_Merge adjacent line styles"
msgstr "Sloučit s_tyl sousedících čar"
#. b2Ym7
-#: cui/uiconfig/ui/borderpage.ui:634
+#: cui/uiconfig/ui/borderpage.ui:635
msgctxt "borderpage|label12"
msgid "Properties"
msgstr "Vlastnosti"
@@ -12823,11 +12829,11 @@ msgctxt "numberingoptionspage|extended_tip|charstyle"
msgid "Select the Character Style that you want to use in the numbered list."
msgstr "Vyberte znakový styl, který chcete použít pro číslovaný seznam."
-#. UaFF9
+#. C3YUr
#: cui/uiconfig/ui/numberingoptionspage.ui:202
msgctxt "numberingoptionspage|extended_tip|sublevels"
-msgid "Enter the number of previous levels to include in the numbering style. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering style, the numbering scheme for the current level becomes: \"A.1\"."
-msgstr "Zadejte počet předchozích úrovní, které se zobrazí ve stylu číslovaní. Např. pokud zadáte \"2\" a předchozí úroveň používá styl číslování \"A, B, C...\", číslování aktuální úrovně se zobrazí jako \"A.1\"."
+msgid "Enter the number of previous levels to include in the numbering scheme. For example, if you enter \"2\" and the previous level uses the \"A, B, C...\" numbering, the numbering scheme for the current level becomes: \"A.1\"."
+msgstr ""
#. ST2Co
#: cui/uiconfig/ui/numberingoptionspage.ui:220
@@ -12841,11 +12847,11 @@ msgctxt "numberingoptionspage|startatft"
msgid "Start at:"
msgstr "Začít od:"
-#. QxbQe
+#. PuJvD
#: cui/uiconfig/ui/numberingoptionspage.ui:249
msgctxt "numberingoptionspage|extended_tip|numfmtlb"
-msgid "Select a numbering style for the selected levels."
-msgstr "Vyberte styl číslování pro vybrané úrovně."
+msgid "Select a numbering scheme for the selected levels."
+msgstr ""
#. EDSiA
#: cui/uiconfig/ui/numberingoptionspage.ui:262
@@ -12967,11 +12973,11 @@ msgctxt "numberingoptionspage|extended_tip|bitmap"
msgid "Select the graphic, or locate the graphic file that you want to use as a bullet."
msgstr "Vyberte obrázek, který chcete použít jako odrážku."
-#. NCamZ
+#. nSL3K
#: cui/uiconfig/ui/numberingoptionspage.ui:435
msgctxt "numberingoptionspage|extended_tip|color"
-msgid "Select a color for the current numbering style."
-msgstr "Vyberte barvu aktuálního stylu číslování."
+msgid "Select a color for the current numbering scheme."
+msgstr ""
#. hJgCL
#: cui/uiconfig/ui/numberingoptionspage.ui:453
@@ -17241,19 +17247,19 @@ msgstr "Referenční st_yl rejstříku:"
#: cui/uiconfig/ui/pageformatpage.ui:679
msgctxt "pageformatpage|labelGutterPosition"
msgid "Gutter position:"
-msgstr ""
+msgstr "Umístění hřbetu:"
#. LF4Ex
#: cui/uiconfig/ui/pageformatpage.ui:694
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Left"
-msgstr ""
+msgstr "Vlevo"
#. DSBY5
#: cui/uiconfig/ui/pageformatpage.ui:695
msgctxt "pageformatpage|liststoreGutterPosition"
msgid "Top"
-msgstr ""
+msgstr "Nahoře"
#. xdECe
#: cui/uiconfig/ui/pageformatpage.ui:715
@@ -17946,11 +17952,11 @@ msgctxt "pickgraphicpage|extended_tip|PickGraphicPage"
msgid "Displays the different graphics that you can use as bullets in a bulleted list."
msgstr "Zobrazí obrázky, které můžete použít jako odrážky v seznamu s odrážkami."
-#. Qd4sn
+#. q8tMx
#: cui/uiconfig/ui/picknumberingpage.ui:37
msgctxt "picknumberingpage|extended_tip|valueset"
-msgid "Click the numbering style that you want to use."
-msgstr "Klepněte na styl číslování, který chcete použít."
+msgid "Click the numbering scheme that you want to use."
+msgstr ""
#. 9JnpQ
#: cui/uiconfig/ui/picknumberingpage.ui:50
@@ -17958,11 +17964,11 @@ msgctxt "picknumberingpage|label25"
msgid "Selection"
msgstr "Výběr"
-#. mQsy5
+#. mkywY
#: cui/uiconfig/ui/picknumberingpage.ui:58
msgctxt "picknumberingpage|extended_tip|PickNumberingPage"
-msgid "Displays the different numbering styles that you can apply."
-msgstr "Zobrazí různé styly číslování, které je možné použít."
+msgid "Displays the different numbering schemes that you can apply."
+msgstr ""
#. BDFqB
#: cui/uiconfig/ui/pickoutlinepage.ui:37
diff --git a/source/cs/dbaccess/messages.po b/source/cs/dbaccess/messages.po
index 20743c839d7..3f0d5a55636 100644
--- a/source/cs/dbaccess/messages.po
+++ b/source/cs/dbaccess/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: 2021-02-05 18:58+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-06 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563225070.000000\n"
#. BiN6g
@@ -3447,31 +3447,31 @@ msgid "Socket:"
msgstr "Soket:"
#. CYJEF
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:92
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:94
msgctxt "generalspecialjdbcdetailspage|driverClassLabel"
msgid "MySQL JDBC d_river class:"
msgstr "Třída MySQL JDBC _ovladače:"
#. QDQ3G
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:117
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:119
msgctxt "generalspecialjdbcdetailspage|testDriverClassButton"
msgid "Test Class"
msgstr "Otestovat třídu"
#. DNTGo
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:168
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:170
msgctxt "generalspecialjdbcdetailspage|label1"
msgid "Connection Settings"
msgstr "Nastavení spojení"
#. yPG6n
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:200
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:202
msgctxt "generalspecialjdbcdetailspage|charsetlabel"
msgid "_Character set:"
msgstr "_Znaková sada:"
#. 3acBr
-#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:228
+#: dbaccess/uiconfig/ui/generalspecialjdbcdetailspage.ui:230
msgctxt "generalspecialjdbcdetailspage|charsetheader"
msgid "Data Conversion"
msgstr "Převod dat"
diff --git a/source/cs/filter/messages.po b/source/cs/filter/messages.po
index 4e4451d5a0b..f85422ac482 100644
--- a/source/cs/filter/messages.po
+++ b/source/cs/filter/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-22 02:58+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/cs/>\n"
@@ -202,18 +202,8 @@ msgctxt "T602FILTER_STR_OK_BUTTON"
msgid "OK"
msgstr "OK"
-#. EkzSW
-#: filter/inc/strings.hrc:58
-msgctxt "KEY_VERSION_CHECK"
-msgid ""
-"Warning: Not all of the imported EPS graphics could be saved at level1\n"
-"as some are at a higher level!"
-msgstr ""
-"Upozornění: Ne všechny importované EPS obrázky bylo možné uložit jako Level 1,\n"
-"protože využívají funkce vyšších úrovní!"
-
#. AvaAH
-#: filter/inc/strings.hrc:60
+#: filter/inc/strings.hrc:58
msgctxt "PDF_PROGRESS_BAR"
msgid "Export as PDF"
msgstr "Exportovat jako PDF"
@@ -221,80 +211,80 @@ msgstr "Exportovat jako PDF"
#. BGJB2
#. strings used in encryption UI
#. password dialog title
-#: filter/inc/strings.hrc:64
+#: filter/inc/strings.hrc:62
msgctxt "STR_PDF_EXPORT_UDPWD"
msgid "Set open password"
msgstr "Nastavit heslo pro otevření"
#. GDvVE
#. password dialog title
-#: filter/inc/strings.hrc:66
+#: filter/inc/strings.hrc:64
msgctxt "STR_PDF_EXPORT_ODPWD"
msgid "Set permission password"
msgstr "Nastavit heslo pro oprávnění"
#. FTpr4
-#: filter/inc/strings.hrc:67
+#: filter/inc/strings.hrc:65
msgctxt "STR_WARN_PASSWORD_PDFA"
msgid "PDF/A does not allow encryption. The exported PDF file will not be password protected."
msgstr "PDF/A neumožňuje šifrování. Exportovaný soubor PDF nebude chráněn heslem."
#. XX5fd
-#: filter/inc/strings.hrc:68
+#: filter/inc/strings.hrc:66
msgctxt "STR_WARN_TRANSP_PDFA_SHORT"
msgid "PDF/A transparency"
msgstr "Průhlednost PDF/A"
#. VGvbg
-#: filter/inc/strings.hrc:69
+#: filter/inc/strings.hrc:67
msgctxt "STR_WARN_TRANSP_PDFA"
msgid "PDF/A forbids transparency. A transparent object was painted opaque instead."
msgstr "PDF/A neumožňuje průhlednost. Průhledný objekt byl vykreslen jako neprůhledný."
#. siDaM
-#: filter/inc/strings.hrc:70
+#: filter/inc/strings.hrc:68
msgctxt "STR_WARN_TRANSP_VERSION_SHORT"
msgid "PDF version conflict"
msgstr "Konflikt verzí PDF"
#. VSCwD
-#: filter/inc/strings.hrc:71
+#: filter/inc/strings.hrc:69
msgctxt "STR_WARN_TRANSP_VERSION"
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
msgstr "Průhlednost není ve verzích starších než PDF 1.4 podporována. Průhledný objekt byl vykreslen jako neprůhledný."
#. CyosP
-#: filter/inc/strings.hrc:72
+#: filter/inc/strings.hrc:70
msgctxt "STR_WARN_FORMACTION_PDFA_SHORT"
msgid "PDF/A form action"
msgstr "Akce formuláře PDF/A"
#. N9Vug
-#: filter/inc/strings.hrc:73
+#: filter/inc/strings.hrc:71
msgctxt "STR_WARN_FORMACTION_PDFA"
msgid "A form control contained an action not supported by the PDF/A standard. The action was skipped"
msgstr "Ovládací prvky formuláře obsahují akci nepodporovanou standardem PDF/A. Akce byla přeskočena"
#. d2ndY
-#: filter/inc/strings.hrc:74
+#: filter/inc/strings.hrc:72
msgctxt "STR_WARN_TRANSP_CONVERTED"
msgid "Some objects were converted to an image in order to remove transparencies, because the target PDF format does not support transparencies. Possibly better results can be achieved if you remove the transparent objects before exporting."
msgstr "Protože cílový formát PDF nepodporuje průhlednost, byly kvůli jejímu odstranění některé objekty převedeny na obrázky. Lepšího výsledku můžete dosáhnout tím, že průhledné objekty před exportem odstraníte."
#. qtCcB
-#: filter/inc/strings.hrc:75
+#: filter/inc/strings.hrc:73
msgctxt "STR_WARN_TRANSP_CONVERTED_SHORT"
msgid "Transparencies removed"
msgstr "Průhlednost odstraněna"
#. UHmjA
-#: filter/inc/strings.hrc:76
+#: filter/inc/strings.hrc:74
msgctxt "STR_ERR_SIGNATURE_FAILED"
msgid "Signature generation failed"
msgstr "Vytváření podpisu selhalo"
#. wjBBo
-#: filter/inc/strings.hrc:77
+#: filter/inc/strings.hrc:75
msgctxt "STR_ERR_PDF_EXPORT_ABORTED"
msgid "PDF export aborted"
msgstr "Export PDF byl přerušen"
diff --git a/source/cs/helpcontent2/source/text/sbasic/python.po b/source/cs/helpcontent2/source/text/sbasic/python.po
index f805ae8c9b2..d2652acd3c7 100644
--- a/source/cs/helpcontent2/source/text/sbasic/python.po
+++ b/source/cs/helpcontent2/source/text/sbasic/python.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-08 11:28+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicpython/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565688717.000000\n"
#. naSFZ
@@ -151,14 +151,14 @@ msgctxt ""
msgid "<literal>Xray</literal> calls interrupting Python script execution to help inspect variables."
msgstr "volání <literal>Xray</literal>, které přeruší spuštěný skript Pythonu a umožní prozkoumat proměnné."
-#. nABRD
+#. YdsBj
#: python_2_basic.xhp
msgctxt ""
"python_2_basic.xhp\n"
"N0336\n"
"help.text"
-msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, providing they represent primitives data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
-msgstr "Za tím účelem skriptovací rozhraní z rozhraní pro programování aplikací (API) %PRODUCTNAME umožňuje spouštění skriptů mezi Pythonem a Basicem, případně mezi dalšími podporovanými programovacími jazyky. Ve voláních lze předávat oběma směry argumenty za předpokladu, že se jedná o primitivní datové typy rozpoznatelné oběma jazyky a že je skriptovací rozhraní umí správně převést."
+msgid "The %PRODUCTNAME Application Programming Interface (API) Scripting Framework supports inter-language script execution between Python and Basic, or other supported programming languages for that matter. Arguments can be passed back and fourth across calls, provided that they represent primitive data types that both languages recognize, and assuming that the Scripting Framework converts them appropriately."
+msgstr ""
#. Gn9Bv
#: python_2_basic.xhp
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared.po b/source/cs/helpcontent2/source/text/sbasic/shared.po
index dd98dac0625..47e96dffe0d 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared.po
+++ b/source/cs/helpcontent2/source/text/sbasic/shared.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: 2021-02-08 12:09+0100\n"
-"PO-Revision-Date: 2020-12-30 10:36+0000\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-14 16:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/cs/>\n"
"Language: cs\n"
@@ -554,7 +554,7 @@ msgctxt ""
"par_id971529072633266\n"
"help.text"
msgid "<variable id=\"basiclibrarynote\">This library must be loaded before execution. Execute the following statement before running any macro that uses this library:</variable>"
-msgstr ""
+msgstr "<variable id=\"basiclibrarynote\">Tuto knihovnu je nutné nahrát před spuštěním programu. Před spuštěním jakéhokoliv makra, které používá tuto knihovnu, umístěte následující příkaz:</variable>"
#. 8ipLK
#: 00000003.xhp
@@ -11489,7 +11489,7 @@ msgctxt ""
"par_id461605879610611\n"
"help.text"
msgid "Some DOS-specific file and directory functions are no longer provided in %PRODUCTNAME, or their function is only limited. For example, support for the <literal>ChDir</literal>, <literal>ChDrive</literal> and <literal>CurDir</literal> functions is not provided. Some DOS-specific properties are no longer used in functions that expect file properties as parameters (for example, to differentiate from concealed files and system files). This ensures the greatest possible level of platform independence for %PRODUCTNAME. Therefore this feature is subject to removal in a future release."
-msgstr ""
+msgstr "Některé funkce pracující se soubory a adresáři, jež jsou specifické pro operační systém DOS, již nejsou v %PRODUCTNAME podporovány nebo fungují omezeně. Například nejsou podporovány funkce <literal>ChDir</literal>, <literal>ChDrive</literal> a <literal>CurDir</literal>. Některé vlastnosti specifické pro DOS se již nepoužívají ve funkcích, které očekávají vlastnosti souboru jako parametry (například odlišení skrytých a systémových souborů). Tím je zajištěna největší možná nezávislost %PRODUCTNAME na platformě, na které běží. Proto budou tyto funkce v následných vydáních odstraněny."
#. WXPPp
#: 03020401.xhp
@@ -11615,7 +11615,7 @@ msgctxt ""
"hd_id3153126\n"
"help.text"
msgid "<variable id=\"CurDir_h1\"><link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function</link></variable>"
-msgstr ""
+msgstr "<variable id=\"CurDir_h1\"><link href=\"text/sbasic/shared/03020403.xhp\">Funkce CurDir</link></variable>"
#. e8mAC
#: 03020403.xhp
@@ -29293,14 +29293,14 @@ msgctxt ""
msgid "<bookmark_value>Set statement</bookmark_value> <bookmark_value>New keyword</bookmark_value> <bookmark_value>Nothing object</bookmark_value>"
msgstr "<bookmark_value>Set</bookmark_value><bookmark_value>New</bookmark_value><bookmark_value>Nothing;objekt</bookmark_value>"
-#. eramH
+#. MT9CF
#: 03103700.xhp
msgctxt ""
"03103700.xhp\n"
"hd_id3154422\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link>"
-msgstr "<link href=\"text/sbasic/shared/03103700.xhp\" name=\"Příkaz Set\">Příkaz Set</link>"
+msgid "<variable id=\"Set_h1\"><link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set Statement\">Set Statement</link></variable>"
+msgstr ""
#. qNuUW
#: 03103700.xhp
@@ -29311,15 +29311,6 @@ msgctxt ""
msgid "Sets an object reference on a variable."
msgstr "Nastaví odkaz na proměnnou."
-#. MkkED
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
-
#. DiSYW
#: 03103700.xhp
msgctxt ""
@@ -29338,15 +29329,6 @@ msgctxt ""
msgid "[Set] variable = [New] object"
msgstr "[Set] proměnná = [New] objekt"
-#. r4fJx
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
-
#. K6c5D
#: 03103700.xhp
msgctxt ""
@@ -29392,15 +29374,6 @@ msgctxt ""
msgid "<literal>Set</literal> keyword is optional. <literal>Nothing</literal> is the default value for objects."
msgstr "Klíčové slovo <literal>Set</literal> je nepovinné. <literal>Nothing</literal> představuje pro objekty výchozí hodnotu."
-#. SGsRz
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
#. GhsMS
#: 03103700.xhp
msgctxt ""
@@ -29815,14 +29788,14 @@ msgctxt ""
msgid "<bookmark_value>Array function</bookmark_value>"
msgstr "<bookmark_value>Array</bookmark_value>"
-#. PgCk9
+#. vj7XR
#: 03104200.xhp
msgctxt ""
"03104200.xhp\n"
"hd_id3150499\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link>"
-msgstr "<link href=\"text/sbasic/shared/03104200.xhp\" name=\"Funkce Array\">Funkce Array</link>"
+msgid "<variable id=\"Array_h1\"><link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array Function\">Array Function</link></variable>"
+msgstr ""
#. ZFAuc
#: 03104200.xhp
@@ -29833,15 +29806,6 @@ msgctxt ""
msgid "Returns the type Variant with a data field."
msgstr "Vrátí typ Variant s datovým polem."
-#. AmzEv
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"help.text"
-msgid "Syntax:"
-msgstr "Syntaxe:"
-
#. hVxRf
#: 03104200.xhp
msgctxt ""
@@ -29860,15 +29824,6 @@ msgctxt ""
msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
msgstr "Viz také <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
-#. BJamW
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"help.text"
-msgid "Parameters:"
-msgstr "Parametry:"
-
#. ZsSRT
#: 03104200.xhp
msgctxt ""
@@ -29878,15 +29833,6 @@ msgctxt ""
msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr "<emph>Seznam argumentů:</emph> Seznam libovolného počtu argumentů oddělených čárkami."
-#. PERvG
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"help.text"
-msgid "Example:"
-msgstr "Příklad:"
-
#. EhDw8
#: 03104200.xhp
msgctxt ""
@@ -35116,14 +35062,14 @@ msgctxt ""
msgid "<bookmark_value>GlobalScope specifier</bookmark_value><bookmark_value>library systems</bookmark_value><bookmark_value>Library container</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API; BasicLibraries</bookmark_value><bookmark_value>API; DialogLibraries</bookmark_value><bookmark_value>BasicLibraries; library container</bookmark_value><bookmark_value>DialogLibraries; library container</bookmark_value>"
msgstr "<bookmark_value>specifikátor GlobalScope</bookmark_value><bookmark_value>systémy knihoven</bookmark_value><bookmark_value>kontejnery knihoven</bookmark_value><bookmark_value>GlobalScope</bookmark_value><bookmark_value>API;BasicLibraries</bookmark_value><bookmark_value>API;DialogLibraries</bookmark_value><bookmark_value>BasicLibraries;kontejner knihoven</bookmark_value><bookmark_value>DialogLibraries;kontener knihoven</bookmark_value>"
-#. BEFVK
+#. 4nALX
#: 03131900.xhp
msgctxt ""
"03131900.xhp\n"
"hd_id3150682\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link>"
-msgstr "<link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">Specifikátor GlobalScope</link>"
+msgid "<variable id=\"GlobalScope_h1\"><link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope specifier</link></variable>"
+msgstr ""
#. BKWJA
#: 03131900.xhp
diff --git a/source/cs/helpcontent2/source/text/sbasic/shared/03.po b/source/cs/helpcontent2/source/text/sbasic/shared/03.po
index ed1bb652f06..762630df7c5 100644
--- a/source/cs/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/cs/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2020-10-23 11:48+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textsbasicshared03/cs/>\n"
@@ -70,67 +70,22 @@ msgctxt ""
msgid "Services from external libraries can be registered with the <literal>RegisterScriptServices(...)</literal> method in order to extend the set of available services."
msgstr ""
-#. em6cF
+#. ErFP9
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id851605659675843\n"
"help.text"
-msgid "<literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
+msgid "The <literal>ScriptForge</literal> Basic library is available from %PRODUCTNAME 7.1 onwards."
msgstr ""
-#. JYk4h
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id589160613700196\n"
-"help.text"
-msgid "ScriptForge services are organized in the following categories:"
-msgstr ""
-
-#. GUHWh
+#. acPUv
#: lib_ScriptForge.xhp
msgctxt ""
"lib_ScriptForge.xhp\n"
"par_id891611613601554\n"
"help.text"
-msgid "%PRODUCTNAME Basic"
-msgstr ""
-
-#. DbtSH
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id891116610631554\n"
-"help.text"
-msgid "Document content"
-msgstr ""
-
-#. 5UQ7S
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id896111613601554\n"
-"help.text"
-msgid "User interface (UI)"
-msgstr ""
-
-#. GFE8W
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id681911613601554\n"
-"help.text"
-msgid "Utilities"
-msgstr ""
-
-#. BKpy6
-#: lib_ScriptForge.xhp
-msgctxt ""
-"lib_ScriptForge.xhp\n"
-"par_id1001606151139039\n"
-"help.text"
-msgid "FileSystem Service"
+msgid "Services provided by the ScriptForge library"
msgstr ""
#. 6gvZc
@@ -916,6 +871,15 @@ msgctxt ""
msgid "ScriptForge.Array service (SF_Array)"
msgstr ""
+#. 5rg28
+#: sf_array.xhp
+msgctxt ""
+"sf_array.xhp\n"
+"bm_id281613039222756\n"
+"help.text"
+msgid "<bookmark_value>Array service</bookmark_value>"
+msgstr ""
+
#. DryH9
#: sf_array.xhp
msgctxt ""
@@ -1141,13 +1105,13 @@ msgctxt ""
msgid "<emph>SortOrder</emph> : \"ASC\", \"DESC\" or \"\" (= not sorted, default)"
msgstr ""
-#. pG3HD
+#. HVqG3
#: sf_array.xhp
msgctxt ""
"sf_array.xhp\n"
"par_id71582557214489\n"
"help.text"
-msgid "Store the content of a 2-columns array into a <literal>ScriptForge</literal> <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
+msgid "Store the content of a 2-columns array into a <link href=\"text/sbasic/shared/03/sf_dictionary.xhp\" name=\"dictionary\">ScriptForge.Dictionary</link> object. <br/>The key will be extracted from the first column, the item from the second."
msgstr ""
#. CMssn
@@ -5695,15 +5659,6 @@ msgctxt ""
msgid "Description"
msgstr ""
-#. BhCNv
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id461598543254494\n"
-"help.text"
-msgid "Button"
-msgstr ""
-
#. jEyx9
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5713,15 +5668,6 @@ msgctxt ""
msgid "For toggle buttons only"
msgstr ""
-#. uhGBX
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id131598543254931\n"
-"help.text"
-msgid "CheckBox"
-msgstr ""
-
#. gCWiY
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5740,15 +5686,6 @@ msgctxt ""
msgid "0, False: not checked<br/>1, True: checked<br/>2: grayed, don't know"
msgstr ""
-#. 6zkoD
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id891598543254563\n"
-"help.text"
-msgid "ComboBox"
-msgstr ""
-
#. nZVA5
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5758,15 +5695,6 @@ msgctxt ""
msgid "The selected value. The <literal>ListIndex</literal> property is an alternate option."
msgstr ""
-#. xEYCn
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id58159854325446\n"
-"help.text"
-msgid "CurrencyField"
-msgstr ""
-
#. MWkEW
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5776,24 +5704,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. 6iwGG
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id241598543254415\n"
-"help.text"
-msgid "DateField"
-msgstr ""
-
-#. B47pw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id851598543254508\n"
-"help.text"
-msgid "FileControl"
-msgstr ""
-
#. kgfXR
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5803,15 +5713,6 @@ msgctxt ""
msgid "A file name formatted in accordance with the <literal>FileNaming</literal> property of the <literal>ScriptForge.FileSystem</literal> service"
msgstr ""
-#. wDWNN
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id921598543254323\n"
-"help.text"
-msgid "FormattedField"
-msgstr ""
-
#. 9NVHN
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5821,15 +5722,6 @@ msgctxt ""
msgid "String or Numeric"
msgstr ""
-#. uhxwf
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id151598543254318\n"
-"help.text"
-msgid "ListBox"
-msgstr ""
-
#. 53Ztp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5848,15 +5740,6 @@ msgctxt ""
msgid "The selected row(s) as a scalar or as an array depending on the <literal>MultiSelect</literal> attribute"
msgstr ""
-#. XfuWw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id771598543254973\n"
-"help.text"
-msgid "NumericField"
-msgstr ""
-
#. tFGhf
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5866,24 +5749,6 @@ msgctxt ""
msgid "Numeric"
msgstr ""
-#. zDgKW
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id38159854325480\n"
-"help.text"
-msgid "PatternField"
-msgstr ""
-
-#. GAk8n
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id951598543254998\n"
-"help.text"
-msgid "ProgressBar"
-msgstr ""
-
#. YvPAp
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5902,15 +5767,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. 6SESE
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id791598543254779\n"
-"help.text"
-msgid "RadioButton"
-msgstr ""
-
#. ZragT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5920,15 +5776,6 @@ msgctxt ""
msgid "Each button has its own name. They are linked together if their TAB positions are contiguous. If a radiobutton is set to <literal>True</literal>, the other related buttons are automatically set to <literal>False</literal>"
msgstr ""
-#. TWNd4
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id141598543254361\n"
-"help.text"
-msgid "ScrollBar"
-msgstr ""
-
#. m6Uyb
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5947,15 +5794,6 @@ msgctxt ""
msgid "Must be within the predefined bounds"
msgstr ""
-#. UDnLw
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id811598543254140\n"
-"help.text"
-msgid "TextField"
-msgstr ""
-
#. a9AMF
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -5965,15 +5803,6 @@ msgctxt ""
msgid "The text appearing in the field"
msgstr ""
-#. GoB7K
-#: sf_dialogcontrol.xhp
-msgctxt ""
-"sf_dialogcontrol.xhp\n"
-"par_id89159854325478\n"
-"help.text"
-msgid "TimeField"
-msgstr ""
-
#. YFbGT
#: sf_dialogcontrol.xhp
msgctxt ""
@@ -7945,6 +7774,3156 @@ msgctxt ""
msgid "However, when a warning is raised, <emph>the macro execution is not stopped</emph>."
msgstr ""
+#. QTGXf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.FileSystem service"
+msgstr ""
+
+#. Nkwib
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id781582391760253\n"
+"help.text"
+msgid "<variable id=\"FileSystemService\"><link href=\"text/sbasic/shared/03/sf_filesystem.xhp\" name=\"FileSystem service\"><literal>ScriptForge</literal>.<literal>FileSystem</literal> service</link></variable>"
+msgstr ""
+
+#. wXVQJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id931583589764919\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service includes routines to handle files and folders. Next are some examples of the features provided by this service:"
+msgstr ""
+
+#. NtXUq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070593\n"
+"help.text"
+msgid "Verify whether a file or folder exists."
+msgstr ""
+
+#. gqggf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070594\n"
+"help.text"
+msgid "Create and delete folders and files."
+msgstr ""
+
+#. FFUnD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070595\n"
+"help.text"
+msgid "Launch dialog boxes to open/save files."
+msgstr ""
+
+#. bgECC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917070596\n"
+"help.text"
+msgid "Access the list of files in a folder, etc."
+msgstr ""
+
+#. J2NqD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121612917368946\n"
+"help.text"
+msgid "The methods in the FileSystem service are mostly based on the <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1ucb_1_1XSimpleFileAccess.html\" name=\"XSimpleFileAccess API\"><literal>XSimpleFileAccess</literal> UNO interface.</link>"
+msgstr ""
+
+#. wEqaV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id961583589783025\n"
+"help.text"
+msgid "Definitions"
+msgstr ""
+
+#. bczfJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821612988815351\n"
+"help.text"
+msgid "The table below lists the main parameters used by most of the methods in the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. fV4jz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891612988600163\n"
+"help.text"
+msgid "Parameter"
+msgstr ""
+
+#. KdPjY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711612988600163\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. dEUyj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600163\n"
+"help.text"
+msgid "The full name of the file including the path without a path separator at the end."
+msgstr ""
+
+#. Da76k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600165\n"
+"help.text"
+msgid "The full name of the folder including the path. It may or may not contain the ending path separator."
+msgstr ""
+
+#. LwB6Z
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600167\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> including its extension. This parameter is always expressed using the native format of the operating system."
+msgstr ""
+
+#. fjYSD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600169\n"
+"help.text"
+msgid "The last component of the <emph>Folder Name</emph> or <emph>File Name</emph> without its extension."
+msgstr ""
+
+#. 57Aab
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321612988600172\n"
+"help.text"
+msgid "Any of the above names containing wildcards in its last component. Admitted wildcards are:"
+msgstr ""
+
+#. arzQR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851583590809104\n"
+"help.text"
+msgid "\"?\" represents any single character"
+msgstr ""
+
+#. wG8Bw
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583590819320\n"
+"help.text"
+msgid "\"*\" represents zero, one, or multiple characters"
+msgstr ""
+
+#. BjZMB
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id911584540527980\n"
+"help.text"
+msgid "The <literal>FileSystem</literal> service allows to perform operations over multiple files at the same time. By using name patterns, user scripts can copy, move or delete multiple files. Conversely, Basic built-in methods can only handle single files."
+msgstr ""
+
+#. zNCtF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id991612918109871\n"
+"help.text"
+msgid "File Naming Notation"
+msgstr ""
+
+#. ZfsFV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id791612918141083\n"
+"help.text"
+msgid "The notation used to express file and folder names, both for arguments and returned values, is defined by the <literal>FileNaming</literal> property of the <literal>FileSystem</literal> service."
+msgstr ""
+
+#. KV9FF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951612918220255\n"
+"help.text"
+msgid "In short, the possible representation types are \"URL\" (URL file notation), \"SYS\" (operating system notation) and \"ANY\" (default). See more information <link href=\"text/sbasic/shared/03/sf_filesystem.xhp#properties\" name=\"Properties Table\">below</link>."
+msgstr ""
+
+#. L84BJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861583589907100\n"
+"help.text"
+msgid "An example of the URL notation is <emph>file:///C:/Documents/my_file.odt</emph>. Whenever possible consider using the URL notation because it is a more portable alternative."
+msgstr ""
+
+#. mao7x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id581582885621841\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. ms88h
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141610734722352\n"
+"help.text"
+msgid "Before using the <literal>FileSystem</literal> service the <literal>ScriptForge</literal> library needs to be loaded using:"
+msgstr ""
+
+#. Miw3e
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691612990276070\n"
+"help.text"
+msgid "The following code snippet invokes the <literal>FileSystem</literal> service. The method <literal>BuildPath</literal> was used as an example."
+msgstr ""
+
+#. hUmn8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bm_id901612991354326\n"
+"help.text"
+msgid "<bookmark_value>FileSystem service;FileNaming property</bookmark_value> <bookmark_value>FileSystem service;ConfigFolder property</bookmark_value> <bookmark_value>FileSystem service;ExtensionsFolder property</bookmark_value> <bookmark_value>FileSystem service;HomeFolder property</bookmark_value> <bookmark_value>FileSystem service;InstallFolder property</bookmark_value> <bookmark_value>FileSystem service;TemplatesFolder property</bookmark_value> <bookmark_value>FileSystem service;TemporaryFolder property</bookmark_value> <bookmark_value>FileSystem service;UserTemplatesFolder property</bookmark_value>"
+msgstr ""
+
+#. Gsznv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"hd_id651583668365757\n"
+"help.text"
+msgid "Properties"
+msgstr ""
+
+#. QFtWW
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583668386455\n"
+"help.text"
+msgid "Name"
+msgstr ""
+
+#. iXYjt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491583668386455\n"
+"help.text"
+msgid "Readonly"
+msgstr ""
+
+#. GC4Vu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271583668474014\n"
+"help.text"
+msgid "Type"
+msgstr ""
+
+#. FFkx3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401583668386455\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. CyEEJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id371583668519172\n"
+"help.text"
+msgid "No"
+msgstr ""
+
+#. Gihmg
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583668386455\n"
+"help.text"
+msgid "Sets or returns the current files and folders notation, either \"ANY\", \"URL\" or \"SYS\":"
+msgstr ""
+
+#. QQGcp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881585396501844\n"
+"help.text"
+msgid "<emph>\"ANY\"</emph>: (default) the methods of the <literal>FileSystem</literal> service accept both URL and current operating system's notation for input arguments but always return URL strings."
+msgstr ""
+
+#. 6FA2G
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id261583669091722\n"
+"help.text"
+msgid "<emph>\"URL\"</emph>: the methods of the <literal>FileSystem</literal> service expect URL notation for input arguments and return URL strings."
+msgstr ""
+
+#. QxFC6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583669120436\n"
+"help.text"
+msgid "<emph>\"SYS\"</emph>: the methods of the <literal>FileSystem</literal> service expect current operating system's notation for both input arguments and return strings."
+msgstr ""
+
+#. VBAzn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id211583765169579\n"
+"help.text"
+msgid "Once set, the <literal>FileNaming</literal> property remains unchanged either until the end of the %PRODUCTNAME session or until it is set again."
+msgstr ""
+
+#. FayZT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541583839708548\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. ygE64
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583839708412\n"
+"help.text"
+msgid "Returns the configuration folder of %PRODUCTNAME."
+msgstr ""
+
+#. svPxn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id761584027709516\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. gjTpP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971584027709752\n"
+"help.text"
+msgid "Returns the folder where extensions are installed."
+msgstr ""
+
+#. DTGEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583839767743\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. FP6D9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111583839767195\n"
+"help.text"
+msgid "Returns the user home folder."
+msgstr ""
+
+#. LUE79
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771583839920487\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. dz5ju
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451583839920858\n"
+"help.text"
+msgid "Returns the installation folder of %PRODUCTNAME."
+msgstr ""
+
+#. trBL7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571588333908716\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. 3yNj2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721588333908708\n"
+"help.text"
+msgid "Returns the folder containing the system templates files."
+msgstr ""
+
+#. hDFSQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501583774433513\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. e2ruR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71583774433459\n"
+"help.text"
+msgid "Returns the temporary files folder defined in the %PRODUCTNAME path settings."
+msgstr ""
+
+#. wjVgE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271588334016191\n"
+"help.text"
+msgid "Yes"
+msgstr ""
+
+#. Ggnnt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251588334016874\n"
+"help.text"
+msgid "Returns the folder containing the user-defined template files."
+msgstr ""
+
+#. rpvtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the FileSystem Service"
+msgstr ""
+
+#. EgkPG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583933076448\n"
+"help.text"
+msgid "Joins a folder path and the name of a file and returns the full file name with a valid path separator. The path separator is added only if necessary."
+msgstr ""
+
+#. dbCP6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id90158393307695\n"
+"help.text"
+msgid "<emph>FolderName</emph> : The path with which <literal>Name</literal> will be combined. The specified path does not need to be an existing folder."
+msgstr ""
+
+#. LaGBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id891583933076975\n"
+"help.text"
+msgid "<emph>Name</emph> : The name of the file to be appended to <literal>FolderName</literal>. This parameter uses the notation of the current operating system."
+msgstr ""
+
+#. DwTpc
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id33160111891079\n"
+"help.text"
+msgid "Compares two files and returns <literal>True</literal> when they seem identical."
+msgstr ""
+
+#. CrUQx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631601119001315\n"
+"help.text"
+msgid "Depending on the value of the <literal>CompareContents</literal> argument, the comparison between both files can be either based only on file attributes (such as the last modified date), or based on the file contents."
+msgstr ""
+
+#. dLpG4
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481601118910755\n"
+"help.text"
+msgid "<emph>FileName1, FileName2</emph> : The files to compare."
+msgstr ""
+
+#. TAPBR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111601118910848\n"
+"help.text"
+msgid "<emph>CompareContents</emph> : When <literal>True</literal>, the contents of the files are compared (default = <literal>False</literal>)."
+msgstr ""
+
+#. EZNG5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161584541257982\n"
+"help.text"
+msgid "Copies one or more files from one location to another. Returns <literal>True</literal> if at least one file has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. EFfEH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id401612998805699\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. AZCsn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id331612998814805\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ErB6x
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001584541257789\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be copied."
+msgstr ""
+
+#. A3qtd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id111584542310166\n"
+"help.text"
+msgid "<emph>Destination</emph> : It can be either a <literal>FileName</literal> specifying where the single <literal>Source</literal> file is to be copied, or a <literal>FolderName</literal> into which the multiple files from <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. FCpqn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134752\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. 4ArCt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166788\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. 53E5r
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431558\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. KerV3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id211613000903194\n"
+"help.text"
+msgid "' Copies a single file"
+msgstr ""
+
+#. HKFaH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id841584541257574\n"
+"help.text"
+msgid "' Copies multiple files. Only files are copied, subfolders are not."
+msgstr ""
+
+#. TdGi7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731584544734412\n"
+"help.text"
+msgid "Copies one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been copied or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. TymFf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775377\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. m3Hzh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808912\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. ygWn7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id851584544734202\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be copied."
+msgstr ""
+
+#. EgL3W
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id321584544734273\n"
+"help.text"
+msgid "<emph>Destination</emph> : Specifies the <literal>FolderName</literal> into which the single or multiple folders defined in <literal>Source</literal> are to be copied."
+msgstr ""
+
+#. CzQ9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491612999134762\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, it is created."
+msgstr ""
+
+#. Uqyna
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591612999166740\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. KCfZf
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id251584542431525\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : If <literal>True</literal> (default), files may be overwritten. The method will fail if <literal>Destination</literal> is readonly, regardless of the value specified in <literal>Overwrite</literal>."
+msgstr ""
+
+#. niaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id541584544734497\n"
+"help.text"
+msgid "' Folders, their files and their subfolders are copied"
+msgstr ""
+
+#. fNBgH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31158454067562\n"
+"help.text"
+msgid "Creates the specified <literal>FolderName</literal>. Returns <literal>True</literal> if the folder could be successfully created."
+msgstr ""
+
+#. 9H3cp
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613000475359\n"
+"help.text"
+msgid "If the specified folder has a parent folder that does not exist, it is created."
+msgstr ""
+
+#. ZFWUY
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id491584540675469\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be created. If the folder already exists, an exception will be raised."
+msgstr ""
+
+#. EYSCS
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731585322689518\n"
+"help.text"
+msgid "Creates a specified file and returns a <literal>TextStream</literal> object that can be used to write to the file."
+msgstr ""
+
+#. YMZDA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613001057759\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. tykpH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id901585322689715\n"
+"help.text"
+msgid "<emph>FileName</emph> : The name of the file to be created."
+msgstr ""
+
+#. ZcmDb
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id501585322689209\n"
+"help.text"
+msgid "<emph>Overwrite</emph> : Boolean value that determines if <literal>FileName</literal> can be overwritten (default = <literal>True</literal>)."
+msgstr ""
+
+#. X7GW9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585322689192\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. eoE92
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id141613001281573\n"
+"help.text"
+msgid "To learn more about the names of character sets, visit <link href=\"https://www.iana.org/assignments/character-sets/character-sets.xhtml\" name=\"Character Sets\">IANA's Character Set</link> page. Beware that %PRODUCTNAME does not implement all existing character sets."
+msgstr ""
+
+#. DVGxr
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882040881\n"
+"help.text"
+msgid "Deletes one or more files. Returns <literal>True</literal> if at least one file has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. DQEzT
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775356\n"
+"help.text"
+msgid "An error will also occur if the <literal>FileName</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. TWJRd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848493\n"
+"help.text"
+msgid "The files to be deleted must not be readonly."
+msgstr ""
+
+#. PEFBq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808832\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. D8kDv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id441584882040860\n"
+"help.text"
+msgid "<emph>FileName</emph> : It can be a <literal>FileName</literal> or a <literal>NamePattern</literal> indicating one or more files to be deleted."
+msgstr ""
+
+#. YtAfH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id181584882040535\n"
+"help.text"
+msgid "' Only files are deleted, subfolders are not"
+msgstr ""
+
+#. c9ZCd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11584882015881\n"
+"help.text"
+msgid "Deletes one or more folders. Returns <literal>True</literal> if at least one folder has been deleted or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. xmtzX
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21612999775346\n"
+"help.text"
+msgid "An error will also occur if the <literal>FolderName</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. GsqDD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21613001848853\n"
+"help.text"
+msgid "The folders to be deleted must not be readonly."
+msgstr ""
+
+#. kRSqe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701612999808842\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. zdaKv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id451584882542247\n"
+"help.text"
+msgid "<emph>FolderName</emph> : It can be a <literal>FolderName</literal> or a <literal>NamePattern</literal> indicating one or more folders to be deleted."
+msgstr ""
+
+#. ECKGi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id491584882542177\n"
+"help.text"
+msgid "' Only folders are deleted, files in the top folder (C:\\Temp\\) are not"
+msgstr ""
+
+#. ZbyLn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161583764426709\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a given file name is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. BNEmC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id91613003122613\n"
+"help.text"
+msgid "If the <literal>FileName</literal> parameter is actually an existing folder name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. 5sCo3
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id361583764426547\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file to be tested."
+msgstr ""
+
+#. ChDCL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11158394432779\n"
+"help.text"
+msgid "Returns a zero-based array of the files stored in a given folder. Each entry in the array is a string containing the full path and file name."
+msgstr ""
+
+#. HT5PM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id641613003790120\n"
+"help.text"
+msgid "If <literal>FolderName</literal> does not exist, an exception is raised."
+msgstr ""
+
+#. nFaPD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821613003779799\n"
+"help.text"
+msgid "The resulting list may be filtered with wildcards."
+msgstr ""
+
+#. QFJEd
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731583944543140\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. 6qDtR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591585648450060\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of files (default = \"\")."
+msgstr ""
+
+#. HJ9vL
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id451583944327508\n"
+"help.text"
+msgid "filesList = FSO.Files(\"/home/user/\", \"*.txt\")"
+msgstr ""
+
+#. zG7ec
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51583765642590\n"
+"help.text"
+msgid "Returns <literal>True</literal> if the specified <literal>FolderName</literal> is valid and exists, otherwise the method returns <literal>False</literal>."
+msgstr ""
+
+#. G4Rcz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id151613004111990\n"
+"help.text"
+msgid "If the <literal>FolderName</literal> parameter is actually an existing file name, the method returns <literal>False</literal>."
+msgstr ""
+
+#. SQVF8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id1001583765642211\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing the folder to be tested."
+msgstr ""
+
+#. eAFVs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521584110618989\n"
+"help.text"
+msgid "Returns the <literal>BaseName</literal> (equal to the last component) of a folder or file name, without its extension."
+msgstr ""
+
+#. YnBXv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id731613004316790\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. kotiz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id691584110618308\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. VcGyZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id861584110618986\n"
+"help.text"
+msgid "' If the input parameter is a folder, it returns the last component of the path"
+msgstr ""
+
+#. xmK9A
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id591613004793431\n"
+"help.text"
+msgid "' If the input parameter is a file, the method returns the file name without the extension and the path"
+msgstr ""
+
+#. A56XC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id831584032680866\n"
+"help.text"
+msgid "Returns the extension part of a file or folder name without the dot \".\" character."
+msgstr ""
+
+#. pdCJv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613060736524\n"
+"help.text"
+msgid "The method does not check for the existence of the specified file or folder."
+msgstr ""
+
+#. Aqvwt
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id561613060896361\n"
+"help.text"
+msgid "If this method is applied to a folder name or to a file without an extension, then an empty string is returned."
+msgstr ""
+
+#. tQpBe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821584032680311\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. Am6Bu
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id48160068505010\n"
+"help.text"
+msgid "The builtin <literal>FileLen</literal> Basic function returns the number of bytes contained in a file as a <literal>Long</literal> value, i.e. up to 2GB."
+msgstr ""
+
+#. 2FHpa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id571613061005426\n"
+"help.text"
+msgid "The <literal>GetFileLen</literal> method can handle files with much larger sizes by returning a <literal>Currency</literal> value."
+msgstr ""
+
+#. cC9GE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id161600685050367\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. o2GGJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id191584811478936\n"
+"help.text"
+msgid "Returns the last modified date of a given file."
+msgstr ""
+
+#. ssSmV
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id25158481147822\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. VEZR6
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id711584032366587\n"
+"help.text"
+msgid "Returns the last component of a file or folder name in native operating system format."
+msgstr ""
+
+#. 4vAvz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541613061300811\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. DHaix
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671584032366193\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing the file name and its path."
+msgstr ""
+
+#. ffxFe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871584113432747\n"
+"help.text"
+msgid "Returns a string containing the name of the parent folder of a specified file or folder name."
+msgstr ""
+
+#. 2eBgA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id611613061603039\n"
+"help.text"
+msgid "The method does not check if the specified file or folder exists."
+msgstr ""
+
+#. Gqc5k
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471584113432231\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string with the file or folder name to be analyzed."
+msgstr ""
+
+#. Uc93M
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id82158385117289\n"
+"help.text"
+msgid "Returns a randomly generated temporary file name that is useful for performing operations that require a temporary file."
+msgstr ""
+
+#. FS3qq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613061770924\n"
+"help.text"
+msgid "The returned file name does not have any suffix. The folder part of the returned string is the system's temporary folder."
+msgstr ""
+
+#. W7gF7
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id971613061774934\n"
+"help.text"
+msgid "The method does not create the temporary file."
+msgstr ""
+
+#. ch2AJ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id58160104251423\n"
+"help.text"
+msgid "Hash functions are used by some cryptographic algorithms, in digital signatures, message authentication codes, fraud detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
+msgstr ""
+
+#. qxDnP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301601042791356\n"
+"help.text"
+msgid "The <literal>HashFile</literal> method returns the result of a hash function, applied on a given file and using a specified algorithm. The returned value is a string of lower-case hexadecimal digits."
+msgstr ""
+
+#. eAW33
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id861601043268484\n"
+"help.text"
+msgid "The hash algorithms supported are: <literal>MD5</literal>, <literal>SHA1</literal>, <literal>SHA224</literal>, <literal>SHA256</literal>, <literal>SHA384</literal> and <literal>SHA512</literal>."
+msgstr ""
+
+#. 5FXjQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id28160104251451\n"
+"help.text"
+msgid "<emph>FileName</emph> : A string representing an existing file."
+msgstr ""
+
+#. 88LmG
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id71601042959846\n"
+"help.text"
+msgid "<emph>Algorithm</emph> : One of the supported algorithms."
+msgstr ""
+
+#. HzFs2
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id51584791330688\n"
+"help.text"
+msgid "Moves one or more files from one location to another. Returns <literal>True</literal> if at least one file has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. oEPar
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613062890648\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any files."
+msgstr ""
+
+#. ETmEP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id241613062902777\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. RY5vD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721584791330406\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FileName</literal> or <literal>NamePattern</literal> to designate one or more files to be moved."
+msgstr ""
+
+#. 5CsKP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id291584791330181\n"
+"help.text"
+msgid "<emph>Destination</emph> : If <literal>Source</literal> is a <literal>FileName</literal> then this parameter indicates the new path and file name of the moved file."
+msgstr ""
+
+#. E7BHq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31613063334246\n"
+"help.text"
+msgid "If the move operation involves multiple files, then Destination must be a folder name. If it does not exist, it is created."
+msgstr ""
+
+#. BvhBP
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id391613063494599\n"
+"help.text"
+msgid "If <literal>Source</literal> and <literal>Destination</literal> have the same parent folder, the method will rename the <literal>Source</literal>."
+msgstr ""
+
+#. 6UKxC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id941613063476533\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. qPvQA
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id331584791330495\n"
+"help.text"
+msgid "' Only files are moved, subfolders are not"
+msgstr ""
+
+#. iYBMe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301584791330868\n"
+"help.text"
+msgid "Moves one or more folders from one location to another. Returns <literal>True</literal> if at least one folder has been moved or <literal>False</literal> if an error occurred."
+msgstr ""
+
+#. R9Jrz
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id411613072570664\n"
+"help.text"
+msgid "An error will also occur if the <literal>Source</literal> parameter uses wildcard characters and does not match any folders."
+msgstr ""
+
+#. F2DaD
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id601613072595264\n"
+"help.text"
+msgid "The method stops immediately after it encounters an error. The method does not roll back nor does it undo changes made before the error occurred."
+msgstr ""
+
+#. wBkni
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id541584791330777\n"
+"help.text"
+msgid "<emph>Source</emph> : It can be a <literal>FolderName</literal> or <literal>NamePattern</literal> to designate one or more folders to be moved."
+msgstr ""
+
+#. By4Cy
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551584791330279\n"
+"help.text"
+msgid "<emph>Destination</emph> : If the move operation involves a single folder, then <literal>Destination</literal> is the name and path of the moved folder and it must not exist."
+msgstr ""
+
+#. upwt8
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id11613072890641\n"
+"help.text"
+msgid "If multiple folders are being moved, then <literal>Destination</literal> designates where the folders in <literal>Source</literal> will be moved into. If <literal>Source</literal> does not exist, it is created."
+msgstr ""
+
+#. DFBsa
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613072928159\n"
+"help.text"
+msgid "Wildcard characters are not allowed in <literal>Destination</literal>."
+msgstr ""
+
+#. JNTia
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id121585320922117\n"
+"help.text"
+msgid "Opens a file and returns a <literal>TextStream</literal> object that can be used to read from, write to, or append to the file."
+msgstr ""
+
+#. ePMpQ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id591613073104711\n"
+"help.text"
+msgid "Note that the method does not check if the given file is really a text file."
+msgstr ""
+
+#. p6VFZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951613073135036\n"
+"help.text"
+msgid "The method returns a <literal>Null</literal> object if an error occurred."
+msgstr ""
+
+#. CBiwE
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id551585320922678\n"
+"help.text"
+msgid "<emph>FileName</emph> : Identifies the file to open."
+msgstr ""
+
+#. wr4wi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id671585320922388\n"
+"help.text"
+msgid "<emph>IOMode</emph> : Indicates the input/output mode. It can be one of three constants: <literal>FSO.ForReading</literal> (default), <literal>FSO.ForWriting</literal>, or <literal>FSO.ForAppending</literal>."
+msgstr ""
+
+#. 25nRj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id21585321398586\n"
+"help.text"
+msgid "<emph>Create</emph> : Boolean value that indicates whether a new file can be created if the specified filename doesn't exist:"
+msgstr ""
+
+#. VDFAi
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id721613073434797\n"
+"help.text"
+msgid "If <literal>True</literal> a new file and its parent folders will be created if they do not exist;"
+msgstr ""
+
+#. EypVC
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id201613073469289\n"
+"help.text"
+msgid "If <literal>False</literal> then new files are not created (default)."
+msgstr ""
+
+#. WzDqZ
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id771585321576210\n"
+"help.text"
+msgid "<emph>Encoding</emph> : The character set to be used. The default encoding is \"UTF-8\"."
+msgstr ""
+
+#. FuYwe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id871583670342501\n"
+"help.text"
+msgid "Opens a dialog box to open or save files."
+msgstr ""
+
+#. SjDBv
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id881613074436979\n"
+"help.text"
+msgid "If the <literal>SAVE</literal> mode is set and the picked file exists, a warning message will be displayed."
+msgstr ""
+
+#. gi6um
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id481583670342502\n"
+"help.text"
+msgid "<emph>DefaultFile</emph> : This argument is a string composed of a folder and file name:"
+msgstr ""
+
+#. fyVCs
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id511613074665951\n"
+"help.text"
+msgid "The folder part indicates the folder that will be shown when the dialog opens (default = the last selected folder)."
+msgstr ""
+
+#. xs5hU
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id631613074685308\n"
+"help.text"
+msgid "The file part designates the default file to open or save."
+msgstr ""
+
+#. CyhXn
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id981583670342502\n"
+"help.text"
+msgid "<emph>Mode</emph> : <literal>OPEN</literal> (input file) or <literal>SAVE</literal> (output file). The default value is <literal>OPEN</literal>."
+msgstr ""
+
+#. Ym5VM
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id31583670342502\n"
+"help.text"
+msgid "<emph>Filter</emph> : The extension of the files displayed when the dialog is opened (default = no filter)."
+msgstr ""
+
+#. 8WirR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id941583670925672\n"
+"help.text"
+msgid "' Only *.txt files are displayed"
+msgstr ""
+
+#. HkwaR
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id521583671701777\n"
+"help.text"
+msgid "Opens a dialog box to select a folder."
+msgstr ""
+
+#. nQtNH
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id951583671701872\n"
+"help.text"
+msgid "<emph>DefaultFolder</emph> : A string containing the folder name that will be displayed when the dialog is opened (default = the last selected folder)."
+msgstr ""
+
+#. hspKF
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id821583671701764\n"
+"help.text"
+msgid "<emph>FreeText</emph> : Text to display in the dialog (default = \"\")."
+msgstr ""
+
+#. GMYtx
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"bas_id921583671701610\n"
+"help.text"
+msgid "a = FSO.PickFolder(\"C:\\\", \"Choose a folder or press Cancel\")"
+msgstr ""
+
+#. C3UA9
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431584016761996\n"
+"help.text"
+msgid "Returns a zero-based array of the folders stored in a given <literal>FolderName</literal>."
+msgstr ""
+
+#. LVNZq
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id431613075267241\n"
+"help.text"
+msgid "The list may be filtered with wildcards."
+msgstr ""
+
+#. vXLY5
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id701584016761945\n"
+"help.text"
+msgid "<emph>FolderName</emph> : A string representing a folder. The folder must exist. <literal>FolderName</literal> must not designate a file."
+msgstr ""
+
+#. XSBWe
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id471585648674921\n"
+"help.text"
+msgid "<emph>Filter</emph> : A string containing wildcards (\"?\" and \"*\") that will be applied to the resulting list of folders (default = \"\")."
+msgstr ""
+
+#. WVhEh
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id301613075694148\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03160000.xhp\" name=\"Input function\">Input Function</link>"
+msgstr ""
+
+#. QhSzj
+#: sf_filesystem.xhp
+msgctxt ""
+"sf_filesystem.xhp\n"
+"par_id271612398715438\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open statement\">Open Statement</link>"
+msgstr ""
+
+#. GpvmN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Services service"
+msgstr ""
+
+#. bFtkf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id471582710868716\n"
+"help.text"
+msgid "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\" name=\"Services service\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
+msgstr ""
+
+#. 2TqZf
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582710868545\n"
+"help.text"
+msgid "The ScriptForge library is built upon an extensible collection of so-called \"Services\". <br/>This collection is implemented as categories of Basic libraries or Python modules:"
+msgstr ""
+
+#. G2GDr
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id751582711417284\n"
+"help.text"
+msgid "the standard <literal>ScriptForge</literal> library shipped with %PRODUCTNAME"
+msgstr ""
+
+#. pyGFM
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id711582711434921\n"
+"help.text"
+msgid "a number of \"associated\" libraries shipped with %PRODUCTNAME as well"
+msgstr ""
+
+#. DLRfn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id11582711444725\n"
+"help.text"
+msgid "any user/contributor LibreOffice extension wanting to fit into the same framework"
+msgstr ""
+
+#. WZtZa
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id211596296017810\n"
+"help.text"
+msgid "A <emph>service</emph> is a collection of properties or methods which implement the service."
+msgstr ""
+
+#. 8yaDQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id301596296901387\n"
+"help.text"
+msgid "For the author of a user script, a service may be either a <emph>module</emph> within a library, or an <emph>instance</emph> of a class module."
+msgstr ""
+
+#. pJ7ic
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411596296395830\n"
+"help.text"
+msgid "An <emph>event manager</emph> is a script contained in a library which binds an event triggering a macro - usually defined by the <menuitem>Tools - Customize</menuitem> menu - to the concerned service instance."
+msgstr ""
+
+#. 8tKxb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771596296933669\n"
+"help.text"
+msgid "As an example, if several documents trigger the same macro when they are loaded, it might be useful to know which document triggered the macro this time. That's where an event manager plays its role."
+msgstr ""
+
+#. vpUVp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id191582711902530\n"
+"help.text"
+msgid "The following methods make up the kernel of the <literal>ScriptForge</literal> framework:"
+msgstr ""
+
+#. td8Cp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582712098824\n"
+"help.text"
+msgid "Called internally by <literal>ScriptForge</literal> to register for a library the list of services it implements. <br/>Each library associated to <literal>Scriptforge</literal> or extending it must implement its own <literal>RegisterScriptServices</literal> method."
+msgstr ""
+
+#. Adbws
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id671595847982308\n"
+"help.text"
+msgid "Called - as many times as there are services to register in the library - by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. vsobg
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id241596294275434\n"
+"help.text"
+msgid "Called to register a library event manager by <literal>RegisterScriptServices</literal>."
+msgstr ""
+
+#. VC4em
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582712156448\n"
+"help.text"
+msgid "Called by user scripts to get an object giving access to the service given as argument. <br/>All services should be invoked thru the <literal>CreateScriptService</literal> method."
+msgstr ""
+
+#. 9Geac
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id651582712806415\n"
+"help.text"
+msgid "Conventionally, the <literal>String</literal>, <literal>Array</literal> and <literal>Exception</literal> services may be invoked directly respectively as <literal>SF_String</literal>, <literal>SF_Array</literal> and <literal>SF_Exception</literal>."
+msgstr ""
+
+#. BzHaE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Services Service"
+msgstr ""
+
+#. howve
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id871582714020043\n"
+"help.text"
+msgid "Gain access to one of the services of a library for the benefit of a user script. <br/> The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
+msgstr ""
+
+#. KweBC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id101582714266656\n"
+"help.text"
+msgid "A service can be understood as either:"
+msgstr ""
+
+#. w7Czn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582714337820\n"
+"help.text"
+msgid "as a set of methods gathered in a Basic standard module"
+msgstr ""
+
+#. rfAFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id291582714347134\n"
+"help.text"
+msgid "or a set of methods and properties gathered in a Basic class module."
+msgstr ""
+
+#. tR7ys
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id431582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. SpGFT
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id251582714020044\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. VuLrG
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id971582714020045\n"
+"help.text"
+msgid "<emph>Service</emph>: The name of the service identified as \"library.service\". <br/>The library is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\" name=\"GlobalScope\">GlobalScope</link>. The default value is \"ScriptForge\". <br/>The service is one of the services registered by the library via the <literal>RegisterScriptServices()</literal> method."
+msgstr ""
+
+#. q97vs
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id391582714020045\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: A list of arguments required by the invoked service. <br/>If the first argument refers to an event manager, then arg0 is mandatory and must be the UNO object representing the event provided as argument to the user macro."
+msgstr ""
+
+#. imGjJ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id91582714020046\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. wuR7S
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id981582898174133\n"
+"help.text"
+msgid "' To be done once"
+msgstr ""
+
+#. oqovE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id311582715700844\n"
+"help.text"
+msgid "' Refers to the \"ScriptForge.Array\" service or SF_Array"
+msgstr ""
+
+#. KvcPo
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id61582715759468\n"
+"help.text"
+msgid "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
+msgstr ""
+
+#. pMGcR
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id901582715797722\n"
+"help.text"
+msgid "' Refers to the Calc service, implemented in the associated SFDocuments library"
+msgstr ""
+
+#. BoXHx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id361582715845747\n"
+"help.text"
+msgid "' Returns a Timer class instance starting immediately"
+msgstr ""
+
+#. 9bmdn
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id571596298708062\n"
+"help.text"
+msgid "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
+msgstr ""
+
+#. DFhat
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id121613492254532\n"
+"help.text"
+msgid "' Returns the instance of the Document class that fired the event"
+msgstr ""
+
+#. AsuMY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id1315827229793\n"
+"help.text"
+msgid "By executing a series of invocations of <literal>RegisterService()</literal> and <literal>RegisterEventManager()</literal>, the <literal>RegisterScriptServices()</literal> method incorporates a library into the <literal>ScriptForge</literal> framework. <br/>Each library pertaining to the framework must implement its own version of this method."
+msgstr ""
+
+#. 8FgEA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id411582723190195\n"
+"help.text"
+msgid "The method has to be stored in a <emph>standard</emph> Basic module as opposed to a class module."
+msgstr ""
+
+#. jEAZb
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id351582724127926\n"
+"help.text"
+msgid "A service is either:"
+msgstr ""
+
+#. oC8wx
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id171582722979820\n"
+"help.text"
+msgid "a Basic standard module passed as a Basic object."
+msgstr ""
+
+#. r98Hy
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id121582722979649\n"
+"help.text"
+msgid "or a string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance."
+msgstr ""
+
+#. FKqFQ
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id771582725815107\n"
+"help.text"
+msgid "GlobalScope.LibraryName.ModuleName ' Object"
+msgstr ""
+
+#. DYyWS
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id721582724496873\n"
+"help.text"
+msgid "\"LibraryName.ModuleName.FunctionName\" ' String"
+msgstr ""
+
+#. 8QWvK
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id351582722979618\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. uej6R
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id11582725353585\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. jCUWF
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id341582725374064\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. iwekv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id741582727674249\n"
+"help.text"
+msgid "When a user script contains a statement such as:"
+msgstr ""
+
+#. ivHq4
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id611582727701061\n"
+"help.text"
+msgid "<br/><literal>ScriptForge</literal> performs these tasks:"
+msgstr ""
+
+#. 8AiaU
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id511582728914523\n"
+"help.text"
+msgid "load the library <literal>myLibrary</literal> when necessary"
+msgstr ""
+
+#. Egm5V
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id441582728492537\n"
+"help.text"
+msgid "invoke the <literal>RegisterScriptServices</literal> method to load the list of services of <literal>myLibrary</literal> in memory"
+msgstr ""
+
+#. csxrp
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id531582728511341\n"
+"help.text"
+msgid "initialize the variable <literal>myServ</literal> with the given service"
+msgstr ""
+
+#. x6Xa6
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331595857355789\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hm3aY
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id701595857355894\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 7U5MA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id1159585735573\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. ELGxD
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id721595857355929\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. GkGcA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id271595857355756\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A service reference is either:"
+msgstr ""
+
+#. EnhtA
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id481595857355966\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. cmHCE
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id101595857355820\n"
+"help.text"
+msgid "' Refer to a Basic standard module implementing the service as a set of methods"
+msgstr ""
+
+#. bgCCe
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id951595857355198\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. QPDMC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id701596299279876\n"
+"help.text"
+msgid "The method returns <literal>True</literal> if the name-value pair given as argument could be registered successfully."
+msgstr ""
+
+#. hXBCv
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id151596299279417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. biZdX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id421596299279275\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. Ky8rX
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id331596299279165\n"
+"help.text"
+msgid "<emph>ServiceName</emph>: The name of the service as a case-insensitive string. The name must be unique."
+msgstr ""
+
+#. 3AXvN
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"par_id92159629927929\n"
+"help.text"
+msgid "<emph>ServiceReference</emph>: A string designating the function to execute to get an instance of the service. It is in fact the function containing the <literal>New</literal> keyword of a <link href=\"text/sbasic/shared/03103700.xhp\" name=\"Set statement\">Set</link> statement creating the instance.:"
+msgstr ""
+
+#. 3DmHk
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"hd_id631596299279349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. FKFAC
+#: sf_services.xhp
+msgctxt ""
+"sf_services.xhp\n"
+"bas_id521596299279373\n"
+"help.text"
+msgid "' The function should return an instance of a Basic object class implementing the service"
+msgstr ""
+
+#. LCVem
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"tit\n"
+"help.text"
+msgid "ScriptForge.Session service"
+msgstr ""
+
+#. c4YAM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id901582814720985\n"
+"help.text"
+msgid "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\" name=\"Session service\"><literal>ScriptForge</literal>.<literal>Session</literal> service</link></variable>"
+msgstr ""
+
+#. QzFdU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id861582814720987\n"
+"help.text"
+msgid "The <literal>Session</literal> service gathers various general purpose methods about:"
+msgstr ""
+
+#. a2DCM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id34158281472051\n"
+"help.text"
+msgid "the installation or execution environment"
+msgstr ""
+
+#. cf5WG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id411582814720361\n"
+"help.text"
+msgid "UNO introspection"
+msgstr ""
+
+#. fBApv
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321582814720863\n"
+"help.text"
+msgid "the invocation of external scripts or programs"
+msgstr ""
+
+#. 63uDb
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id91582814720116\n"
+"help.text"
+msgid "Service invocation"
+msgstr ""
+
+#. 8BEnm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id291582814720762\n"
+"help.text"
+msgid "Constants"
+msgstr ""
+
+#. BuuCB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id82158281472034\n"
+"help.text"
+msgid "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. <br/>Use them as <literal>session.CONSTANT</literal>."
+msgstr ""
+
+#. yyF2R
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id9158281472045\n"
+"help.text"
+msgid "Value"
+msgstr ""
+
+#. XYSMr
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241582814720636\n"
+"help.text"
+msgid "Where to find the library ?"
+msgstr ""
+
+#. k58kN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id361582814720116\n"
+"help.text"
+msgid "Applicable"
+msgstr ""
+
+#. DJspw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582814720105\n"
+"help.text"
+msgid "in the document"
+msgstr ""
+
+#. Q2KtM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id73158281472032\n"
+"help.text"
+msgid "in any shared library"
+msgstr ""
+
+#. E7meg
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id391582814720487\n"
+"help.text"
+msgid "in My Macros"
+msgstr ""
+
+#. MiuWT
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id56158281472073\n"
+"help.text"
+msgid "in an extension installed for the current user"
+msgstr ""
+
+#. SAMnM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id21582814720997\n"
+"help.text"
+msgid "in %PRODUCTNAME macros"
+msgstr ""
+
+#. LnKrt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id981582814720125\n"
+"help.text"
+msgid "in an extension installed for all users"
+msgstr ""
+
+#. gCi9j
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id93158281472047\n"
+"help.text"
+msgid "in an extension but the installation parameters are unknown"
+msgstr ""
+
+#. mLURi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891611613601554\n"
+"help.text"
+msgid "List of Methods in the Session Service"
+msgstr ""
+
+#. V4BCf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id491613061572993\n"
+"help.text"
+msgid "<literal>Session</literal> service methods behave as follows: <br/>Arguments are passed by value. Updates performed by the called function are not sent back to the calling script. <br/>A single value or an array of values is returned to the calling script."
+msgstr ""
+
+#. 72GZi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id451582815407230\n"
+"help.text"
+msgid "Execute the Basic script given its name and location and fetch its result if any."
+msgstr ""
+
+#. yWXBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921600856780901\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. QqRGF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id931582815407230\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. DSXJQ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id491582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. bWiEa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631582815407231\n"
+"help.text"
+msgid "<emph>Scope</emph>: \"document\" or \"application\" or one of the applicable <literal>session.CONSTANTS</literal>."
+msgstr ""
+
+#. fxDM3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id691582815407231\n"
+"help.text"
+msgid "<emph>Script</emph>: \"library.module.method\" as a case-sensitive string. <br/>The library is loaded in memory if necessary. <br/>The module must not be a class module. <br/>The method may be a <literal>Sub</literal> or a <literal>Function</literal>."
+msgstr ""
+
+#. UM3xU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id881582815407231\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. sMGpX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id831582815407231\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. bvuhY
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id61582815407231\n"
+"help.text"
+msgid "' Xray returns no value"
+msgstr ""
+
+#. Yr22N
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111582816585181\n"
+"help.text"
+msgid "Execute a Calc function using its English name and based on the given arguments. <br/>If the arguments are arrays, the function is executed as an <link href=\"text/scalc/01/04060107.xhp\" name=\"array formula\">array formula</link>."
+msgstr ""
+
+#. njbYK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id391582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BDHmP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582816585182\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. gG7vu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582816585183\n"
+"help.text"
+msgid "<emph>CalcFunction</emph>: The English name of the function to execute."
+msgstr ""
+
+#. ULCqi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582816585183\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called Calc function. Each argument must be either a string, a numeric value or an array of arrays combining those types."
+msgstr ""
+
+#. 8bZb8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id891582816585184\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. XMfUD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"bas_id881582816585185\n"
+"help.text"
+msgid "' Generates an error."
+msgstr ""
+
+#. ygESx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571582818023245\n"
+"help.text"
+msgid "Execute the Python script given its location and name, fetch its result if any. Result can be a single value or an array of values."
+msgstr ""
+
+#. SB2gx
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71600856817410\n"
+"help.text"
+msgid "If the script is not found, or if it returns nothing, the returned value is <literal>Empty</literal>."
+msgstr ""
+
+#. yxEDA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id741582818023245\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. oCchM
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id81582818023246\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JsjbE
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id791582818023246\n"
+"help.text"
+msgid "<emph>Scope</emph>: One of the applicable <literal>session.CONSTANTS</literal>. Default = <literal>session.SCRIPTISSHARED</literal>."
+msgstr ""
+
+#. UDbdL
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id71582818023247\n"
+"help.text"
+msgid "<emph>Script</emph>: Either \"library/module.py$method\" or \"module.py$method\" or \"myExtension.oxt|myScript|module.py$method\" as a case-sensitive string."
+msgstr ""
+
+#. P6ZKD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id501613061041313\n"
+"help.text"
+msgid "library: The folder path to the Python module."
+msgstr ""
+
+#. ktFHu
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771613061043097\n"
+"help.text"
+msgid "myScript: The folder containing the Python module."
+msgstr ""
+
+#. ANBoy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id301613061123849\n"
+"help.text"
+msgid "module.py: The Python module."
+msgstr ""
+
+#. f4B8C
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241613061044560\n"
+"help.text"
+msgid "method: The Python function."
+msgstr ""
+
+#. LPeJj
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id711582818023247\n"
+"help.text"
+msgid "<emph>arg0, ...</emph>: The arguments to provide to the called script."
+msgstr ""
+
+#. CBkpV
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id141582818023247\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Lv4iA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id111587477335982\n"
+"help.text"
+msgid "Returns <literal>True</literal> if an UNO object contains the given method. Returns <literal>False</literal> when the method is not found or when an argument is invalid."
+msgstr ""
+
+#. KfxYm
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id381587477335874\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. mgr64
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id471587477335769\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. AmYDH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921587477335673\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. d8D4G
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id631587477566016\n"
+"help.text"
+msgid "<emph>MethodName</emph>: the method as a case-sensitive string"
+msgstr ""
+
+#. BQT9v
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id601587477335985\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. gDBRB
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191587477832959\n"
+"help.text"
+msgid "Returns <literal>True</literal> if a UNO object has the given property. Returns <literal>False</literal> when the property is not found or when an argument is invalid."
+msgstr ""
+
+#. XrebG
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761587477832670\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CJ3LD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531587477832125\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. 4Sgnh
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id121587477832805\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. DGzZA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701587477832750\n"
+"help.text"
+msgid "<emph>PropertyName</emph>: the property as a case-sensitive string"
+msgstr ""
+
+#. Akcut
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587477832273\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. QWaTF
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id97160112964017\n"
+"help.text"
+msgid "Open a Uniform Resource Locator (<link href=\"text/shared/00/00000002.xhp#URL\" name=\"URL\">URL</link>) in the default browser."
+msgstr ""
+
+#. 5HDfw
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id121601129640417\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. JQgBi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id861601129640232\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. JD25Y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241601129640549\n"
+"help.text"
+msgid "<emph>URL</emph>: The URL to open."
+msgstr ""
+
+#. GrJkD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id521601129640783\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. hmMBt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id311582819697897\n"
+"help.text"
+msgid "Executes an arbitrary system command and returns <literal>True </literal> if it was launched successfully."
+msgstr ""
+
+#. ME7P8
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751582819697897\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. gwrTf
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id531582819697898\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. QgJxa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id461582819697898\n"
+"help.text"
+msgid "<emph>Command</emph>: The command to execute. This may be an executable file or a document which is registered with an application so that the system knows what application to launch for that document. The command must be expressed in the current <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. vTm42
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id611582819697899\n"
+"help.text"
+msgid "<emph>Parameters</emph>: A list of space separated parameters as a single string. The method does not validate the given parameters, but only passes them to the specified command."
+msgstr ""
+
+#. xhTtd
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511582819697899\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. 2hTM7
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id131601030349755\n"
+"help.text"
+msgid "Send a message - with optional attachments - to recipients from the user's mail client. The message may be edited by the user before sending or, alternatively, be sent immediately."
+msgstr ""
+
+#. FnAQD
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id881601030349531\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. NNCCH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id351601030349768\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. qdmqa
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id701601030349896\n"
+"help.text"
+msgid "<emph>Recipient</emph>: An email address (the \"To\" recipient)."
+msgstr ""
+
+#. xC9Lq
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id571601030349904\n"
+"help.text"
+msgid "<emph>Cc</emph>: A comma-separated list of email addresses (the \"carbon copy\" recipients)."
+msgstr ""
+
+#. xxBCy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id961601031043346\n"
+"help.text"
+msgid "<emph>Bcc</emph>: A comma-separated list of email addresses (the \"blind carbon copy\" recipients)."
+msgstr ""
+
+#. vMyR2
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id891601031050814\n"
+"help.text"
+msgid "<emph>Subject</emph>: the header of the message."
+msgstr ""
+
+#. L7Cqy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id191601031056673\n"
+"help.text"
+msgid "<emph>Body</emph>: The content of the message as an unformatted text."
+msgstr ""
+
+#. HKGDs
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id511601031063269\n"
+"help.text"
+msgid "<emph>FileNames</emph>: a comma-separated list of file names. Each file name must respect the <literal>SF_FileSystem.FileNaming</literal> notation."
+msgstr ""
+
+#. TDLGA
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id161601032784063\n"
+"help.text"
+msgid "<emph>EditMessage</emph>: When True (default), the message is edited before being sent."
+msgstr ""
+
+#. RyBiX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id761601030349355\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. HtzHP
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id321587478024997\n"
+"help.text"
+msgid "Returns a list of the methods callable from an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. vACC5
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id701587478024912\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. LtvTX
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id751587478024878\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C7NYy
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id251587478024311\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. Ltj9y
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id961587478024752\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. sL6Ri
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id141587478343306\n"
+"help.text"
+msgid "Returns a list of the properties of an UNO object. The list is a zero-based array of strings and may be empty."
+msgstr ""
+
+#. 29XiU
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id871587478343121\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. CipCt
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id511587478343219\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. FfvFC
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id241587478343323\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to inspect."
+msgstr ""
+
+#. jnwET
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id42158747834340\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. Cm4eK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id371582820251347\n"
+"help.text"
+msgid "Identify the type of a UNO object as a string."
+msgstr ""
+
+#. MBEmJ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id571582820251348\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. 237PZ
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id21582820251349\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. SudxH
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id921582820251349\n"
+"help.text"
+msgid "<emph>UnoObject</emph>: The object to identify."
+msgstr ""
+
+#. 4wB2f
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id51582820251350\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
+#. UAy4i
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id341582821057373\n"
+"help.text"
+msgid "Get some web content from a URI."
+msgstr ""
+
+#. g4PxN
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id661582821057373\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functsyntax\"/>"
+msgstr ""
+
+#. BA7gi
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id591582821057374\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functparameters\"/>"
+msgstr ""
+
+#. C2AxK
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"par_id771582821057374\n"
+"help.text"
+msgid "<emph>URI</emph>: URI text of the web service."
+msgstr ""
+
+#. hJFL3
+#: sf_session.xhp
+msgctxt ""
+"sf_session.xhp\n"
+"hd_id711582821057375\n"
+"help.text"
+msgid "<embedvar href=\"text/sbasic/shared/00000003.xhp#functexample\"/>"
+msgstr ""
+
#. gn6AM
#: sf_string.xhp
msgctxt ""
@@ -7954,13 +10933,13 @@ msgctxt ""
msgid "ScriptForge.String service (SF_String)"
msgstr ""
-#. mqmxD
+#. ZhvDP
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"hd_id521580038927003\n"
"help.text"
-msgid "<variable id=\"CalcService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"Calc service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
+msgid "<variable id=\"StringService\"><link href=\"text/sbasic/shared/03/sf_string.xhp\" name=\"String service\"><literal>ScriptForge</literal>.<literal>String</literal> service</link></variable>"
msgstr ""
#. yaisH
@@ -8674,13 +11653,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The string to be searched"
msgstr ""
-#. jH4n8
+#. bywcr
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id31579874656437\n"
"help.text"
-msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable charaters in <literal>InputStr</literal> (Default = \"\")"
+msgid "<emph>ReplacedBy</emph>: Zero, one or more characters that will replace all non-printable characters in <literal>InputStr</literal> (Default = \"\")"
msgstr ""
#. W44TL
@@ -8764,13 +11743,13 @@ msgctxt ""
msgid "Hash functions are used inside some cryptographic algorithms, in digital signatures, message authentication codes, manipulation detection, fingerprints, checksums (message integrity check), hash tables, password storage and much more."
msgstr ""
-#. LsuGS
+#. HupGD
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id301601048983765\n"
"help.text"
-msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a scpecified algorithm, as a string of lowercase hexadecimal digits."
+msgid "The <literal>HashStr</literal> method returns the result of a hash function applied on a given string and using a specified algorithm, as a string of lowercase hexadecimal digits."
msgstr ""
#. ZRZEF
@@ -9520,13 +12499,13 @@ msgctxt ""
msgid "<emph>InputStr</emph>: The input string on which replacements will occur."
msgstr ""
-#. PoQ5t
+#. DfiCN
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id111580139169795\n"
"help.text"
-msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for repacement."
+msgid "<emph>Before</emph>: A string with the characters that will be searched in the input string for replacement."
msgstr ""
#. jCz7k
@@ -9763,13 +12742,13 @@ msgctxt ""
msgid "<emph>MaxLength</emph>: The maximum length of the resulting string. The default value is 0, meaning there is no limit to the length of the resulting representation."
msgstr ""
-#. EuYdK
+#. Ape7i
#: sf_string.xhp
msgctxt ""
"sf_string.xhp\n"
"par_id641612386659292\n"
"help.text"
-msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object intances include both the data type and their values:"
+msgid "Note that the representation of data types such as Arrays and <literal>ScriptForge.Dictionary</literal> object instances include both the data type and their values:"
msgstr ""
#. ZFFAD
diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po
index 72cbbbbb5d1..798ded27337 100644
--- a/source/cs/helpcontent2/source/text/scalc/01.po
+++ b/source/cs/helpcontent2/source/text/scalc/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-05 07:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/cs/>\n"
@@ -13967,41 +13967,41 @@ msgctxt ""
msgid "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
msgstr "<variable id=\"sumif_head\"><link href=\"text/scalc/01/04060106.xhp#Section15\">SUMIF</link></variable>"
-#. U9oLc
+#. p2fHt
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3151986\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criteria.</ahelp> This function is used to browse a range when you search for a certain value."
-msgstr "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Sečte buňky určené kritérii.</ahelp> Tato funkce se používá pro procházení oblasti buněk v závislosti na jejich hodnotě."
+msgid "<ahelp hid=\"HID_FUNC_SUMMEWENN\">Adds the cells specified by a given criterion.</ahelp> This function is used to sum a range when you search for a certain value."
+msgstr ""
-#. KsFtX
+#. GKQGQ
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152028\n"
"help.text"
-msgid "SUMIF(Range; Criteria [; SumRange])"
-msgstr "SUMIF(Oblast; Kritéria [; SumaOblasti])"
+msgid "SUMIF(Range; Criterion [; SumRange])"
+msgstr ""
-#. rYzXG
+#. wmLcE
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152043\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>Oblast</emph> je oblast, která bude posuzována pomocí kritérií."
+msgid "<emph>Range</emph> is the range to which the criterion is to be applied."
+msgstr ""
-#. DugcH
+#. 7FPaC
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id3152062\n"
"help.text"
-msgid "<emph>Criteria</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes."
-msgstr "<emph>Kritéria</emph>: buňka, ve které se nachází vyhledávací kritéria, nebo přímo vyhledávací kritéria. Pokud jsou kritéria zapsána do vzorce, musí být uzavřena v uvozovkách."
+msgid "<emph>Criterion</emph> is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes."
+msgstr ""
#. FCxrw
#: 04060106.xhp
@@ -14012,14 +14012,14 @@ msgctxt ""
msgid "<emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed."
msgstr "<emph>SumaOblasti</emph> je oblast, ve které jsou sečteny hodnoty. Pokud není tento parametr zadán, hodnoty nalezené v dané oblasti jsou sečteny."
-#. 4qAB6
+#. Bb7M5
#: 04060106.xhp
msgctxt ""
"04060106.xhp\n"
"par_id8347422\n"
"help.text"
-msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
-msgstr "SUMIF podporuje operátor řetězení (~) pouze v parametru Kritéria a pouze tehdy, není-li zadán volitelný parametr SumaOblasti."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given."
+msgstr ""
#. uazzL
#: 04060106.xhp
@@ -19142,6 +19142,15 @@ msgctxt ""
msgid "Suppose we have built a small database table occupying the cell range A1:DO4 and containing basic information about 118 chemical elements. The first column contains the row headings “Element”, “Symbol”, “Atomic Number”, and “Relative Atomic Mass”. Subsequent columns contain the relevant information for each of the elements, ordered left to right by atomic number. For example, cells B1:B4 contain “Hydrogen”, “H”, “1” and “1.008”, while cells DO1:DO4 contain “Oganesson”, “Og”, “118”, and “294”."
msgstr ""
+#. eAMVa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id151612978320063\n"
+"help.text"
+msgid "Element"
+msgstr ""
+
#. BcKD5
#: 04060109.xhp
msgctxt ""
@@ -19178,6 +19187,33 @@ msgctxt ""
msgid "Oganesson"
msgstr ""
+#. 4H4fa
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id341612978329327\n"
+"help.text"
+msgid "Symbol"
+msgstr ""
+
+#. jVBoy
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id601612978601591\n"
+"help.text"
+msgid "Atomic Number"
+msgstr ""
+
+#. WjrrE
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id751612978603374\n"
+"help.text"
+msgid "Relative Atomic Mass"
+msgstr ""
+
#. Cb3HA
#: 04060109.xhp
msgctxt ""
@@ -52298,14 +52334,14 @@ msgctxt ""
msgid "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Select the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.</ahelp>"
msgstr "<ahelp hid=\"modules/scalc/ui/datafieldoptionsdialog/hierarchy\">Vyberte požadovanou hierarchii. Je nutné, aby kontingenční tabulka pracovala s externím zdrojem dat, který hierarchie dat obsahuje.</ahelp>"
-#. ZjDq9
+#. FMiU9
#: 12090106.xhp
msgctxt ""
"12090106.xhp\n"
"par_id681598453957935\n"
"help.text"
-msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details\"."
-msgstr "Calc neumožňuje jednotlivým polím přiřadit více hierarchií, a proto je tato možnost běžně neaktivní. Pokud použijete rozšíření pro zdroj dat kontingenční tabulky, takové rozšíření může pro některá pole definovat více hierarchií a v tom případě lze tuto možnost použít. Podrobnosti naleznete v dokumentaci k danému rozšíření."
+msgid "Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details."
+msgstr ""
#. B9FE5
#: 12090200.xhp
diff --git a/source/cs/helpcontent2/source/text/scalc/guide.po b/source/cs/helpcontent2/source/text/scalc/guide.po
index 40628d32355..3320cbfde99 100644
--- a/source/cs/helpcontent2/source/text/scalc/guide.po
+++ b/source/cs/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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-02-01 16:24+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547389818.000000\n"
#. NXy6S
@@ -3265,13 +3265,13 @@ msgctxt ""
msgid "Images can be anchored in three different ways:"
msgstr ""
-#. PEh9n
+#. WFaiX
#: change_image_anchor.xhp
msgctxt ""
"change_image_anchor.xhp\n"
"par_id351607809926451\n"
"help.text"
-msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells before."
+msgid "<emph>To Cell:</emph> the image will move along with the cell, when copying, sorting or inserting and deleting cells above and on the left of the cell holding the anchor."
msgstr ""
#. 99BBj
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index cdadefe1acb..2b83b9caf0a 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/helpcontent2/source/text/shared/00.po
@@ -3,9 +3,9 @@ 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: 2021-01-14 18:09+0100\n"
-"PO-Revision-Date: 2021-01-29 00:36+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
+"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547112717.000000\n"
#. 3B8ZN
@@ -8278,14 +8278,14 @@ msgctxt ""
msgid "<variable id=\"zoptionen\">Choose <emph>Tools - Spelling</emph>, then click <emph>Options</emph>.</variable>"
msgstr "<variable id=\"zoptionen\">Zvolte <emph>Nástroje - Kontrola pravopisu</emph>, poté klepněte na <emph>Možnosti</emph>.</variable>"
-#. BbrVR
+#. CDDQ2
#: 00000406.xhp
msgctxt ""
"00000406.xhp\n"
"par_id3151338\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Thesaurus</emph>."
-msgstr "Zvolte <emph>Nástroje - Jazyk - Slovník synonym</emph>."
+msgid "Choose <menuitem>Tools - Thesaurus</menuitem>."
+msgstr ""
#. F6EnA
#: 00000406.xhp
@@ -8501,7 +8501,7 @@ msgctxt ""
"par_id3157895\n"
"help.text"
msgid "<variable id=\"autokorr\">Choose <menuitem>Tools - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>AutoCorrect - </menuitem></caseinline></switchinline><menuitem>AutoCorrect Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"autokorr\">Zvolte <menuitem>Nástroje - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Automatické opravy - </menuitem></caseinline></switchinline><menuitem>Nastavení automatických oprav</menuitem>.</variable>"
#. 7SCCc
#: 00000406.xhp
@@ -8510,7 +8510,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "<variable id=\"autokooptionen\">Choose <menuitem>Tools - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>AutoCorrect - </menuitem></caseinline></switchinline><menuitem>AutoCorrect Options - Options</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"autokooptionen\">Zvolte kartu <menuitem>Nástroje - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Automatické opravy - </menuitem></caseinline></switchinline><menuitem>Nastavení automatických oprav - Možnosti</menuitem>.</variable>"
#. DMdB6
#: 00000406.xhp
@@ -8528,7 +8528,7 @@ msgctxt ""
"par_id3155368\n"
"help.text"
msgid "<variable id=\"autokoersetzung\">Choose <menuitem>Tools - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>AutoCorrect - </menuitem></caseinline></switchinline><menuitem>AutoCorrect Options - Replace</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"autokoersetzung\">Zvolte kartu <menuitem>Nástroje - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Automatické opravy - </menuitem></caseinline></switchinline><menuitem>Nastavení automatických oprav - Nahradit</menuitem>.</variable>"
#. DeRsp
#: 00000406.xhp
@@ -8537,7 +8537,7 @@ msgctxt ""
"par_id3155860\n"
"help.text"
msgid "<variable id=\"autokoausnahmen\">Choose <menuitem>Tools - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>AutoCorrect - </menuitem></caseinline></switchinline><menuitem>AutoCorrect Options - Exceptions</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"autokoausnahmen\">Zvolte kartu <menuitem>Nástroje - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Automatické opravy - </menuitem></caseinline></switchinline><menuitem>Nastavení automatických oprav - Výjimky</menuitem>.</variable>"
#. 7RY8J
#: 00000406.xhp
@@ -8546,7 +8546,7 @@ msgctxt ""
"par_id3153094\n"
"help.text"
msgid "<variable id=\"autokotyafz\">Choose <menuitem>Tools - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>AutoCorrect - </menuitem></caseinline></switchinline><menuitem>AutoCorrect Options - Localized Options</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"autokotyafz\">Zvolte kartu <menuitem>Nástroje - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Automatické opravy - </menuitem></caseinline></switchinline><menuitem>Nastavení automatických oprav - Místní možnosti</menuitem>.</variable>"
#. x8Cg3
#: 00000406.xhp
@@ -8672,7 +8672,7 @@ msgctxt ""
"par_id3150036\n"
"help.text"
msgid "Choose <emph>Tools - AutoText - Path</emph>. (autotext only)"
-msgstr ""
+msgstr "Zvolte <emph>Nástroje - Automatický text - Cesta</emph>. (pouze automatický text)"
#. uSkyB
#: 00000406.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index 247dba92117..61900dbdd2b 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/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: 2021-02-08 12:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:58+0100\n"
"PO-Revision-Date: 2021-01-05 07:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/cs/>\n"
@@ -4102,14 +4102,14 @@ msgctxt ""
msgid "<ahelp hid=\".uno:AddressBookSource\">Edit the field assignments and the data source for your address book.</ahelp>"
msgstr "<ahelp hid=\".uno:AddressBookSource\">Upravte přiřazení polí a zdroj dat pro adresář.</ahelp>"
-#. FnNRj
+#. cWuUs
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"par_id3155377\n"
"help.text"
-msgid "Choose <emph>Tools - Address Book Source</emph>."
-msgstr "Zvolte <emph>Nástroje - Zdroj adresáře</emph>."
+msgid "Choose <menuitem>Tools - Address Book Source</menuitem>."
+msgstr ""
#. 46kw3
#: 01110101.xhp
@@ -4165,14 +4165,14 @@ msgctxt ""
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Select the data table for your address book.</ahelp>"
msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/datatable\">Vyberte tabulku pro adresář.</ahelp>"
-#. CnsV8
+#. aia2Z
#: 01110101.xhp
msgctxt ""
"01110101.xhp\n"
"hd_id3145119\n"
"help.text"
-msgid "Configure"
-msgstr "Konfigurace"
+msgid "Assign"
+msgstr ""
#. 7XELF
#: 01110101.xhp
@@ -22336,6 +22336,15 @@ msgctxt ""
msgid "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Select an existing style (or - None -) to provide its definitions to the current style. Use the other tabs to modify the inherited style.</ahelp>"
msgstr "<ahelp hid=\"sfx/ui/managestylepage/linkedwith\">Vyberete-li stávající styl (případně - žádný -), zkopírujete jeho nastavení do aktuálního stylu. Tento styl pak upravíte na dalších kartách.</ahelp>"
+#. VmvvD
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"par_id31507664\n"
+"help.text"
+msgid "You cannot use this option with a page style or a list style."
+msgstr ""
+
#. nt5th
#: 05040100.xhp
msgctxt ""
@@ -22669,6 +22678,24 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Enter the amount of space to leave between the right edge of the page and the document text. <switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline>If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the outer text margin and the outer edge of the page.</defaultinline></switchinline></ahelp>"
msgstr "<ahelp hid=\"cui/ui/pageformatpage/spinMargRight\">Zadejte mezeru mezi pravým okrajem stránky a textem dokumentu.<switchinline select=\"appl\"><caseinline select=\"DRAW\"/><caseinline select=\"IMPRESS\"/><defaultinline> Pokud jste zvolili pro rozvržení stránek volbu <emph>Zrcadlit</emph>, zadejte mezeru mezi vnějším okrajem textu a vnějším okrajem stránky.</defaultinline></switchinline></ahelp>"
+#. pDxeH
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145745\n"
+"help.text"
+msgid "Gutter"
+msgstr ""
+
+#. rvmBG
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id3147305\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/spinMargGut\">Enter the amount of space to leave between the left edge of the page and the left margin. If you are using the <emph>Mirrored</emph> page layout, enter the amount of space to leave between the inner page margin and the inner edge of the page.</ahelp>"
+msgstr ""
+
#. EPeDb
#: 05040200.xhp
msgctxt ""
@@ -22885,6 +22912,24 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Paragraph Style that you want to use as a reference for lining up the text on the selected Page style. The height of the font that is specified in the reference style sets the spacing of the vertical page grid. </ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vyberte styl odstavce, který chcete použít jako referenční pro text ve vybraném stylu stránky. Výška písma specifikovaná v odkazu stylu nastaví rozestup svislé mřížky.</ahelp>"
+#. opCCC
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3150489\n"
+"help.text"
+msgid "Gutter position"
+msgstr ""
+
+#. Gs9qT
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"par_id0522200809473733\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/pageformatpage/comboGutterPosition\">Allows choosing if the current document's gutter shall be positioned at the left of the document's pages (default) or at top of the document's pages when the document is displayed.</ahelp>"
+msgstr ""
+
#. niqBy
#: 05040200.xhp
msgctxt ""
@@ -35989,6 +36034,15 @@ msgctxt ""
msgid "If you type two uppercase letters at the beginning of a \"WOrd\", the second uppercase letter is automatically replaced with a lowercase letter."
msgstr "Pokud napíšete dvě velká písmena na začátku \"SLova\", změní se druhé velké písmeno na malé."
+#. KxAjJ
+#: 06040100.xhp
+msgctxt ""
+"06040100.xhp\n"
+"par_id831613131464106\n"
+"help.text"
+msgid "No corrections are made to entries found in an applicable spelling dictionary."
+msgstr ""
+
#. Z9y6a
#: 06040100.xhp
msgctxt ""
@@ -36808,23 +36862,122 @@ msgctxt ""
msgid "Replace"
msgstr "Nahradit"
-#. QNsYA
+#. KrqaH
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147560\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type. Wildcard character sequence .* in the end of word results the replacement of the word before arbitrary suffixes, too. Wildcard character sequence .* before the word results the replacement after arbitrary prefixes, too. For example, the pattern \"i18n.*\" with the replacement text \"internationalization\" finds and replaces \"i18ns\" with \"internationalizations\", or the pattern \".*...\" with the replacement text \"…\" finds and replaces three dots in \"word...\" with the typographically correct precomposed Unicode horizontal ellipsis (\"word…\").</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Zadejte slovo, část slova nebo zkratku, kterou chcete při psaní nahradit. Posloupnost zástupných znaků .* na konci slova znamená, že budou nahrazena také slova před libovolnou příponou. Posloupnost zástupných znaků .* na začátku slova znamená, že budou nahrazena také slova za libovolnou předponou. Pokud například zadáte \"i18n.*\" a text náhrady \"internationalization\", bude slovo \"i18ns\" nahrazeno slovem \"internationalizations\". Pro výraz \".*...\" a text náhrady \"…\" budou v textu \"slovo...\" nahrazeny tři tečky typograficky správnou výpustkou ze znaků Unicode (\"slovo…\").</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorreplacepage/origtext\">Enter the word, abbreviation or word part that you want to replace while you type.</ahelp>"
+msgstr ""
+
+#. dvXnc
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id191613145378697\n"
+"help.text"
+msgid "The wildcard character sequence <literal>.*</literal> can match anything before or after the replace string. For example:"
+msgstr ""
+
+#. jVG3D
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id581613226746969\n"
+"help.text"
+msgid "Having the <emph>replace</emph> pattern <literal>i18n.*</literal> and the <emph>with</emph> pattern <literal>international</literal>, the following corrections are made:"
+msgstr ""
+
+#. KMfJ4
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id591613146528171\n"
+"help.text"
+msgid "Enter"
+msgstr ""
+
+#. Fvqw3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id881613146528171\n"
+"help.text"
+msgid "Autocorrected Result"
+msgstr ""
+
+#. YjRj8
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id311613146528171\n"
+"help.text"
+msgid "<literal>i18ns</literal>"
+msgstr ""
+
+#. 9TnFj
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id551613146766115\n"
+"help.text"
+msgid "internationals"
+msgstr ""
+
+#. BWFWa
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id71613147177864\n"
+"help.text"
+msgid "<literal>i18nization</literal>"
+msgstr ""
+
+#. wHhQV
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id771613147188280\n"
+"help.text"
+msgid "internationalization"
+msgstr ""
+
+#. avJCH
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id91613147197169\n"
+"help.text"
+msgid "<literal>i18nized</literal>"
+msgstr ""
+
+#. 5LuBF
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id301613146528171\n"
+"help.text"
+msgid "internationalized"
+msgstr ""
+
+#. XW3x3
+#: 06040200.xhp
+msgctxt ""
+"06040200.xhp\n"
+"par_id1001613148383132\n"
+"help.text"
+msgid "The replace pattern <literal>....*</literal> with the replacement text <literal>…</literal> finds and replaces the three dots in <literal>...word</literal> with <literal>…word</literal>."
+msgstr ""
-#. LVDxA
+#. eZGww
#: 06040200.xhp
msgctxt ""
"06040200.xhp\n"
"par_id3147590\n"
"help.text"
-msgid "To replace word parts or characters within words, you can use starting and terminating wildcard character sequences in the same pattern. For example, entering time values can be faster using only numerical keys, and double decimal separators as colons in the following way: set the pattern \".*...*\" or \".*,,.*\" (double dots or commas within words) and the replacement text \":\", and entering \"10..30\" or \"10,,30\" results \"10:30\" automatically."
-msgstr "Chcete-li nahradit části slov nebo znaky uvnitř slov, můžete stejným způsobem použít počáteční a koncovou posloupnost zástupných znaků. Například můžete urychlit zadávání časových údajů tím, že budete používat pouze numerickou klávesnici a místo dvojteček budete zadávat dvakrát oddělovač desetinných míst. Pokud nastavíte výraz \".*...*\" nebo \".*,,.*\" (dvě tečky nebo dvě čárky uvnitř slov) a text náhrady \":\" a poté zadáte \"10..30\" nebo \"10,,30\", text se automaticky změní na \"10:30\"."
+msgid "To enter time values using the number pad, use the replace pattern <literal>.*...*</literal> and <literal>:</literal> as the replacement text. Now <literal>10..30</literal> is replaced automatically with <literal>10:30</literal>."
+msgstr ""
#. F4UNM
#: 06040200.xhp
@@ -36961,32 +37114,32 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Lists the abbreviations that are not automatically corrected.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
msgstr "<ahelp hid=\"cui/ui/acorexceptpage/abbrevlist\">Seznam zkratek, které se neopravují automaticky.</ahelp> Chcete-li odstranit položku ze seznamu, vyberte položku a poté klepněte na <emph>Odstranit</emph>."
-#. KjUwh
+#. uA6HA
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"hd_id3151110\n"
"help.text"
-msgid "Words with TWo INitial CApitals"
-msgstr "Slova se dvěma počátečními velkými písmeny"
+msgid "Words with TWo INitial CApitals or sMALL iNITIAL"
+msgstr ""
-#. N9Ea2
+#. DNmoc
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3154749\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/double\">Zadejte slovo nebo zkratku, která začíná dvěma velkými písmeny a u které $[officename] nemá měnit velikost písmen. Zadáte-li např. PC, zabráníte změně PC na Pc.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/double\">Type the word or abbreviation that starts with two capital letters or a small initial that you do not want $[officename] to change to one initial capital. For example, enter PC to prevent $[officename] from changing PC to Pc. Enter eBook to prevent an automatic change to Ebook.</ahelp>"
+msgstr ""
-#. oW2JB
+#. QgGFy
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3143271\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals that are not automatically corrected. All words which start with two capital letters are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Seznam slov nebo zkratek, které začínají dvěma velkými písmeny a které se nemají automaticky opravovat. V poli jsou vypsána všechna slova, která začínají dvěma velkými písmeny.</ahelp> Chcete-li odstranit položku ze seznamu, vyberte položku a klepněte na <emph>Odstranit</emph>."
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/doublelist\">Lists the words or abbreviations that start with two initial capitals or small initial that are not automatically corrected. All words which start with two capital letters or small initial are listed in the field.</ahelp> To remove an item from the list, select the item, and then click <emph>Delete</emph>."
+msgstr ""
#. AtnKw
#: 06040300.xhp
@@ -37015,14 +37168,23 @@ msgctxt ""
msgid "AutoInclude"
msgstr "Automatické zahrnutí"
-#. 8HMMx
+#. BZ8y7
#: 06040300.xhp
msgctxt ""
"06040300.xhp\n"
"par_id3155829\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automatically adds abbreviations or words that start with two capital letters to the corresponding list of exceptions. This feature only works if the <emph>Correct TWo INitial CApitals</emph> option or the Capitalize<emph> first letter of every sentence</emph> option are selected in the <emph>[T]</emph> column on<link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog. </ahelp>"
-msgstr "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Automaticky přidá zkratky nebo slova, která začínají dvěma velkými písmeny, do odpovídajícího seznamu výjimek. Tato možnost funguje pouze tehdy, je-li na kartě <link href=\"text/shared/01/06040100.xhp\" name=\"Možnosti\"><emph>Možnosti</emph></link> ve sloupci <emph>[T]</emph> zaškrtnuta volba <emph>Opravit první DVě VElká písmena</emph> nebo <emph>Každé první písmeno věty bude velké</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/acorexceptpage/autodouble\">Adds autocorrected abbreviations or autocorrected words that start with two capital letters to the corresponding list of exceptions, if the autocorrection is immediately undone</ahelp> by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
+msgstr ""
+
+#. YSTRA
+#: 06040300.xhp
+msgctxt ""
+"06040300.xhp\n"
+"par_id901613130624924\n"
+"help.text"
+msgid "This feature is relevant when the <emph>Capitalize first letter of every sentence</emph> option or the <emph>Correct TWo INitial CApitals</emph> option are selected in the <emph>[T]</emph> column on the <link href=\"text/shared/01/06040100.xhp\" name=\"Options\"><emph>Options</emph></link> tab of this dialog, and <menuitem>Tools - AutoCorrect - While Typing</menuitem> is enabled."
+msgstr ""
#. iDNuq
#: 06040400.xhp
@@ -37780,41 +37942,41 @@ msgctxt ""
msgid "<ahelp hid=\"HID_NUM_RESET\">Removes the numbering or bullets from the current paragraph or from the selected paragraphs.</ahelp>"
msgstr "<ahelp hid=\"HID_NUM_RESET\">Odstraní číslování nebo odrážky z aktuálního odstavce nebo vybraných odstavců.</ahelp>"
-#. 4wsEJ
+#. hFbp9
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"tit\n"
"help.text"
-msgid "Bullets"
-msgstr "Odrážky"
+msgid "Unordered (Lists)"
+msgstr ""
-#. nswku
+#. hzByB
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"bm_id3150502\n"
"help.text"
-msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value>"
-msgstr "<bookmark_value>odrážky;odstavce</bookmark_value> <bookmark_value>odstavce; vkládání odrážek</bookmark_value> <bookmark_value>vkládání; odstavce s odrážkami</bookmark_value>"
+msgid "<bookmark_value>bullets;paragraphs</bookmark_value> <bookmark_value>paragraphs; inserting bullets</bookmark_value> <bookmark_value>inserting; paragraph bullets</bookmark_value> <bookmark_value>unordered list</bookmark_value>"
+msgstr ""
-#. Ds4Ec
+#. oMhph
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"hd_id3150502\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Bullets</link>"
-msgstr "<link href=\"text/shared/01/06050100.xhp\" name=\"Odrážky\">Odrážky</link>"
+msgid "<link href=\"text/shared/01/06050100.xhp\" name=\"Bullets\">Unordered</link>"
+msgstr ""
-#. oVMCZ
+#. eGidZ
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155069\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays the different bullet styles that you can apply.</ahelp>"
-msgstr "<ahelp hid=\".\">Zobrazí různé styly odrážek, které je možné použít.</ahelp>"
+msgid "<ahelp hid=\".\">Displays different bullet types that you can apply to a list.</ahelp>"
+msgstr ""
#. zejaE
#: 06050100.xhp
@@ -37834,14 +37996,14 @@ msgctxt ""
msgid "Selection"
msgstr "Výběr"
-#. DbKwk
+#. 7VzJy
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3155364\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet style that you want to use.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Klepněte na styl odrážek, který chcete použít.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/pickbulletpage/valueset\">Click the bullet type that you want to use.</ahelp>"
+msgstr ""
#. su62X
#: 06050100.xhp
@@ -37852,40 +38014,40 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050600.xhp\" name=\"Position tab (Numbering/Bullets dialog)\">Position tab (Bullets and Numbering dialog)</link>"
msgstr "<link href=\"text/shared/01/06050600.xhp\" name=\"Karta Umístění (dialog Odrážky a číslování)\">Karta Umístění (dialog Odrážky a číslování)</link>"
-#. YDqB4
+#. Q6jPV
#: 06050100.xhp
msgctxt ""
"06050100.xhp\n"
"par_id3154317\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Options tab (Numbering/Bullets dialog)\">Options tab (Bullets and Numbering dialog)</link>"
-msgstr "<link href=\"text/shared/01/06050500.xhp\" name=\"Karta Možnosti (dialog Odrážky a číslování)\">Karta Možnosti (dialog Odrážky a číslování)</link>"
+msgid "<link href=\"text/shared/01/06050500.xhp\" name=\"Customize tab (Numbering/Bullets dialog)\">Customize tab (Bullets and Numbering dialog)</link>"
+msgstr ""
-#. LAdao
+#. BFX2M
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"tit\n"
"help.text"
-msgid "Numbering Style"
-msgstr "Styl číslování"
+msgid "Ordered"
+msgstr ""
-#. soKRn
+#. 849FS
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"hd_id3146807\n"
"help.text"
-msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Numbering Style</link>"
-msgstr "<link href=\"text/shared/01/06050200.xhp\" name=\"Styl číslování\">Styl číslování</link>"
+msgid "<link href=\"text/shared/01/06050200.xhp\" name=\"Numbering Style\">Ordered</link>"
+msgstr ""
-#. 763DG
+#. sbPaF
#: 06050200.xhp
msgctxt ""
"06050200.xhp\n"
"par_id3148765\n"
"help.text"
-msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays the different numberings that you can apply.</variable></ahelp>"
+msgid "<ahelp hid=\".\"><variable id=\"numbering\">Displays different numbering schemes that you can apply.</variable></ahelp>"
msgstr ""
#. oXjg8
diff --git a/source/cs/helpcontent2/source/text/shared/04.po b/source/cs/helpcontent2/source/text/shared/04.po
index cc23884726e..4b9e1cf65a4 100644
--- a/source/cs/helpcontent2/source/text/shared/04.po
+++ b/source/cs/helpcontent2/source/text/shared/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: 2021-02-05 18:59+0100\n"
-"PO-Revision-Date: 2021-01-02 19:36+0000\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textshared04/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1547111081.000000\n"
#. GEuoc
@@ -761,7 +761,7 @@ msgctxt ""
"par_id3144506\n"
"help.text"
msgid "Sets focus in next visible subwindow, including menu bar, toolbars, windows such as Sidebar and Navigator, and document canvas/data source."
-msgstr ""
+msgstr "Nastaví zaměření na následující viditelné podokno. Týká se to i prvků jako hlavní nabídka, nástrojové lišty, panely jako postranní lišta či Navigátor, oblast dokumentu či zdroj dat."
#. Enxuj
#: 01010000.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id341612296864115\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F6</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F6</keycode>"
#. SvF5v
#: 01010000.xhp
@@ -797,7 +797,7 @@ msgctxt ""
"par_id521612296878916\n"
"help.text"
msgid "Sets focus in the document canvas/data source."
-msgstr ""
+msgstr "Nastaví zaměření na oblast dokumentu či zdroj dat."
#. Y7pzu
#: 01010000.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id631612398592490\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F10</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F10</keycode>"
#. QFqB4
#: 01010000.xhp
@@ -851,7 +851,7 @@ msgctxt ""
"par_id111612398626979\n"
"help.text"
msgid "Docks and undocks floating subwindows such as unlocked toolbars, Sidebar and Navigator."
-msgstr ""
+msgstr "Uchytí nebo uvolní plovoucí podokna jako nástrojové lišty, postranní lištu a Navigátor."
#. CFAWe
#: 01010000.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/guide.po b/source/cs/helpcontent2/source/text/shared/guide.po
index a80424942fd..bc80fa2648f 100644
--- a/source/cs/helpcontent2/source/text/shared/guide.po
+++ b/source/cs/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-01 16:24+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/cs/>\n"
@@ -16801,78 +16801,6 @@ msgctxt ""
msgid "Extensions"
msgstr ""
-#. faoAN
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id81607989052104\n"
-"help.text"
-msgid "Writer"
-msgstr ""
-
-#. 65DbP
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id121607989052104\n"
-"help.text"
-msgid ".ott .otm .oth .stw .dot .dotx"
-msgstr ""
-
-#. X5QDR
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id481607989491362\n"
-"help.text"
-msgid "Calc"
-msgstr ""
-
-#. dRtVs
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id261607989510325\n"
-"help.text"
-msgid ".ots .stc .xlt .xltm .xltx"
-msgstr ""
-
-#. 5vKdS
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id111607989518257\n"
-"help.text"
-msgid "Impress"
-msgstr ""
-
-#. uSD4w
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id671607989526665\n"
-"help.text"
-msgid ".otp .pot .potm .potx .sti"
-msgstr ""
-
-#. ZTZCt
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id881607989533638\n"
-"help.text"
-msgid "Draw"
-msgstr ""
-
-#. zUv76
-#: manage_templates.xhp
-msgctxt ""
-"manage_templates.xhp\n"
-"par_id341607989540975\n"
-"help.text"
-msgid ".otg .std"
-msgstr ""
-
#. C6NzD
#: manage_templates.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/optionen.po b/source/cs/helpcontent2/source/text/shared/optionen.po
index 6db25ede7e8..de6dfff500f 100644
--- a/source/cs/helpcontent2/source/text/shared/optionen.po
+++ b/source/cs/helpcontent2/source/text/shared/optionen.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: 2021-01-25 14:55+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-01 16:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/cs/>\n"
@@ -8180,14 +8180,14 @@ msgctxt ""
msgid "Show standardized page count"
msgstr "Zobrazit počet normostran"
-#. 67L2A
+#. DCAGD
#: 01040900.xhp
msgctxt ""
"01040900.xhp\n"
"par_id581599002628645\n"
"help.text"
-msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allows quick calculation of the number of these pages."
-msgstr "Editoři a vydavatelé často stanovují, že „normovaná“ stránka obsahuje určitý počet znaků nebo slov. Zaškrtnutím tohoto pole umožníte rychlý výpočet a zobrazení počtu takových normostran."
+msgid "Editors and publishers often define a “standard” page as containing a specified number of characters or words. Mark this field to allow quick calculation of the number of these pages."
+msgstr ""
#. eQjAd
#: 01040900.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/04.po b/source/cs/helpcontent2/source/text/simpress/04.po
index d5f2b1005a8..eb14e1196c9 100644
--- a/source/cs/helpcontent2/source/text/simpress/04.po
+++ b/source/cs/helpcontent2/source/text/simpress/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: 2021-01-14 18:09+0100\n"
-"PO-Revision-Date: 2020-12-28 07:53+0000\n"
+"PO-Revision-Date: 2021-02-09 20:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress04/cs/>\n"
"Language: cs\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1547390050.000000\n"
#. mYCYv
@@ -1679,7 +1679,7 @@ msgctxt ""
"hd_id3149138\n"
"help.text"
msgid "Navigating with the Keyboard in Slide Sorter and Slide Pane"
-msgstr ""
+msgstr "Navigace pomocí klávesnice v Pořadači snímků a na panelu snímků"
#. 8SbTN
#: 01020000.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_ii3729361\n"
"help.text"
msgid "Move selected slides down one position in Slide Sorter list. If you select multiple slides, they are moved together with the last selected slide in the list."
-msgstr ""
+msgstr "Přesune vybrané snímky v seznamu v pořadači o jedno místo dolů. Pokud vyberete více snímků, přesunou se společně s posledním vybraným snímkem ze seznamu."
#. BzoeA
#: 01020000.xhp
@@ -1769,7 +1769,7 @@ msgctxt ""
"par_ii1797235\n"
"help.text"
msgid "Move selected slides up one position. If you select multiple slides, they are moved together with the first selected slide in the list."
-msgstr ""
+msgstr "Přesune vybrané snímky o jedno místo nahoru. Pokud vyberete více snímků, přesunou se společně s prvním vybraným snímkem ze seznamu."
#. YbZLB
#: 01020000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_ii3151055\n"
"help.text"
msgid "Move selected slides to end of Slide Sorter list."
-msgstr ""
+msgstr "Přesune vybrané snímky na konec seznamu v pořadači."
#. DJ9EV
#: 01020000.xhp
@@ -1805,7 +1805,7 @@ msgctxt ""
"par_ii3156825\n"
"help.text"
msgid "Move selected slides to start of Slide Sorter list."
-msgstr ""
+msgstr "Přesune vybrané snímky na začátek seznamu v pořadači."
#. 9dpmN
#: 01020000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id3157548\n"
"help.text"
msgid "Change to Normal Mode with the active slide when in <emph>Slide Sorter</emph>. Add a new slide when in <emph>Slide Pane</emph>."
-msgstr ""
+msgstr "V režimu <emph>Pořadač snímků</emph> přepne do běžného režimu se zobrazeným aktivním snímkem. Na <emph>panelu snímků</emph> přidá nový snímek."
#. uKr5Q
#: presenter.xhp
diff --git a/source/cs/helpcontent2/source/text/simpress/guide.po b/source/cs/helpcontent2/source/text/simpress/guide.po
index 721389cc093..ff63ffe0267 100644
--- a/source/cs/helpcontent2/source/text/simpress/guide.po
+++ b/source/cs/helpcontent2/source/text/simpress/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: 2021-01-19 13:13+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-28 07:53+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/cs/>\n"
@@ -1141,14 +1141,14 @@ msgctxt ""
msgid "In the <emph>Fill </emph>area, select <emph>Bitmap</emph>, and then click an image in the list."
msgstr "V oblasti <emph>Výplň </emph> vyberte <emph>Rastr</emph> a poté klepněte na obrázek v seznamu."
-#. JApVy
+#. BAQi9
#: background.xhp
msgctxt ""
"background.xhp\n"
"par_id3150757\n"
"help.text"
-msgid "If you want to use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, close the <emph>Page Setup </emph>dialog, and then choose <menuitem>Format - Area</menuitem>. Click the <emph>Bitmaps </emph>tab, and then click <emph>Import</emph>. Locate the image you want to import and click <widget>Open</widget>. When you return to the <emph>Background</emph> tab, the image you imported will be in the <emph>Bitmap</emph> list."
-msgstr "Pokud si přejete použít pro pozadí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">snímku</caseinline><defaultinline>stránky</defaultinline></switchinline> vlastní obrázek, zavřete dialogové okno <emph>Nastavení stránky </emph> a poté vyberte <menuitem>Formát - Oblast</menuitem>. Klepněte na kartu <emph>Rastry</emph> a poté na <emph>Importovat</emph>. Najděte obrázek, který chcete vložit, a klepněte na <widget>Otevřít</widget>. Při návratu na kartu <emph>Pozadí</emph> se vložený obrázek zobrazí v seznamu <emph>Rastr</emph>."
+msgid "To use a custom image for the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\">slide</caseinline><defaultinline>page</defaultinline></switchinline> background, click the <emph>Import</emph> button. Locate the image and click <widget>Open</widget>. On returning to the <emph>Background</emph> tab, the imported image is in the <emph>Bitmap</emph> list."
+msgstr ""
#. 24cCs
#: background.xhp
@@ -1879,14 +1879,14 @@ msgctxt ""
msgid "To insert text from a file into a slide:"
msgstr "Pro vložení textu ze souboru do snímku:"
-#. GFBxE
+#. gDVWS
#: html_import.xhp
msgctxt ""
"html_import.xhp\n"
"par_id3146313\n"
"help.text"
-msgid "In the slide where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline><defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
-msgstr "Na snímku nebo na stránce, kam si přejete vložit text, zvolte <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Snímek - Vložit snímek ze souboru</menuitem></caseinline><defaultinline><menuitem>Stránka - Vložit stránku ze souboru</menuitem></defaultinline></switchinline>."
+msgid "In the place where you want to insert the text, choose <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><menuitem>Slide - Insert Slide from File</menuitem></caseinline> <defaultinline><menuitem>Page - Insert Page from File</menuitem></defaultinline></switchinline>."
+msgstr ""
#. NCRij
#: html_import.xhp
@@ -2509,13 +2509,13 @@ msgctxt ""
msgid "Click <emph>New</emph> and enter a name for your slide show in the <emph>Name </emph>box."
msgstr "Klepněte na <emph>Nový</emph> a zadejte jméno pro svou prezentaci do pole <emph>Jméno</emph>."
-#. yaSCA
+#. sH63A
#: individual.xhp
msgctxt ""
"individual.xhp\n"
"par_id3150249\n"
"help.text"
-msgid "Under <emph>Existing Slides</emph>, select the slides you want to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple slides."
+msgid "Under <emph>Existing Slides</emph>, select the slides to add to your slide show, and click the <widget>>></widget> button. Hold down <keycode>Shift</keycode> to select a range of consecutive slides, or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> to select multiple individual slides."
msgstr ""
#. KyDj4
@@ -2941,13 +2941,13 @@ msgctxt ""
msgid "Use the arrow keys to navigate to the slide that you want to move, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>."
msgstr ""
-#. 6NFbS
+#. CRsNL
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3147171\n"
"help.text"
-msgid "Navigate to the slide where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
+msgid "Position the cursor where you want to move the slide, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>."
msgstr ""
#. LUhAj
diff --git a/source/cs/helpcontent2/source/text/swriter.po b/source/cs/helpcontent2/source/text/swriter.po
index fba5a2498b7..a485cffac9c 100644
--- a/source/cs/helpcontent2/source/text/swriter.po
+++ b/source/cs/helpcontent2/source/text/swriter.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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-11-21 15:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter/cs/>\n"
@@ -1276,6 +1276,24 @@ msgctxt ""
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
msgstr "<ahelp hid=\".\">Obsahuje nástroje pro kontrolu pravopisu, galerii obrázků, které můžete přidat do dokumentu, a také nástroje pro přizpůsobení nabídek a nastavení předvoleb programu.</ahelp>"
+#. tKExZ
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id691612907136111\n"
+"help.text"
+msgid "<link href=\"text/shared/02/18030000.xhp\" name=\"Automatic Spell Checking\">Automatic Spell Checking</link>"
+msgstr ""
+
+#. qKqMR
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"hd_id3156150\n"
+"help.text"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Obrázková mapa\">Obrázková mapa</link>"
+
#. 9FPWA
#: main0106.xhp
msgctxt ""
@@ -1294,41 +1312,32 @@ msgctxt ""
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Číslování řádků\">Číslování řádků</link>"
-#. r8bPC
+#. pqsQB
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
"hd_id3145713\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Poznámky pod čarou\">Poznámky pod čarou</link>"
-
-#. ASZh8
-#: main0106.xhp
-msgctxt ""
-"main0106.xhp\n"
-"hd_id3147346\n"
-"help.text"
-msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Seřadit\">Seřadit</link>"
+msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes and Endnotes</link>"
+msgstr ""
-#. gAmTJ
+#. qFpLr
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3149939\n"
+"hd_id501612910204859\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"Nastavení automatických oprav\">Nastavení automatických oprav</link>"
+msgid "<link href=\"text/shared/01/01110101.xhp\" name=\"Address Book Source\">Address Book Source</link>"
+msgstr ""
-#. qKqMR
+#. ASZh8
#: main0106.xhp
msgctxt ""
"main0106.xhp\n"
-"hd_id3156150\n"
+"hd_id3147346\n"
"help.text"
-msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"Obrázková mapa\">Obrázková mapa</link>"
+msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Seřadit\">Seřadit</link>"
#. VY3FE
#: main0106.xhp
@@ -1924,14 +1933,14 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otevře dialog, ve kterém můžete převést aktuální tabulku na text.</ahelp> Otevře <link href=\"text/swriter/01/06090000.xhp\"> dialog</link>, ve kterém můžete převést aktuální tabulku na text."
-#. FHA2R
+#. Y4qBD
#: main0110.xhp
msgctxt ""
"main0110.xhp\n"
"par_idN1092F\n"
"help.text"
-msgid "Formula"
-msgstr "Vzorec"
+msgid "Text Formula"
+msgstr ""
#. xLmxB
#: main0110.xhp
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index b77fbee3d25..3e0c93f27c7 100644
--- a/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/source/cs/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-02 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/cs/>\n"
@@ -22561,13 +22561,13 @@ msgctxt ""
msgid "Here you can create a List Style. The List Styles are organized in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles</link> window."
msgstr ""
-#. TbUoj
+#. FZ2HA
#: 05130004.xhp
msgctxt ""
"05130004.xhp\n"
"par_id3151390\n"
"help.text"
-msgid "When a List Style is created, a name is assigned to the numbering. This is why such templates are also called \"named\" numberings. Unnamed numberings, which are used for <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
+msgid "When a List Style is created, a name is assigned to the style. Ordered lists use <link href=\"text/shared/00/00000005.xhp#formatierung\" name=\"direct formatting\">direct formatting</link>, and can be created in the <link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/bullets\">Bullets and Numbering</link> dialog or with the icons of the <link href=\"text/swriter/main0206.xhp\" name=\"object bar\">object bar</link>."
msgstr ""
#. UgisA
diff --git a/source/cs/helpcontent2/source/text/swriter/02.po b/source/cs/helpcontent2/source/text/swriter/02.po
index 9b268586e91..351585fa3e6 100644
--- a/source/cs/helpcontent2/source/text/swriter/02.po
+++ b/source/cs/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: 2021-01-14 18:09+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-01-16 21:43+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter02/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1534621522.000000\n"
#. SGjBV
@@ -79,23 +79,23 @@ msgctxt ""
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Bullets and Numbering\">Bullets and Numbering</link>"
msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Odrážky a číslování\">Odrážky a číslování</link>"
-#. fvgps
+#. vCvMN
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"tit\n"
"help.text"
-msgid "Link"
-msgstr "Odkaz"
+msgid "Link Frames"
+msgstr ""
-#. yDHXV
+#. YvD8B
#: 03210000.xhp
msgctxt ""
"03210000.xhp\n"
"hd_id3148869\n"
"help.text"
-msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link</link>"
-msgstr "<link href=\"text/swriter/02/03210000.xhp\" name=\"Odkaz\">Odkaz</link>"
+msgid "<link href=\"text/swriter/02/03210000.xhp\" name=\"Link\">Link Frames</link>"
+msgstr ""
#. HhxBu
#: 03210000.xhp
@@ -106,6 +106,24 @@ msgctxt ""
msgid "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Links the selected frame to the next frame.</ahelp> The text automatically flows from one frame to another."
msgstr "<ahelp hid=\".uno:ChainFrames\" visibility=\"visible\">Spojí označený rámec s jiným rámcem.</ahelp> Text automaticky přeteče z jednoho rámce do druhého."
+#. tVMCL
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id721613395973296\n"
+"help.text"
+msgid "Choose <menuitem>Format - Frame and Object - Link Frames</menuitem>."
+msgstr ""
+
+#. VTeFM
+#: 03210000.xhp
+msgctxt ""
+"03210000.xhp\n"
+"par_id531613396047070\n"
+"help.text"
+msgid "On the <emph>Format</emph> bar, click the <emph>Link Frames</emph> icon."
+msgstr ""
+
#. BA5Cn
#: 03210000.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/guide.po b/source/cs/helpcontent2/source/text/swriter/guide.po
index 1b2595e5c7c..8fd7acb0c03 100644
--- a/source/cs/helpcontent2/source/text/swriter/guide.po
+++ b/source/cs/helpcontent2/source/text/swriter/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: 2021-01-30 15:37+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2020-12-28 07:53+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/cs/>\n"
@@ -15460,13 +15460,13 @@ msgctxt ""
msgid "Click <emph>OK</emph>."
msgstr "Klepněte na <emph>OK</emph>."
-#. YKMEW
+#. TwoAX
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id761608476870069\n"
"help.text"
-msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon </alt></image>"
+msgid "<image src=\"cmd/sc_stylenewbyexample.png\" id=\"img_id591608476870069\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id41608476870069\">Icon New Style from Selection</alt></image>"
msgstr ""
#. i9rEe
@@ -15487,58 +15487,31 @@ msgctxt ""
msgid "To Create a New Style by Drag-And-Drop"
msgstr "Vytvoření nového stylu přetažením myší"
-#. ia3Rq
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154233\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#open_sidebar\"/>"
-msgstr ""
-
-#. wC7PA
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id3154258\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#select_category\"/>"
-msgstr ""
-
-#. HDCiF
+#. bNHCV
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id3154851\n"
"help.text"
-msgid "For <literal>paragraph</literal>, <literal>character</literal> and <literal>list</literal> styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
+msgid "For paragraph, character and list styles, select at least one character in the style that you want to copy, then drag the selection to the <emph>Styles</emph> deck and release. For <literal>frame</literal> styles, select the frame and hold the mouse button pressed until the mouse icon changes, then drag to the <emph>Styles</emph> deck and release."
msgstr ""
-#. y6oqp
+#. 94K4k
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_idN107B2\n"
"help.text"
-msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the <emph>Styles</emph> deck. You do not need to open that style category in advance."
-msgstr ""
-
-#. 4ADah
-#: stylist_fromselect.xhp
-msgctxt ""
-"stylist_fromselect.xhp\n"
-"par_id131608474670601\n"
-"help.text"
-msgid "<embedvar href=\"text/swriter/guide/stylist_fromselect.xhp#enter_name\"/>"
+msgid "Alternatively, you can drag-and-drop the selection onto the respective icon at the top of the Styles deck. You do not need to open that style category in advance."
msgstr ""
-#. DB3BD
+#. Asyoi
#: stylist_fromselect.xhp
msgctxt ""
"stylist_fromselect.xhp\n"
"par_id331608474971283\n"
"help.text"
-msgid "For <literal>page</literal> and <literal>table</literal> styles, you must use the <widget>Styles actions</widget> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
+msgid "For page and table styles, you must use the <menuitem>Styles actions</menuitem> menu at the top right corner of the Styles deck. The drag-and-drop method is not possible with these styles."
msgstr ""
#. Zpb6T
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
index 2666c6afc8e..669130b24ef 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cs/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-07 23:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564947888.000000\n"
#. W5ukN
@@ -1296,6 +1296,16 @@ msgctxt ""
msgid "Select Unprotected Cells"
msgstr "Vybrat odemčené buňky"
+#. pqtqc
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:SelectVisibleCells\n"
+"Label\n"
+"value.text"
+msgid "Select Visible Cells Only"
+msgstr ""
+
#. LEvrC
#: CalcCommands.xcu
msgctxt ""
@@ -18076,15 +18086,25 @@ msgctxt ""
msgid "Object Catalog"
msgstr "Katalog objektů"
-#. HnLGn
+#. hhCbE
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Obrys"
+msgid "Outline Font Effect"
+msgstr ""
+
+#. ND6wH
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:OutlineFont\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Apply outline attribute to font. Not all fonts implement this attribute."
+msgstr ""
#. CjLxE
#: GenericCommands.xcu
@@ -19608,15 +19628,15 @@ msgctxt ""
msgid "Insert Chart"
msgstr "Vložit graf"
-#. tpJma
+#. Za7zT
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultBullet\n"
"Label\n"
"value.text"
-msgid "Unordered Lists"
-msgstr "Neseřazené seznamy"
+msgid "Unordered List"
+msgstr ""
#. XoWcu
#: GenericCommands.xcu
@@ -19638,15 +19658,15 @@ msgctxt ""
msgid "Toggle Unordered List"
msgstr "Přepnout neseřazený seznam"
-#. sVL6G
+#. DFY6X
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DefaultNumbering\n"
"Label\n"
"value.text"
-msgid "Numbered Lists"
-msgstr "Číslované seznamy"
+msgid "Ordered List"
+msgstr ""
#. yMEgE
#: GenericCommands.xcu
@@ -19668,35 +19688,35 @@ msgctxt ""
msgid "Toggle Ordered List"
msgstr "Přepnout seřazený seznam"
-#. vzJBe
+#. jZGY5
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"Label\n"
"value.text"
-msgid "Outline"
-msgstr "Osnova"
+msgid "Outline Format"
+msgstr ""
-#. jEk4H
+#. TSDD9
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"ContextLabel\n"
"value.text"
-msgid "~Outline List"
-msgstr "~Osnova seznamu"
+msgid "~Outline Format"
+msgstr ""
-#. b456w
+#. RMCDt
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SetOutline\n"
"TooltipLabel\n"
"value.text"
-msgid "Set Outline List Style"
-msgstr "Nastavit osnovu stylu seznamu"
+msgid "Select Outline Format"
+msgstr ""
#. uKMCr
#: GenericCommands.xcu
@@ -26668,6 +26688,16 @@ msgctxt ""
msgid "Vertically ~Bottom"
msgstr "Svisle ~dolů"
+#. PT2x4
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Popups..uno:InspectSelectedObject\n"
+"Label\n"
+"value.text"
+msgid "Inspect Object"
+msgstr ""
+
#. uaVMn
#: ImpressWindowState.xcu
msgctxt ""
diff --git a/source/cs/sd/messages.po b/source/cs/sd/messages.po
index c099acc1959..3d76a9a8698 100644
--- a/source/cs/sd/messages.po
+++ b/source/cs/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: 2021-01-25 14:56+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-01 16:18+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563224604.000000\n"
#. WDjkB
@@ -4519,61 +4519,25 @@ msgid "Converts the selected object to a polygon (a closed object bounded by str
msgstr "Převede vybraný objekt na mnohoúhelník, což je uzavřený objekt ohraničený rovnými čarami."
#. oQWMw
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:13
+#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
msgstr "_Odpověď"
-#. ARitJ
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:28
-msgctxt "annotationmenu|bold"
-msgid "_Bold"
-msgstr "_Tučné"
-
-#. m4i4o
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:37
-msgctxt "annotationmenu|italic"
-msgid "_Italic"
-msgstr "_Kurzíva"
-
-#. tEaek
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:46
-msgctxt "annotationmenu|underline"
-msgid "_Underline"
-msgstr "_Podtržené"
-
-#. JC7Pp
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:55
-msgctxt "annotationmenu|strike"
-msgid "_Strikethrough"
-msgstr "Př_eškrtnutí"
-
-#. 6fQx8
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:70
-msgctxt "annotationmenu|copy"
-msgid "_Copy"
-msgstr "_Kopírovat"
-
-#. QGpCH
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:79
-msgctxt "annotationmenu|paste"
-msgid "_Paste"
-msgstr "V_ložit"
-
#. rtez6
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:94
+#: sd/uiconfig/simpress/ui/annotation.ui:26
msgctxt "annotationmenu|delete"
msgid "_Delete Comment"
msgstr "S_mazat komentář"
#. gAzBF
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:103
+#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
msgstr "Smazat všechny komentáře o_d %1"
#. VUb8r
-#: sd/uiconfig/simpress/ui/annotationmenu.ui:112
+#: sd/uiconfig/simpress/ui/annotation.ui:42
msgctxt "annotationmenu|deleteall"
msgid "Delete _All Comments"
msgstr "Smazat _všechny komentáře"
diff --git a/source/cs/sfx2/messages.po b/source/cs/sfx2/messages.po
index c5566288e69..6ac9f38ee07 100644
--- a/source/cs/sfx2/messages.po
+++ b/source/cs/sfx2/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: 2021-02-01 17:02+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-06 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562619018.000000\n"
#. bHbFE
@@ -1655,286 +1655,274 @@ msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Zavřít panel"
-#. fDc7q
-#: include/sfx2/strings.hrc:298
-msgctxt "SFX_STR_SIDEBAR_MORE_OPTIONS"
-msgid "More Options"
-msgstr "Další možnosti"
-
-#. Csqeg
-#: include/sfx2/strings.hrc:299
-msgctxt "SFX_STR_SIDEBAR_CLOSE_DECK"
-msgid "Close Sidebar Deck"
-msgstr "Zavřít kartu postranní lišty"
-
#. Q96YB
#. Translators: default Impress template names
-#: include/sfx2/strings.hrc:302
+#: include/sfx2/strings.hrc:299
msgctxt "STR_TEMPLATE_NAME1"
msgid ""
msgstr " "
#. FkuLG
-#: include/sfx2/strings.hrc:303
+#: include/sfx2/strings.hrc:300
msgctxt "STR_TEMPLATE_NAME2"
msgid "Beehive"
msgstr "Včelí úl"
#. uwaPH
-#: include/sfx2/strings.hrc:304
+#: include/sfx2/strings.hrc:301
msgctxt "STR_TEMPLATE_NAME3"
msgid "Blue Curve"
msgstr "Modrá křivka"
#. hHRDz
-#: include/sfx2/strings.hrc:305
+#: include/sfx2/strings.hrc:302
msgctxt "STR_TEMPLATE_NAME4"
msgid "Blueprint Plans"
msgstr "Blueprint plánu"
#. LvAPo
-#: include/sfx2/strings.hrc:306
+#: include/sfx2/strings.hrc:303
msgctxt "STR_TEMPLATE_NAME5"
msgid ""
msgstr " "
#. KmvGQ
-#: include/sfx2/strings.hrc:307
+#: include/sfx2/strings.hrc:304
msgctxt "STR_TEMPLATE_NAME6"
msgid ""
msgstr " "
#. QDNuB
-#: include/sfx2/strings.hrc:308
+#: include/sfx2/strings.hrc:305
msgctxt "STR_TEMPLATE_NAME7"
msgid "DNA"
msgstr "DNA"
#. XBrCi
-#: include/sfx2/strings.hrc:309
+#: include/sfx2/strings.hrc:306
msgctxt "STR_TEMPLATE_NAME8"
msgid "Focus"
msgstr "Ohnisko"
#. GADdA
-#: include/sfx2/strings.hrc:310
+#: include/sfx2/strings.hrc:307
msgctxt "STR_TEMPLATE_NAME9"
msgid "Forestbird"
msgstr "Lesní zátiší"
#. LVLTz
-#: include/sfx2/strings.hrc:311
+#: include/sfx2/strings.hrc:308
msgctxt "STR_TEMPLATE_NAME10"
msgid ""
msgstr " "
#. C5N9D
-#: include/sfx2/strings.hrc:312
+#: include/sfx2/strings.hrc:309
msgctxt "STR_TEMPLATE_NAME11"
msgid "Inspiration"
msgstr "Inspirace"
#. fCKG9
-#: include/sfx2/strings.hrc:313
+#: include/sfx2/strings.hrc:310
msgctxt "STR_TEMPLATE_NAME12"
msgid "Lights"
msgstr "Světla"
#. Kehcd
-#: include/sfx2/strings.hrc:314
+#: include/sfx2/strings.hrc:311
msgctxt "STR_TEMPLATE_NAME13"
msgid ""
msgstr " "
#. xo2gC
-#: include/sfx2/strings.hrc:315
+#: include/sfx2/strings.hrc:312
msgctxt "STR_TEMPLATE_NAME14"
msgid "Metropolis"
msgstr "Metropolis"
#. FFDBk
-#: include/sfx2/strings.hrc:316
+#: include/sfx2/strings.hrc:313
msgctxt "STR_TEMPLATE_NAME15"
msgid "Midnightblue"
msgstr "Půlnoční modř"
#. yiCzk
-#: include/sfx2/strings.hrc:317
+#: include/sfx2/strings.hrc:314
msgctxt "STR_TEMPLATE_NAME16"
msgid "Nature Illustration"
msgstr "Příroda"
#. cCZzC
-#: include/sfx2/strings.hrc:318
+#: include/sfx2/strings.hrc:315
msgctxt "STR_TEMPLATE_NAME17"
msgid "Pencil"
msgstr "Tužka"
#. Ji4Cw
-#: include/sfx2/strings.hrc:319
+#: include/sfx2/strings.hrc:316
msgctxt "STR_TEMPLATE_NAME18"
msgid "Piano"
msgstr "Klavír"
#. mrbiq
-#: include/sfx2/strings.hrc:320
+#: include/sfx2/strings.hrc:317
msgctxt "STR_TEMPLATE_NAME19"
msgid "Portfolio"
msgstr "Portfolio"
#. ysBGy
-#: include/sfx2/strings.hrc:321
+#: include/sfx2/strings.hrc:318
msgctxt "STR_TEMPLATE_NAME20"
msgid "Progress"
msgstr "Pokrok"
#. UyUGu
-#: include/sfx2/strings.hrc:322
+#: include/sfx2/strings.hrc:319
msgctxt "STR_TEMPLATE_NAME21"
msgid ""
msgstr " "
#. 73Y2e
-#: include/sfx2/strings.hrc:323
+#: include/sfx2/strings.hrc:320
msgctxt "STR_TEMPLATE_NAME22"
msgid "Vintage"
msgstr "Starožitnost"
#. MSY8y
-#: include/sfx2/strings.hrc:324
+#: include/sfx2/strings.hrc:321
msgctxt "STR_TEMPLATE_NAME23"
msgid "Vivid"
msgstr "Svěží"
#. QDZBz
#. Translators: default Writer template names
-#: include/sfx2/strings.hrc:326
+#: include/sfx2/strings.hrc:323
msgctxt "STR_TEMPLATE_NAME24"
msgid "CV"
msgstr "Životopis"
#. Koe3V
-#: include/sfx2/strings.hrc:327
+#: include/sfx2/strings.hrc:324
msgctxt "STR_TEMPLATE_NAME25"
msgid "Resume"
msgstr "Stručný životopis"
#. hCpfD
-#: include/sfx2/strings.hrc:328
+#: include/sfx2/strings.hrc:325
msgctxt "STR_TEMPLATE_NAME26"
msgid "Default"
msgstr "Výchozí"
#. d7Hyk
-#: include/sfx2/strings.hrc:329
+#: include/sfx2/strings.hrc:326
msgctxt "STR_TEMPLATE_NAME27"
msgid "Modern"
msgstr "Moderní"
#. CVJEC
-#: include/sfx2/strings.hrc:330
+#: include/sfx2/strings.hrc:327
msgctxt "STR_TEMPLATE_NAME28"
msgid "Modern business letter sans-serif"
msgstr "Moderní obchodní dopis bezpatkový"
#. 95GeB
-#: include/sfx2/strings.hrc:331
+#: include/sfx2/strings.hrc:328
msgctxt "STR_TEMPLATE_NAME29"
msgid "Modern business letter serif"
msgstr "Moderní obchodní dopis patkový"
#. XdU49
-#: include/sfx2/strings.hrc:332
+#: include/sfx2/strings.hrc:329
msgctxt "STR_TEMPLATE_NAME30"
msgid "Businesscard with logo"
msgstr "Vizitky s logem"
#. UAmSj
-#: include/sfx2/strings.hrc:333
+#: include/sfx2/strings.hrc:330
msgctxt "STR_TEMPLATE_NAME31"
msgid "Simple"
msgstr "Jednoduchý"
#. W7NVH
-#: include/sfx2/strings.hrc:334
+#: include/sfx2/strings.hrc:331
msgctxt "STR_TEMPLATE_NAME32"
msgid "BPMN"
msgstr "Podnikové procesy (BPMN)"
#. ZaGGB
-#: include/sfx2/strings.hrc:336
+#: include/sfx2/strings.hrc:333
msgctxt "STR_CLEAR_CHAR"
msgid "Remove"
msgstr "Odstranit"
#. JReRY
-#: include/sfx2/strings.hrc:337
+#: include/sfx2/strings.hrc:334
msgctxt "STR_CLEAR_ALL_CHAR"
msgid "Clear All"
msgstr "Vymazat vše"
#. yC8Gs
-#: include/sfx2/strings.hrc:339
+#: include/sfx2/strings.hrc:336
msgctxt "STR_PASSWORD_LEN"
msgid "Password length"
msgstr "Délka hesla"
#. FKFmJ
-#: include/sfx2/strings.hrc:340
+#: include/sfx2/strings.hrc:337
msgctxt "STR_PASSWORD_WARNING"
msgid "The password you have entered causes interoperability issues. Please enter a password that is shorter than 52 bytes, or longer than 55 bytes."
msgstr "Zadané heslo způsobuje problémy s interoperabilitou. Zadejte heslo kratší než 52 bajtů nebo delší než 55 bajtů."
#. jBQFN
-#: include/sfx2/strings.hrc:342
+#: include/sfx2/strings.hrc:339
msgctxt "STR_CTRLCLICKHYPERLINK"
msgid "%{key}-click to open hyperlink: %{link}"
msgstr "%{key}+kliknutí otevře hypertextový odkaz: %{link}"
#. jC3AK
-#: include/sfx2/strings.hrc:343
+#: include/sfx2/strings.hrc:340
msgctxt "STR_CLICKHYPERLINK"
msgid "Click to open hyperlink: %{link}"
msgstr "Kliknutím otevřete hypertextový odkaz: %{link}"
#. eFJMp
-#: include/sfx2/strings.hrc:345
+#: include/sfx2/strings.hrc:342
msgctxt "STR_STYLEUSEDBY"
msgid "(used by: %STYLELIST)"
msgstr "(použity ve stylech: %STYLELIST)"
#. 6UgqW
-#: include/sfx2/strings.hrc:347
+#: include/sfx2/strings.hrc:344
msgctxt "STR_DOCUMENT"
msgid "Document"
msgstr "Dokument"
#. XDGTb
-#: include/sfx2/strings.hrc:348
+#: include/sfx2/strings.hrc:345
msgctxt "STR_SPREADSHEET"
msgid "Spreadsheet"
msgstr "Sešit"
#. 3UZXB
-#: include/sfx2/strings.hrc:349
+#: include/sfx2/strings.hrc:346
msgctxt "STR_PRESENTATION"
msgid "Presentation"
msgstr "Prezentace"
#. noN5s
-#: include/sfx2/strings.hrc:350
+#: include/sfx2/strings.hrc:347
msgctxt "STR_DRAWING"
msgid "Drawing"
msgstr "Kresba"
#. QpuFo
-#: include/sfx2/strings.hrc:351
+#: include/sfx2/strings.hrc:348
msgctxt "STR_RECENT"
msgid "Recently used"
msgstr "Naposledy použité"
#. EcAjb
-#: include/sfx2/strings.hrc:352
+#: include/sfx2/strings.hrc:349
msgctxt "STR_NORECENT"
msgid "No recent characters"
msgstr "Bez posledních znaků"
@@ -2640,6 +2628,12 @@ msgctxt "custominfopage|extended_tip|CustomInfoPage"
msgid "Allows you to assign custom information fields to your document."
msgstr "Umožňuje přidat do dokumentu vlastní pole s informacemi."
+#. KERbB
+#: sfx2/uiconfig/ui/decktitlebar.ui:64 sfx2/uiconfig/ui/decktitlebar.ui:69
+msgctxt "decktitlebar|SFX_STR_SIDEBAR_CLOSE_DECK"
+msgid "Close Sidebar Deck"
+msgstr ""
+
#. pxEPn
#: sfx2/uiconfig/ui/descriptioninfopage.ui:18
msgctxt "descriptioninfopage|label27"
@@ -2694,6 +2688,42 @@ msgctxt "descriptioninfopage|extended_tip|DescriptionInfoPage"
msgid "Contains descriptive information about the document."
msgstr "Obsahuje informace s popisem dokumentu."
+#. DZjZQ
+#: sfx2/uiconfig/ui/developmenttool.ui:71
+msgctxt "developmenttool|leftside_objectcolumn"
+msgid "Object"
+msgstr ""
+
+#. 4VjCH
+#: sfx2/uiconfig/ui/developmenttool.ui:90
+msgctxt "developmenttool|selection_toggle"
+msgid "Current Selection"
+msgstr ""
+
+#. 6gFmn
+#: sfx2/uiconfig/ui/developmenttool.ui:123
+msgctxt "developmenttool|classname"
+msgid "Class name:"
+msgstr ""
+
+#. qVgcX
+#: sfx2/uiconfig/ui/developmenttool.ui:172
+msgctxt "developmenttool|object"
+msgid "Object"
+msgstr ""
+
+#. H7pYE
+#: sfx2/uiconfig/ui/developmenttool.ui:184
+msgctxt "developmenttool|value"
+msgid "Value"
+msgstr ""
+
+#. Jjkqh
+#: sfx2/uiconfig/ui/developmenttool.ui:196
+msgctxt "developmenttool|type"
+msgid "Type"
+msgstr ""
+
#. zjFgn
#: sfx2/uiconfig/ui/documentfontspage.ui:27
msgctxt "documentfontspage|embedFonts"
@@ -3852,6 +3882,12 @@ msgctxt "extended_tip|OptPrintPage"
msgid "Specifies the print setting options."
msgstr "Určuje nastavení tisku."
+#. b6PHE
+#: sfx2/uiconfig/ui/paneltitlebar.ui:71 sfx2/uiconfig/ui/paneltitlebar.ui:76
+msgctxt "paneltitlebar|SFX_STR_SIDEBAR_MORE_OPTIONS"
+msgid "More Options"
+msgstr ""
+
#. QrtGb
#: sfx2/uiconfig/ui/password.ui:8
msgctxt "password|PasswordDialog"
diff --git a/source/cs/starmath/messages.po b/source/cs/starmath/messages.po
index dee5f6f5676..efb1f13242e 100644
--- a/source/cs/starmath/messages.po
+++ b/source/cs/starmath/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: 2021-02-08 12:10+0100\n"
-"PO-Revision-Date: 2021-02-01 16:18+0000\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
+"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/cs/>\n"
"Language: cs\n"
@@ -1924,770 +1924,776 @@ msgctxt "RID_FOURIER_HELP"
msgid "Fourier transform"
msgstr "Fourierova transformace"
-#. aQpTD
+#. BC9vn
#: starmath/inc/strings.hrc:272
+msgctxt "RID_BACKEPSILON_HELP"
+msgid "Backwards epsilon"
+msgstr ""
+
+#. aQpTD
+#: starmath/inc/strings.hrc:273
msgctxt "RID_WP_HELP"
msgid "Weierstrass p"
msgstr "Weierstrassovo p"
#. f9sfv
-#: starmath/inc/strings.hrc:273
+#: starmath/inc/strings.hrc:274
msgctxt "RID_DOTSAXIS_HELP"
msgid "Dots In Middle"
msgstr "Tečky uprostřed"
#. C3nbh
-#: starmath/inc/strings.hrc:274
+#: starmath/inc/strings.hrc:275
msgctxt "RID_DOTSUP_HELP"
msgid "Dots To Top"
msgstr "Tečky nahoru"
#. tzBF5
-#: starmath/inc/strings.hrc:275
+#: starmath/inc/strings.hrc:276
msgctxt "RID_DOTSDOWN_HELP"
msgid "Dots To Bottom"
msgstr "Tečky dolů"
#. XDsJg
-#: starmath/inc/strings.hrc:276
+#: starmath/inc/strings.hrc:277
msgctxt "RID_DOTSLOW_HELP"
msgid "Dots At Bottom"
msgstr "Tečky dole"
#. TtFD4
-#: starmath/inc/strings.hrc:277
+#: starmath/inc/strings.hrc:278
msgctxt "RID_DOTSVERT_HELP"
msgid "Dots Vertically"
msgstr "Tečky svisle"
#. YsuWX
-#: starmath/inc/strings.hrc:278
+#: starmath/inc/strings.hrc:279
msgctxt "RID_XCIRCY_HELP"
msgid "Concatenate"
msgstr "Spojit"
#. JAGx5
-#: starmath/inc/strings.hrc:279
+#: starmath/inc/strings.hrc:280
msgctxt "RID_XWIDESLASHY_HELP"
msgid "Division (wideslash)"
msgstr "Dělení (široké lomítko)"
#. YeJSK
-#: starmath/inc/strings.hrc:280
+#: starmath/inc/strings.hrc:281
msgctxt "RID_XWIDEBSLASHY_HELP"
msgid "Division (counter wideslash)"
msgstr "Dělení (široké zpětné lomítko)"
#. wfbfE
-#: starmath/inc/strings.hrc:281
+#: starmath/inc/strings.hrc:282
msgctxt "RID_XDIVIDESY_HELP"
msgid "Divides"
msgstr "Dělitelné"
#. 3BFDd
-#: starmath/inc/strings.hrc:282
+#: starmath/inc/strings.hrc:283
msgctxt "RID_XNDIVIDESY_HELP"
msgid "Does Not Divide"
msgstr "Nedělitelné"
#. CCvBP
-#: starmath/inc/strings.hrc:283
+#: starmath/inc/strings.hrc:284
msgctxt "RID_DLARROW_HELP"
msgid "Double Arrow Left"
msgstr "Dvojitá šipka vlevo"
#. UJYMA
-#: starmath/inc/strings.hrc:284
+#: starmath/inc/strings.hrc:285
msgctxt "RID_DLRARROW_HELP"
msgid "Double Arrow Left And Right"
msgstr "Dvojitá šipka vlevo a vpravo"
#. xEGRt
-#: starmath/inc/strings.hrc:285
+#: starmath/inc/strings.hrc:286
msgctxt "RID_DRARROW_HELP"
msgid "Double Arrow Right"
msgstr "Dvojitá šipka vpravo"
#. 9fdkb
-#: starmath/inc/strings.hrc:286
+#: starmath/inc/strings.hrc:287
msgctxt "RID_SETN_HELP"
msgid "Natural Numbers Set"
msgstr "Množina přirozených čísel"
#. rCVLA
-#: starmath/inc/strings.hrc:287
+#: starmath/inc/strings.hrc:288
msgctxt "RID_SETZ_HELP"
msgid "Integers Set"
msgstr "Množina celých čísel"
#. bPiC2
-#: starmath/inc/strings.hrc:288
+#: starmath/inc/strings.hrc:289
msgctxt "RID_SETQ_HELP"
msgid "Set of Rational Numbers"
msgstr "Množina racionálních čísel"
#. ftype
-#: starmath/inc/strings.hrc:289
+#: starmath/inc/strings.hrc:290
msgctxt "RID_SETR_HELP"
msgid "Real Numbers Set"
msgstr "Množina reálných čísel"
#. i4knq
-#: starmath/inc/strings.hrc:290
+#: starmath/inc/strings.hrc:291
msgctxt "RID_SETC_HELP"
msgid "Complex Numbers Set"
msgstr "Množina komplexních čísel"
#. EsxDq
-#: starmath/inc/strings.hrc:291
+#: starmath/inc/strings.hrc:292
msgctxt "RID_WIDEHATX_HELP"
msgid "Large Circumflex"
msgstr "Velká stříška"
#. Ho4gN
-#: starmath/inc/strings.hrc:292
+#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDETILDEX_HELP"
msgid "Large Tilde"
msgstr "Velká tilda"
#. DJGj6
-#: starmath/inc/strings.hrc:293
+#: starmath/inc/strings.hrc:294
msgctxt "RID_WIDEVECX_HELP"
msgid "Large Vector Arrow"
msgstr "S velkou vektorovou šipkou"
#. Ew4TJ
-#: starmath/inc/strings.hrc:294
+#: starmath/inc/strings.hrc:295
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
msgstr "Velká šipka tvaru harpuny"
#. 5Ce5n
-#: starmath/inc/strings.hrc:295
+#: starmath/inc/strings.hrc:296
msgctxt "RID_HBAR_HELP"
msgid "h Bar"
msgstr "h s pruhem"
#. PAJLg
-#: starmath/inc/strings.hrc:296
+#: starmath/inc/strings.hrc:297
msgctxt "RID_LAMBDABAR_HELP"
msgid "Lambda Bar"
msgstr "Lambda s pruhem"
#. obBGe
-#: starmath/inc/strings.hrc:297
+#: starmath/inc/strings.hrc:298
msgctxt "RID_LEFTARROW_HELP"
msgid "Left Arrow"
msgstr "Šipka doleva"
#. krnEB
-#: starmath/inc/strings.hrc:298
+#: starmath/inc/strings.hrc:299
msgctxt "RID_RIGHTARROW_HELP"
msgid "Right Arrow"
msgstr "Šipka doprava"
#. gADL7
-#: starmath/inc/strings.hrc:299
+#: starmath/inc/strings.hrc:300
msgctxt "RID_UPARROW_HELP"
msgid "Up Arrow"
msgstr "Šipka nahoru"
#. oTVat
-#: starmath/inc/strings.hrc:300
+#: starmath/inc/strings.hrc:301
msgctxt "RID_DOWNARROW_HELP"
msgid "Down Arrow"
msgstr "Šipka dolů"
#. xVkoU
-#: starmath/inc/strings.hrc:301
+#: starmath/inc/strings.hrc:302
msgctxt "RID_NOSPACE_HELP"
msgid "No space"
msgstr "Bez mezery"
#. gSrMz
-#: starmath/inc/strings.hrc:302
+#: starmath/inc/strings.hrc:303
msgctxt "RID_XPRECEDESY_HELP"
msgid "Precedes"
msgstr "Předchází"
#. yiATA
-#: starmath/inc/strings.hrc:303
+#: starmath/inc/strings.hrc:304
msgctxt "RID_XPRECEDESEQUALY_HELP"
msgid "Precedes or equal to"
msgstr "Předchází nebo se rovná"
#. ZY4XE
-#: starmath/inc/strings.hrc:304
+#: starmath/inc/strings.hrc:305
msgctxt "RID_XPRECEDESEQUIVY_HELP"
msgid "Precedes or equivalent to"
msgstr "Předchází nebo odpovídá"
#. Br8e9
-#: starmath/inc/strings.hrc:305
+#: starmath/inc/strings.hrc:306
msgctxt "RID_XSUCCEEDSY_HELP"
msgid "Succeeds"
msgstr "Následuje"
#. VraAq
-#: starmath/inc/strings.hrc:306
+#: starmath/inc/strings.hrc:307
msgctxt "RID_XSUCCEEDSEQUALY_HELP"
msgid "Succeeds or equal to"
msgstr "Následuje nebo se rovná"
#. bRiLq
-#: starmath/inc/strings.hrc:307
+#: starmath/inc/strings.hrc:308
msgctxt "RID_XSUCCEEDSEQUIVY_HELP"
msgid "Succeeds or equivalent to"
msgstr "Následuje nebo odpovídá"
#. Cy5fB
-#: starmath/inc/strings.hrc:308
+#: starmath/inc/strings.hrc:309
msgctxt "RID_XNOTPRECEDESY_HELP"
msgid "Not precedes"
msgstr "Nepředchází"
#. ihTrN
-#: starmath/inc/strings.hrc:309
+#: starmath/inc/strings.hrc:310
msgctxt "RID_XNOTSUCCEEDSY_HELP"
msgid "Not succeeds"
msgstr "Nenásleduje"
#. eu7va
-#: starmath/inc/strings.hrc:310
+#: starmath/inc/strings.hrc:311
msgctxt "RID_CATEGORY_UNARY_BINARY_OPERATORS"
msgid "Unary/Binary Operators"
msgstr "Unární/binární operátory"
#. qChkW
-#: starmath/inc/strings.hrc:311
+#: starmath/inc/strings.hrc:312
msgctxt "RID_CATEGORY_RELATIONS"
msgid "Relations"
msgstr "Relace"
#. UCQER
-#: starmath/inc/strings.hrc:312
+#: starmath/inc/strings.hrc:313
msgctxt "RID_CATEGORY_SET_OPERATIONS"
msgid "Set Operations"
msgstr "Množinové operace"
#. H7MZE
-#: starmath/inc/strings.hrc:313
+#: starmath/inc/strings.hrc:314
msgctxt "RID_CATEGORY_FUNCTIONS"
msgid "Functions"
msgstr "Funkce"
#. zAeXx
-#: starmath/inc/strings.hrc:314
+#: starmath/inc/strings.hrc:315
msgctxt "RID_CATEGORY_OPERATORS"
msgid "Operators"
msgstr "Operátory"
#. GGitA
-#: starmath/inc/strings.hrc:315
+#: starmath/inc/strings.hrc:316
msgctxt "RID_CATEGORY_ATTRIBUTES"
msgid "Attributes"
msgstr "Atributy"
#. B29Ad
-#: starmath/inc/strings.hrc:316
+#: starmath/inc/strings.hrc:317
msgctxt "RID_CATEGORY_BRACKETS"
msgid "Brackets"
msgstr "Závorky"
#. UAdpn
-#: starmath/inc/strings.hrc:317
+#: starmath/inc/strings.hrc:318
msgctxt "RID_CATEGORY_FORMATS"
msgid "Formats"
msgstr "Formáty"
#. Yif8p
-#: starmath/inc/strings.hrc:318
+#: starmath/inc/strings.hrc:319
msgctxt "RID_CATEGORY_OTHERS"
msgid "Others"
msgstr "Jiné"
#. 3fzNy
-#: starmath/inc/strings.hrc:319
+#: starmath/inc/strings.hrc:320
msgctxt "RID_CATEGORY_EXAMPLES"
msgid "Examples"
msgstr "Příklady"
#. qPycE
-#: starmath/inc/strings.hrc:321
+#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
msgstr "Obvod kruhu"
#. FhGWC
-#: starmath/inc/strings.hrc:322
+#: starmath/inc/strings.hrc:323
msgctxt "RID_EXAMPLE_MASS_ENERGY_EQUIV_HELP"
msgid "Mass–energy equivalence"
msgstr "Vztah mezi hmotností a energií"
#. nwdFs
-#: starmath/inc/strings.hrc:323
+#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
msgstr "Pythagorova věta"
#. b5eq8
-#: starmath/inc/strings.hrc:324
+#: starmath/inc/strings.hrc:325
msgctxt "RID_EXAMPLE_A_TAYLOR_SERIES_HELP"
msgid "Taylor series"
msgstr "Taylorova řada"
#. MuqjR
-#: starmath/inc/strings.hrc:325
+#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
msgstr "Gaussovo rozdělení"
#. sWaki
-#: starmath/inc/strings.hrc:326
+#: starmath/inc/strings.hrc:327
msgctxt "RID_EXAMPLE_EULER_LAGRANGE_HELP"
msgid "Euler-Lagrange equation"
msgstr "Eulerova-Lagrangeova rovnice"
#. LnNNA
-#: starmath/inc/strings.hrc:327
+#: starmath/inc/strings.hrc:328
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
msgstr "Základní věta integrálního počtu"
#. jF2GD
-#: starmath/inc/strings.hrc:328
+#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_CHAOS_HELP"
msgid "Chaos equation"
msgstr "Rovnice chaosu"
#. afEQ8
-#: starmath/inc/strings.hrc:329
+#: starmath/inc/strings.hrc:330
msgctxt "RID_EXAMPLE_EULER_IDENTITY_HELP"
msgid "Euler's identity"
msgstr "Eulerova rovnost"
#. m3ukF
-#: starmath/inc/strings.hrc:330
+#: starmath/inc/strings.hrc:331
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
msgstr "Druhý Newtonův zákon"
#. ZmaUU
-#: starmath/inc/strings.hrc:331
+#: starmath/inc/strings.hrc:332
msgctxt "RID_EXAMPLE_GENERAL_RELATIVITY_HELP"
msgid "General relativity"
msgstr "Obecná teorie relativity"
#. ADBy9
-#: starmath/inc/strings.hrc:332
+#: starmath/inc/strings.hrc:333
msgctxt "RID_EXAMPLE_SPECIAL_RELATIVITY_HELP"
msgid "Special relativity"
msgstr "Speciální teorie relativity"
#. u47dF
-#: starmath/inc/strings.hrc:334
+#: starmath/inc/strings.hrc:335
msgctxt "RID_FONTREGULAR"
msgid "Standard"
msgstr "Standardní"
#. aZbaD
-#: starmath/inc/strings.hrc:335
+#: starmath/inc/strings.hrc:336
msgctxt "RID_FONTITALIC"
msgid "Italic"
msgstr "Kurzíva"
#. 7t5Hn
-#: starmath/inc/strings.hrc:336
+#: starmath/inc/strings.hrc:337
msgctxt "RID_FONTBOLD"
msgid "Bold"
msgstr "Tučné"
#. urCxA
-#: starmath/inc/strings.hrc:337
+#: starmath/inc/strings.hrc:338
msgctxt "STR_BLACK"
msgid "black"
msgstr "černá"
#. n4qFR
-#: starmath/inc/strings.hrc:338
+#: starmath/inc/strings.hrc:339
msgctxt "STR_BLUE"
msgid "blue"
msgstr "modrá"
#. ZS9Ma
-#: starmath/inc/strings.hrc:339
+#: starmath/inc/strings.hrc:340
msgctxt "STR_GREEN"
msgid "green"
msgstr "zelená"
#. SAB9J
-#: starmath/inc/strings.hrc:340
+#: starmath/inc/strings.hrc:341
msgctxt "STR_RED"
msgid "red"
msgstr "červená"
#. b5qhM
-#: starmath/inc/strings.hrc:341
+#: starmath/inc/strings.hrc:342
msgctxt "STR_AQUA"
msgid "aqua"
msgstr "azurová"
#. GLy7q
-#: starmath/inc/strings.hrc:342
+#: starmath/inc/strings.hrc:343
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
msgstr "purpurová"
#. fZKES
-#: starmath/inc/strings.hrc:343
+#: starmath/inc/strings.hrc:344
msgctxt "STR_GRAY"
msgid "gray"
msgstr "šedá"
#. BaoAG
-#: starmath/inc/strings.hrc:344
+#: starmath/inc/strings.hrc:345
msgctxt "STR_LIME"
msgid "lime"
msgstr "žlutozelená"
#. MERnK
-#: starmath/inc/strings.hrc:345
+#: starmath/inc/strings.hrc:346
msgctxt "STR_MAROON"
msgid "maroon"
msgstr "kaštanová"
#. CEYFL
-#: starmath/inc/strings.hrc:346
+#: starmath/inc/strings.hrc:347
msgctxt "STR_NAVY"
msgid "navy"
msgstr "tmavomodrá"
#. DDWH3
-#: starmath/inc/strings.hrc:347
+#: starmath/inc/strings.hrc:348
msgctxt "STR_OLIVE"
msgid "olive"
msgstr "olivová"
#. dZoUG
-#: starmath/inc/strings.hrc:348
+#: starmath/inc/strings.hrc:349
msgctxt "STR_PURPLE"
msgid "purple"
msgstr "tmavě purpurová"
#. 7JFDe
-#: starmath/inc/strings.hrc:349
+#: starmath/inc/strings.hrc:350
msgctxt "STR_SILVER"
msgid "silver"
msgstr "stříbrná"
#. enQJY
-#: starmath/inc/strings.hrc:350
+#: starmath/inc/strings.hrc:351
msgctxt "STR_TEAL"
msgid "teal"
msgstr "zelenomodrá"
#. QkBT2
-#: starmath/inc/strings.hrc:351
+#: starmath/inc/strings.hrc:352
msgctxt "STR_YELLOW"
msgid "yellow"
msgstr "žlutá"
#. AZyLo
-#: starmath/inc/strings.hrc:352
+#: starmath/inc/strings.hrc:353
msgctxt "STR_CORAL"
msgid "coral"
msgstr "korálová"
#. RZSh6
-#: starmath/inc/strings.hrc:353
+#: starmath/inc/strings.hrc:354
msgctxt "STR_CRIMSON"
msgid "crimson"
msgstr "rudá"
#. QGibF
-#: starmath/inc/strings.hrc:354
+#: starmath/inc/strings.hrc:355
msgctxt "STR_MIDNIGHT"
msgid "midnight"
msgstr "půlnoční modrá"
#. NKAkW
-#: starmath/inc/strings.hrc:355
+#: starmath/inc/strings.hrc:356
msgctxt "STR_VIOLET"
msgid "violet"
msgstr "fialová"
#. sF9zc
-#: starmath/inc/strings.hrc:356
+#: starmath/inc/strings.hrc:357
msgctxt "STR_ORANGE"
msgid "orange"
msgstr "oranžová"
#. CXMyK
-#: starmath/inc/strings.hrc:357
+#: starmath/inc/strings.hrc:358
msgctxt "STR_ORANGERED"
msgid "orangered"
msgstr "oranžovočervená"
#. Ak3yd
-#: starmath/inc/strings.hrc:358
+#: starmath/inc/strings.hrc:359
msgctxt "STR_LAVENDER"
msgid "lavender"
msgstr "levandulová"
#. DLUaV
-#: starmath/inc/strings.hrc:359
+#: starmath/inc/strings.hrc:360
msgctxt "STR_SNOW"
msgid "snow"
msgstr "světlemodrá"
#. QDTEU
-#: starmath/inc/strings.hrc:360
+#: starmath/inc/strings.hrc:361
msgctxt "STR_SEAGREEN"
msgid "seagreen"
msgstr "modrozelená"
#. PNveS
-#: starmath/inc/strings.hrc:361
+#: starmath/inc/strings.hrc:362
msgctxt "STR_INDIGO"
msgid "indigo"
msgstr "indigová"
#. r5S8P
-#: starmath/inc/strings.hrc:362
+#: starmath/inc/strings.hrc:363
msgctxt "STR_HOTPINK"
msgid "hotpink"
msgstr "tmavě růžová"
#. NNmRT
-#: starmath/inc/strings.hrc:363
+#: starmath/inc/strings.hrc:364
msgctxt "STR_RGB"
msgid "rgb"
msgstr "rgb"
#. nsmGb
-#: starmath/inc/strings.hrc:364
+#: starmath/inc/strings.hrc:365
msgctxt "STR_RGBA"
msgid "rgba"
msgstr "rgba"
#. BRYCu
-#: starmath/inc/strings.hrc:365
+#: starmath/inc/strings.hrc:366
msgctxt "STR_HEX"
msgid "hex"
msgstr "šestnáctkově"
#. CCpNs
-#: starmath/inc/strings.hrc:366
+#: starmath/inc/strings.hrc:367
msgctxt "STR_HIDE"
msgid "hide"
msgstr "skryté"
#. FtCHm
-#: starmath/inc/strings.hrc:367
+#: starmath/inc/strings.hrc:368
msgctxt "STR_SIZE"
msgid "size"
msgstr "velikost"
#. qFRcG
-#: starmath/inc/strings.hrc:368
+#: starmath/inc/strings.hrc:369
msgctxt "STR_FONT"
msgid "font"
msgstr "písmo"
#. TEnpE
-#: starmath/inc/strings.hrc:369
+#: starmath/inc/strings.hrc:370
msgctxt "STR_ALIGN_LEFT"
msgid "left"
msgstr "vlevo"
#. dBczP
-#: starmath/inc/strings.hrc:370
+#: starmath/inc/strings.hrc:371
msgctxt "STR_ALIGN_CENTER"
msgid "center"
msgstr "na střed"
#. U9mzR
-#: starmath/inc/strings.hrc:371
+#: starmath/inc/strings.hrc:372
msgctxt "STR_ALIGN_RIGHT"
msgid "right"
msgstr "vpravo"
#. C3cxx
-#: starmath/inc/strings.hrc:372
+#: starmath/inc/strings.hrc:373
msgctxt "STR_CMDBOXWINDOW"
msgid "Commands"
msgstr "Příkazy"
#. Sgayv
-#: starmath/inc/strings.hrc:373
+#: starmath/inc/strings.hrc:374
msgctxt "RID_DOCUMENTSTR"
msgid "Formula"
msgstr "Vzorec"
#. veG66
-#: starmath/inc/strings.hrc:374
+#: starmath/inc/strings.hrc:375
msgctxt "STR_STATSTR_WRITING"
msgid "Saving document..."
msgstr "Ukládání dokumentu..."
#. M6rLx
-#: starmath/inc/strings.hrc:375
+#: starmath/inc/strings.hrc:376
msgctxt "STR_MATH_DOCUMENT_FULLTYPE_CURRENT"
msgid "%PRODUCTNAME %PRODUCTVERSION Formula"
msgstr "Vzorec %PRODUCTNAME %PRODUCTVERSION"
#. AFFdK
-#: starmath/inc/strings.hrc:376
+#: starmath/inc/strings.hrc:377
msgctxt "RID_ERR_IDENT"
msgid "ERROR : "
msgstr "CHYBA : "
#. wu5Uu
-#: starmath/inc/strings.hrc:377
+#: starmath/inc/strings.hrc:378
msgctxt "RID_ERR_NONE"
msgid "no error"
-msgstr ""
+msgstr "bez chyby"
#. p2FHe
-#: starmath/inc/strings.hrc:378
+#: starmath/inc/strings.hrc:379
msgctxt "RID_ERR_UNEXPECTEDCHARACTER"
msgid "Unexpected character"
msgstr "Neočekávaný znak"
#. CgyFQ
-#: starmath/inc/strings.hrc:379
+#: starmath/inc/strings.hrc:380
msgctxt "RID_ERR_UNEXPECTEDTOKEN"
msgid "Unexpected token"
msgstr "Neočekávaný token"
#. RGAFy
-#: starmath/inc/strings.hrc:380
+#: starmath/inc/strings.hrc:381
msgctxt "RID_ERR_LGROUPEXPECTED"
msgid "'{' expected"
msgstr "Očekávána '{'"
#. Wyx9q
-#: starmath/inc/strings.hrc:381
+#: starmath/inc/strings.hrc:382
msgctxt "RID_ERR_RGROUPEXPECTED"
msgid "'}' expected"
msgstr "Očekávána '}'"
#. B7B7y
-#: starmath/inc/strings.hrc:382
+#: starmath/inc/strings.hrc:383
msgctxt "RID_ERR_LBRACEEXPECTED"
msgid "'(' expected"
msgstr "Očekávána '('"
#. kKoFQ
-#: starmath/inc/strings.hrc:383
+#: starmath/inc/strings.hrc:384
msgctxt "RID_ERR_RBRACEEXPECTED"
msgid "')' expected"
msgstr "Očekávána ')'"
#. aDG4Y
-#: starmath/inc/strings.hrc:384
+#: starmath/inc/strings.hrc:385
msgctxt "RID_ERR_PARENTMISMATCH"
msgid "Left and right symbols mismatched"
msgstr "Levé a pravé symboly si neodpovídají"
#. FYFE5
-#: starmath/inc/strings.hrc:385
+#: starmath/inc/strings.hrc:386
msgctxt "RID_ERR_FONTEXPECTED"
msgid "'fixed', 'sans', or 'serif' expected"
msgstr "Očekávána hodnota „fixed“, „sans“ nebo „serif“"
#. jGZdh
-#: starmath/inc/strings.hrc:386
+#: starmath/inc/strings.hrc:387
msgctxt "RID_ERR_SIZEEXPECTED"
msgid "'size' followed by an unexpected token"
msgstr "Neočekávaný token za hodnotou „size“"
#. 6DqgC
-#: starmath/inc/strings.hrc:387
+#: starmath/inc/strings.hrc:388
msgctxt "RID_ERR_DOUBLEALIGN"
msgid "Double aligning is not allowed"
msgstr "Nelze použít dvojí zarovnání"
#. aoufx
-#: starmath/inc/strings.hrc:388
+#: starmath/inc/strings.hrc:389
msgctxt "RID_ERR_DOUBLESUBSUPSCRIPT"
msgid "Double sub/superscripts is not allowed"
msgstr "Nelze použít dvojitý dolní nebo horní index"
#. U6U5Z
-#: starmath/inc/strings.hrc:389
+#: starmath/inc/strings.hrc:390
msgctxt "RID_ERR_NUMBEREXPECTED"
msgid "Expected number"
msgstr "Očekáváno číslo"
#. ZWBDD
-#: starmath/inc/strings.hrc:390
+#: starmath/inc/strings.hrc:391
msgctxt "RID_ERR_POUNDEXPECTED"
msgid "'#' expected"
msgstr "Očekáván '#'"
#. HLZNK
-#: starmath/inc/strings.hrc:391
+#: starmath/inc/strings.hrc:392
msgctxt "RID_ERR_COLOREXPECTED"
msgid "Color required"
msgstr "Je vyžadována barva"
#. GboH7
-#: starmath/inc/strings.hrc:392
+#: starmath/inc/strings.hrc:393
msgctxt "RID_ERR_RIGHTEXPECTED"
msgid "'RIGHT' expected"
msgstr "Očekáváno 'RIGHT'"
#. A8QNw
-#: starmath/inc/strings.hrc:393
+#: starmath/inc/strings.hrc:394
msgctxt "RID_PRINTUIOPT_PRODNAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. mLvHF
-#: starmath/inc/strings.hrc:394
+#: starmath/inc/strings.hrc:395
msgctxt "RID_PRINTUIOPT_CONTENTS"
msgid "Contents"
msgstr "Obsah"
#. Dwn4W
-#: starmath/inc/strings.hrc:395
+#: starmath/inc/strings.hrc:396
msgctxt "RID_PRINTUIOPT_TITLE"
msgid "~Title"
msgstr "Náz~ev"
#. LSV24
-#: starmath/inc/strings.hrc:396
+#: starmath/inc/strings.hrc:397
msgctxt "RID_PRINTUIOPT_FRMLTXT"
msgid "~Formula text"
msgstr "Text ~vzorce"
#. XnVAD
-#: starmath/inc/strings.hrc:397
+#: starmath/inc/strings.hrc:398
msgctxt "RID_PRINTUIOPT_BORDERS"
msgid "B~orders"
msgstr "O~hraničení"
#. TfBWF
-#: starmath/inc/strings.hrc:398
+#: starmath/inc/strings.hrc:399
msgctxt "RID_PRINTUIOPT_SIZE"
msgid "Size"
msgstr "Velikost"
#. egvJg
-#: starmath/inc/strings.hrc:399
+#: starmath/inc/strings.hrc:400
msgctxt "RID_PRINTUIOPT_ORIGSIZE"
msgid "O~riginal size"
msgstr "~Původní velikost"
#. ZSF52
-#: starmath/inc/strings.hrc:400
+#: starmath/inc/strings.hrc:401
msgctxt "RID_PRINTUIOPT_FITTOPAGE"
msgid "Fit to ~page"
msgstr "Přizpůsobit velikosti ~stránky"
#. ZVcSf
-#: starmath/inc/strings.hrc:401
+#: starmath/inc/strings.hrc:402
msgctxt "RID_PRINTUIOPT_SCALING"
msgid "~Scaling"
msgstr "~Měřítko"
diff --git a/source/cs/svtools/messages.po b/source/cs/svtools/messages.po
index fa5d05cf026..4ac81a7995d 100644
--- a/source/cs/svtools/messages.po
+++ b/source/cs/svtools/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-06 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565904885.000000\n"
#. fLdeV
@@ -4980,6 +4980,18 @@ msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Pali Thai"
msgstr "Páli, thajské"
+#. DGeeF
+#: svtools/inc/langtab.hrc:432
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Cabécar"
+msgstr ""
+
+#. xHCtG
+#: svtools/inc/langtab.hrc:433
+msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
+msgid "Bribri"
+msgstr ""
+
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
msgctxt "addresstemplatedialog|AddressTemplateDialog"
diff --git a/source/cs/svx/messages.po b/source/cs/svx/messages.po
index f9538a4821b..d3b9f99df36 100644
--- a/source/cs/svx/messages.po
+++ b/source/cs/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: 2021-02-05 18:59+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-06 19:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559834188.000000\n"
#. 3GkZj
@@ -14364,30 +14364,6 @@ msgctxt "depthwindow|RID_SVXSTR_CUSTOM"
msgid "_Custom..."
msgstr "_Vlastní"
-#. DZjZQ
-#: svx/uiconfig/ui/developmenttool.ui:67
-msgctxt "developmenttool|leftside_objectcolumn"
-msgid "Object"
-msgstr "Objekt"
-
-#. 4VjCH
-#: svx/uiconfig/ui/developmenttool.ui:86
-msgctxt "developmenttool|selection_toggle"
-msgid "Current Selection"
-msgstr "Aktuální výběr"
-
-#. 6gFmn
-#: svx/uiconfig/ui/developmenttool.ui:119
-msgctxt "developmenttool|classname"
-msgid "Class name:"
-msgstr "Název třídy:"
-
-#. 2i9Fw
-#: svx/uiconfig/ui/developmenttool.ui:168
-msgctxt "developmenttool|class"
-msgid "Class"
-msgstr "Třída"
-
#. sgwXf
#: svx/uiconfig/ui/directionwindow.ui:58
msgctxt "directionwindow|RID_SVXSTR_PERSPECTIVE"
@@ -19709,18 +19685,6 @@ msgctxt "stylemenu|edit"
msgid "Edit Style..."
msgstr "Upravit styl..."
-#. Fn4qj
-#: svx/uiconfig/ui/stylespreview.ui:102
-msgctxt "stylespreview|up"
-msgid "Previous"
-msgstr "Předchozí"
-
-#. XiCNc
-#: svx/uiconfig/ui/stylespreview.ui:127
-msgctxt "stylespreview|down"
-msgid "Next"
-msgstr "Další"
-
#. nQGet
#: svx/uiconfig/ui/surfacewindow.ui:37
msgctxt "surfacewindow|RID_SVXSTR_WIREFRAME"
diff --git a/source/cs/sw/messages.po b/source/cs/sw/messages.po
index b8cdb139ae2..26bd7ec06b0 100644
--- a/source/cs/sw/messages.po
+++ b/source/cs/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: 2021-02-08 12:19+0100\n"
+"POT-Creation-Date: 2021-02-17 15:59+0100\n"
"PO-Revision-Date: 2021-02-07 23:36+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/cs/>\n"
@@ -11590,44 +11590,56 @@ msgctxt "characterproperties|CharacterPropertiesDialog"
msgid "Character"
msgstr "Znak"
+#. pjT6b
+#: sw/uiconfig/swriter/ui/characterproperties.ui:32
+msgctxt "characterproperties|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. tLVfC
+#: sw/uiconfig/swriter/ui/characterproperties.ui:35
+msgctxt "characterproperties|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
#. GJNuu
-#: sw/uiconfig/swriter/ui/characterproperties.ui:153
+#: sw/uiconfig/swriter/ui/characterproperties.ui:159
msgctxt "characterproperties|font"
msgid "Font"
msgstr "Písmo"
#. bwwEA
-#: sw/uiconfig/swriter/ui/characterproperties.ui:200
+#: sw/uiconfig/swriter/ui/characterproperties.ui:206
msgctxt "characterproperties|fonteffects"
msgid "Font Effects"
msgstr "Efekty pro písmo"
#. CV8Tr
-#: sw/uiconfig/swriter/ui/characterproperties.ui:248
+#: sw/uiconfig/swriter/ui/characterproperties.ui:254
msgctxt "characterproperties|position"
msgid "Position"
msgstr "Umístění"
#. CXLtN
-#: sw/uiconfig/swriter/ui/characterproperties.ui:296
+#: sw/uiconfig/swriter/ui/characterproperties.ui:302
msgctxt "characterproperties|asianlayout"
msgid "Asian Layout"
msgstr "Asijské rozvržení"
#. jTVKZ
-#: sw/uiconfig/swriter/ui/characterproperties.ui:344
+#: sw/uiconfig/swriter/ui/characterproperties.ui:350
msgctxt "characterproperties|hyperlink"
msgid "Hyperlink"
msgstr "Hypertextový odkaz"
#. uV8CG
-#: sw/uiconfig/swriter/ui/characterproperties.ui:392
+#: sw/uiconfig/swriter/ui/characterproperties.ui:398
msgctxt "characterproperties|background"
msgid "Highlighting"
msgstr "Zvýraznění"
#. fJhsz
-#: sw/uiconfig/swriter/ui/characterproperties.ui:440
+#: sw/uiconfig/swriter/ui/characterproperties.ui:446
msgctxt "characterproperties|borders"
msgid "Borders"
msgstr "Ohraničení"
@@ -14954,11 +14966,11 @@ msgctxt "footnotepage|extended_tip|suffix"
msgid "Enter the text that you want to display after the footnote number in the note text."
msgstr "Zadejte text, který chcete zobrazit za číslováním poznámky pod čarou."
-#. wXK75
+#. YAUrj
#: sw/uiconfig/swriter/ui/footnotepage.ui:230
msgctxt "footnotepage|extended_tip|numberinglb"
-msgid "Select the numbering style that you want to use."
-msgstr "Vyberte styl číslování, který chcete použít."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. Gzv4E
#: sw/uiconfig/swriter/ui/footnotepage.ui:248
@@ -15098,11 +15110,11 @@ msgctxt "footnotesendnotestabpage|ftnsuffix_label"
msgid "Aft_er:"
msgstr "_Za:"
-#. 5FUmu
+#. ZBerg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:179
msgctxt "footnotesendnotestabpage|extended_tip|ftnnumviewbox"
-msgid "Select the numbering style for the footnotes."
-msgstr "Vyberte styl číslování poznámek pod čarou."
+msgid "Select the numbering scheme for the footnotes."
+msgstr ""
#. 7RJB2
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:198
@@ -15194,11 +15206,11 @@ msgctxt "footnotesendnotestabpage|endsuffix_label"
msgid "Aft_er:"
msgstr "Z_a:"
-#. vSp7c
+#. FEZM9
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:454
msgctxt "footnotesendnotestabpage|extended_tip|endnumviewbox"
-msgid "Select the numbering style for the endnotes."
-msgstr "Vyberte styl číslování vysvětlivek."
+msgid "Select the numbering scheme for the endnotes."
+msgstr ""
#. kWheg
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:473
@@ -18008,17 +18020,17 @@ msgctxt "linenumbering|interval"
msgid "Interval:"
msgstr "Interval:"
-#. 4WhHD
+#. gHLQC
#: sw/uiconfig/swriter/ui/linenumbering.ui:217
msgctxt "linenumbering|extended_tip|styledropdown"
-msgid "Select the formatting style that you want to use for the line numbers."
-msgstr "Vyberte styl formátování, který chcete použít pro číslování řádků."
+msgid "Select the character style that you want to use for the line numbers."
+msgstr ""
-#. tvmW5
+#. MBZ7K
#: sw/uiconfig/swriter/ui/linenumbering.ui:233
msgctxt "linenumbering|extended_tip|formatdropdown"
-msgid "Select the numbering style that you want to use."
-msgstr "Vyberte styl číslování, který chcete použít."
+msgid "Select the numbering scheme that you want to use."
+msgstr ""
#. ntwJw
#: sw/uiconfig/swriter/ui/linenumbering.ui:248
@@ -23357,11 +23369,11 @@ msgctxt "outlinenumbering|form1"
msgid "Untitled 1"
msgstr "Bez_názvu 1"
-#. bheE8
+#. vtGBB
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:16
msgctxt "outlinenumbering|extended_tip|form1"
-msgid "Select the predefined numbering style that you want to assign to the selected outline level."
-msgstr "Vyberte přednastavený styl číslování, který chcete přiřadit zvolené úrovni osnovy."
+msgid "Select the predefined numbering scheme that you want to assign to the selected outline level."
+msgstr ""
#. stM8e
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:25
@@ -23423,11 +23435,11 @@ msgctxt "outlinenumbering|extended_tip|saveas"
msgid "Opens a dialog where you can save the current settings for the selected chapter and outline level. You can then load these settings from another document."
msgstr "Otevře dialogové okno, ve kterém můžete uložit aktuální nastavení pro vybranou úroveň kapitol a osnovy. Poté můžete toto nastavení načíst v jiném dokumentu."
-#. N5MWJ
+#. cYTmh
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:106
msgctxt "outlinenumbering|extended_tip|form"
-msgid "Click a numbering style in the list, and then enter a name for the style. The numbers correspond to the outline level that the styles are assigned to."
-msgstr "Klepněte na styl číslování v seznamu a poté zadejte název stylu. Čísla odpovídají úrovním osnovy, ke kterým jsou styly přiřazeny."
+msgid "Click a numbering scheme in the list, and then enter a name for the scheme. The numbers correspond to the outline level that the styles are assigned to."
+msgstr ""
#. d2QaP
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:113
@@ -23453,11 +23465,11 @@ msgctxt "outlinenumbering|position"
msgid "Position"
msgstr "Umístění"
-#. HBEFF
+#. sV8QR
#: sw/uiconfig/swriter/ui/outlinenumbering.ui:334
msgctxt "outlinenumbering|extended_tip|OutlineNumberingDialog"
-msgid "Specifies the number format and the hierarchy for chapter numbering in the current document."
-msgstr "Určuje formát čísla a hierarchii číslování kapitol v současném dokumentu."
+msgid "Specifies the numbering scheme and the hierarchy for chapter numbering in the current document."
+msgstr ""
#. soxpF
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:70
@@ -23501,17 +23513,17 @@ msgctxt "outlinenumberingpage|sublevelsft"
msgid "Show sublevels:"
msgstr "Zobrazené úrovně:"
-#. aWDKX
+#. Ee4ms
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:189
msgctxt "outlinenumberingpage|extended_tip|numbering"
-msgid "Select the numbering style that you want to apply to the selected outline level."
-msgstr "Vyberte styl číslování, který chcete použít pro zvolenou úroveň osnovy."
+msgid "Select the numbering scheme that you want to apply to the selected outline level."
+msgstr ""
-#. wN4Vr
+#. BSBWE
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:205
msgctxt "outlinenumberingpage|extended_tip|charstyle"
-msgid "Select the format of the numbering character."
-msgstr "Vyberte formát znaku číslování."
+msgid "Select the character style of the numbering character."
+msgstr ""
#. 5A5fh
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:226
@@ -27115,44 +27127,68 @@ msgctxt "templatedialog1|TemplateDialog1"
msgid "Character Style"
msgstr "Znakový styl"
+#. CMVro
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:32
+msgctxt "templatedialog1|reset"
+msgid "Unsaved modifications to this tab are reverted."
+msgstr ""
+
+#. gKTob
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:35
+msgctxt "templatedialog1|extended_tip|reset"
+msgid "Revert any changes made on the tab shown here to the settings that were present when this dialog was opened."
+msgstr ""
+
+#. MAtGi
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:62
+msgctxt "templatedialog1|standard"
+msgid "_Set to Parent"
+msgstr ""
+
+#. sCHAR
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:67
+msgctxt "templatedialog1|standard"
+msgid "Set values shown here with the values from the style specified in “Inherit From” in Organizer."
+msgstr ""
+
#. UH8Vz
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:167
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:174
msgctxt "templatedialog1|organizer"
msgid "Organizer"
msgstr "Organizátor"
#. BvEuD
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:214
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:221
msgctxt "templatedialog1|font"
msgid "Font"
msgstr "Písmo"
#. Zda8g
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:262
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:269
msgctxt "templatedialog1|fonteffect"
msgid "Font Effects"
msgstr "Efekty pro písmo"
#. RAxVY
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:310
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:317
msgctxt "templatedialog1|position"
msgid "Position"
msgstr "Umístění"
#. NAt5W
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:358
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:365
msgctxt "templatedialog1|asianlayout"
msgid "Asian Layout"
msgstr "Asijské rozvržení"
#. scr3Z
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:406
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:413
msgctxt "templatedialog1|background"
msgid "Highlighting"
msgstr "Zvýraznění"
#. gurnZ
-#: sw/uiconfig/swriter/ui/templatedialog1.ui:454
+#: sw/uiconfig/swriter/ui/templatedialog1.ui:461
msgctxt "templatedialog1|borders"
msgid "Borders"
msgstr "Ohraničení"
diff --git a/source/cs/vcl/messages.po b/source/cs/vcl/messages.po
index 015abcd81a5..3aecec8a94a 100644
--- a/source/cs/vcl/messages.po
+++ b/source/cs/vcl/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: 2021-01-19 13:14+0100\n"
+"POT-Creation-Date: 2021-02-17 16:00+0100\n"
"PO-Revision-Date: 2021-01-22 02:58+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/cs/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.4\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1558934371.000000\n"
#. k5jTM
@@ -1167,6 +1167,14 @@ msgctxt "STR_SEPARATOR"
msgid "Separator"
msgstr "Oddělovač"
+#. EkzSW
+#: vcl/inc/strings.hrc:140
+msgctxt "KEY_VERSION_CHECK"
+msgid ""
+"Warning: Not all of the imported EPS graphics could be saved at level1\n"
+"as some are at a higher level!"
+msgstr ""
+
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
#: vcl/inc/units.hrc:28
diff --git a/source/cy/chart2/messages.po b/source/cy/chart2/messages.po
index 88d3300a0c3..c5c2c3b2b00 100644
--- a/source/cy/chart2/messages.po
+++ b/source/cy/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: 2021-02-08 12:08+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2021-02-09 16:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/cy/>\n"
"Language: cy\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.4\n"
"X-POOTLE-MTIME: 1552902755.000000\n"
#. NCRDD
@@ -1517,13 +1517,13 @@ msgstr "Fformat Rhif Gwerth Canran"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:363
msgctxt "dlg_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Dangos enw cyfres data"
#. 8bEui
#: chart2/uiconfig/ui/dlg_DataLabel.ui:372
msgctxt "dlg_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Yn dangos enw'r cyfres data yn y label"
#. mFeMA
#: chart2/uiconfig/ui/dlg_DataLabel.ui:393
@@ -3827,13 +3827,13 @@ msgstr "Fformat Rhif Gwerth Canran"
#: chart2/uiconfig/ui/tp_DataLabel.ui:295
msgctxt "tp_DataLabel|CB_DATA_SERIES_NAME"
msgid "Show data _series name"
-msgstr ""
+msgstr "Dangos enw _cyfres data"
#. 3tWYv
#: chart2/uiconfig/ui/tp_DataLabel.ui:304
msgctxt "tp_DataLabel|extended_tip|CB_DATA_SERIES_NAME"
msgid "Shows the data series name in the label."
-msgstr ""
+msgstr "Yn dangos enw'r cyfres data yn y label"
#. 3BZrx
#: chart2/uiconfig/ui/tp_DataLabel.ui:325
@@ -3869,7 +3869,7 @@ msgstr "C_yfeiriad testun"
#: chart2/uiconfig/ui/tp_DataLabel.ui:442
msgctxt "tp_DataLabel|extended_tip|LB_LABEL_TEXTDIR"
msgid "Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled."
-msgstr "Nodwch gyfeiriad y testun ar gyfer paragraff sy'n defnyddio cynllun testun cymhleth (CTL). Mae'r nodwedd hon ar gael dim ond os yw cefnogaeth cynllun testun cymhleth wedi'i galluogi."
+msgstr "Pennwch gyfeiriad y testun ar gyfer paragraff sy'n defnyddio cynllun testun cymhleth (CTL). Mae'r nodwedd hon ar gael dim ond os yw cefnogaeth cynllun testun cymhleth wedi'i galluogi."
#. PKnKk
#: chart2/uiconfig/ui/tp_DataLabel.ui:465
diff --git a/source/cy/cui/messages.po b/source/cy/cui/messages.po
index b4ea405c9af..eeb7f0a4c59 100644
--- a/source/cy/cui/messages.po
+++ b/source/cy/cui/messages.po